system_configuration

package
v0.0.0-...-878b285 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for system configuration API

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) SystemConfigurationAuthList

func (a *Client) SystemConfigurationAuthList(params *SystemConfigurationAuthListParams) (*SystemConfigurationAuthListOK, error)

SystemConfigurationAuthList lists enabled single sign on endpoints

func (*Client) SystemConfigurationConfigCreate

func (a *Client) SystemConfigurationConfigCreate(params *SystemConfigurationConfigCreateParams) (*SystemConfigurationConfigCreateCreated, error)

SystemConfigurationConfigCreate system configuration config create API

func (*Client) SystemConfigurationConfigDelete

func (a *Client) SystemConfigurationConfigDelete(params *SystemConfigurationConfigDeleteParams) (*SystemConfigurationConfigDeleteNoContent, error)

SystemConfigurationConfigDelete system configuration config delete API

func (*Client) SystemConfigurationConfigList

func (a *Client) SystemConfigurationConfigList(params *SystemConfigurationConfigListParams) (*SystemConfigurationConfigListOK, error)

SystemConfigurationConfigList returns various sitewide configuration settings

func (*Client) SystemConfigurationConfigSubscriptionsCreate

SystemConfigurationConfigSubscriptionsCreate system configuration config subscriptions create API

func (*Client) SystemConfigurationPingList

func (a *Client) SystemConfigurationPingList(params *SystemConfigurationPingListParams) (*SystemConfigurationPingListOK, error)
SystemConfigurationPingList returns some basic information about this instance

Everything returned here should be considered public / insecure, as this requires no auth and is intended for use by the installer process.

type ClientService

type ClientService interface {
	SystemConfigurationAuthList(params *SystemConfigurationAuthListParams) (*SystemConfigurationAuthListOK, error)

	SystemConfigurationConfigCreate(params *SystemConfigurationConfigCreateParams) (*SystemConfigurationConfigCreateCreated, error)

	SystemConfigurationConfigDelete(params *SystemConfigurationConfigDeleteParams) (*SystemConfigurationConfigDeleteNoContent, error)

	SystemConfigurationConfigList(params *SystemConfigurationConfigListParams) (*SystemConfigurationConfigListOK, error)

	SystemConfigurationConfigSubscriptionsCreate(params *SystemConfigurationConfigSubscriptionsCreateParams) (*SystemConfigurationConfigSubscriptionsCreateCreated, error)

	SystemConfigurationPingList(params *SystemConfigurationPingListParams) (*SystemConfigurationPingListOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new system configuration API client.

type SystemConfigurationAuthListOK

type SystemConfigurationAuthListOK struct {
}

SystemConfigurationAuthListOK handles this case with default header values.

OK

func NewSystemConfigurationAuthListOK

func NewSystemConfigurationAuthListOK() *SystemConfigurationAuthListOK

NewSystemConfigurationAuthListOK creates a SystemConfigurationAuthListOK with default headers values

func (*SystemConfigurationAuthListOK) Error

type SystemConfigurationAuthListParams

type SystemConfigurationAuthListParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SystemConfigurationAuthListParams contains all the parameters to send to the API endpoint for the system configuration auth list operation typically these are written to a http.Request

func NewSystemConfigurationAuthListParams

func NewSystemConfigurationAuthListParams() *SystemConfigurationAuthListParams

NewSystemConfigurationAuthListParams creates a new SystemConfigurationAuthListParams object with the default values initialized.

func NewSystemConfigurationAuthListParamsWithContext

func NewSystemConfigurationAuthListParamsWithContext(ctx context.Context) *SystemConfigurationAuthListParams

NewSystemConfigurationAuthListParamsWithContext creates a new SystemConfigurationAuthListParams object with the default values initialized, and the ability to set a context for a request

func NewSystemConfigurationAuthListParamsWithHTTPClient

func NewSystemConfigurationAuthListParamsWithHTTPClient(client *http.Client) *SystemConfigurationAuthListParams

NewSystemConfigurationAuthListParamsWithHTTPClient creates a new SystemConfigurationAuthListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSystemConfigurationAuthListParamsWithTimeout

func NewSystemConfigurationAuthListParamsWithTimeout(timeout time.Duration) *SystemConfigurationAuthListParams

NewSystemConfigurationAuthListParamsWithTimeout creates a new SystemConfigurationAuthListParams object with the default values initialized, and the ability to set a timeout on a request

func (*SystemConfigurationAuthListParams) SetContext

SetContext adds the context to the system configuration auth list params

func (*SystemConfigurationAuthListParams) SetHTTPClient

func (o *SystemConfigurationAuthListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the system configuration auth list params

func (*SystemConfigurationAuthListParams) SetTimeout

func (o *SystemConfigurationAuthListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the system configuration auth list params

func (*SystemConfigurationAuthListParams) WithContext

WithContext adds the context to the system configuration auth list params

func (*SystemConfigurationAuthListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the system configuration auth list params

func (*SystemConfigurationAuthListParams) WithTimeout

WithTimeout adds the timeout to the system configuration auth list params

func (*SystemConfigurationAuthListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemConfigurationAuthListReader

type SystemConfigurationAuthListReader struct {
	// contains filtered or unexported fields
}

SystemConfigurationAuthListReader is a Reader for the SystemConfigurationAuthList structure.

func (*SystemConfigurationAuthListReader) ReadResponse

func (o *SystemConfigurationAuthListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SystemConfigurationConfigCreateCreated

type SystemConfigurationConfigCreateCreated struct {
}

SystemConfigurationConfigCreateCreated handles this case with default header values.

SystemConfigurationConfigCreateCreated system configuration config create created

func NewSystemConfigurationConfigCreateCreated

func NewSystemConfigurationConfigCreateCreated() *SystemConfigurationConfigCreateCreated

NewSystemConfigurationConfigCreateCreated creates a SystemConfigurationConfigCreateCreated with default headers values

func (*SystemConfigurationConfigCreateCreated) Error

type SystemConfigurationConfigCreateParams

type SystemConfigurationConfigCreateParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SystemConfigurationConfigCreateParams contains all the parameters to send to the API endpoint for the system configuration config create operation typically these are written to a http.Request

func NewSystemConfigurationConfigCreateParams

func NewSystemConfigurationConfigCreateParams() *SystemConfigurationConfigCreateParams

NewSystemConfigurationConfigCreateParams creates a new SystemConfigurationConfigCreateParams object with the default values initialized.

func NewSystemConfigurationConfigCreateParamsWithContext

func NewSystemConfigurationConfigCreateParamsWithContext(ctx context.Context) *SystemConfigurationConfigCreateParams

NewSystemConfigurationConfigCreateParamsWithContext creates a new SystemConfigurationConfigCreateParams object with the default values initialized, and the ability to set a context for a request

func NewSystemConfigurationConfigCreateParamsWithHTTPClient

func NewSystemConfigurationConfigCreateParamsWithHTTPClient(client *http.Client) *SystemConfigurationConfigCreateParams

NewSystemConfigurationConfigCreateParamsWithHTTPClient creates a new SystemConfigurationConfigCreateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSystemConfigurationConfigCreateParamsWithTimeout

func NewSystemConfigurationConfigCreateParamsWithTimeout(timeout time.Duration) *SystemConfigurationConfigCreateParams

NewSystemConfigurationConfigCreateParamsWithTimeout creates a new SystemConfigurationConfigCreateParams object with the default values initialized, and the ability to set a timeout on a request

func (*SystemConfigurationConfigCreateParams) SetContext

SetContext adds the context to the system configuration config create params

func (*SystemConfigurationConfigCreateParams) SetHTTPClient

func (o *SystemConfigurationConfigCreateParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the system configuration config create params

func (*SystemConfigurationConfigCreateParams) SetTimeout

func (o *SystemConfigurationConfigCreateParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the system configuration config create params

func (*SystemConfigurationConfigCreateParams) WithContext

WithContext adds the context to the system configuration config create params

func (*SystemConfigurationConfigCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the system configuration config create params

func (*SystemConfigurationConfigCreateParams) WithTimeout

WithTimeout adds the timeout to the system configuration config create params

func (*SystemConfigurationConfigCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemConfigurationConfigCreateReader

type SystemConfigurationConfigCreateReader struct {
	// contains filtered or unexported fields
}

SystemConfigurationConfigCreateReader is a Reader for the SystemConfigurationConfigCreate structure.

func (*SystemConfigurationConfigCreateReader) ReadResponse

func (o *SystemConfigurationConfigCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SystemConfigurationConfigDeleteNoContent

type SystemConfigurationConfigDeleteNoContent struct {
}

SystemConfigurationConfigDeleteNoContent handles this case with default header values.

SystemConfigurationConfigDeleteNoContent system configuration config delete no content

func NewSystemConfigurationConfigDeleteNoContent

func NewSystemConfigurationConfigDeleteNoContent() *SystemConfigurationConfigDeleteNoContent

NewSystemConfigurationConfigDeleteNoContent creates a SystemConfigurationConfigDeleteNoContent with default headers values

func (*SystemConfigurationConfigDeleteNoContent) Error

type SystemConfigurationConfigDeleteParams

type SystemConfigurationConfigDeleteParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SystemConfigurationConfigDeleteParams contains all the parameters to send to the API endpoint for the system configuration config delete operation typically these are written to a http.Request

func NewSystemConfigurationConfigDeleteParams

func NewSystemConfigurationConfigDeleteParams() *SystemConfigurationConfigDeleteParams

NewSystemConfigurationConfigDeleteParams creates a new SystemConfigurationConfigDeleteParams object with the default values initialized.

func NewSystemConfigurationConfigDeleteParamsWithContext

func NewSystemConfigurationConfigDeleteParamsWithContext(ctx context.Context) *SystemConfigurationConfigDeleteParams

NewSystemConfigurationConfigDeleteParamsWithContext creates a new SystemConfigurationConfigDeleteParams object with the default values initialized, and the ability to set a context for a request

func NewSystemConfigurationConfigDeleteParamsWithHTTPClient

func NewSystemConfigurationConfigDeleteParamsWithHTTPClient(client *http.Client) *SystemConfigurationConfigDeleteParams

NewSystemConfigurationConfigDeleteParamsWithHTTPClient creates a new SystemConfigurationConfigDeleteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSystemConfigurationConfigDeleteParamsWithTimeout

func NewSystemConfigurationConfigDeleteParamsWithTimeout(timeout time.Duration) *SystemConfigurationConfigDeleteParams

NewSystemConfigurationConfigDeleteParamsWithTimeout creates a new SystemConfigurationConfigDeleteParams object with the default values initialized, and the ability to set a timeout on a request

func (*SystemConfigurationConfigDeleteParams) SetContext

SetContext adds the context to the system configuration config delete params

func (*SystemConfigurationConfigDeleteParams) SetHTTPClient

func (o *SystemConfigurationConfigDeleteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the system configuration config delete params

func (*SystemConfigurationConfigDeleteParams) SetTimeout

func (o *SystemConfigurationConfigDeleteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the system configuration config delete params

func (*SystemConfigurationConfigDeleteParams) WithContext

WithContext adds the context to the system configuration config delete params

func (*SystemConfigurationConfigDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the system configuration config delete params

func (*SystemConfigurationConfigDeleteParams) WithTimeout

WithTimeout adds the timeout to the system configuration config delete params

func (*SystemConfigurationConfigDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemConfigurationConfigDeleteReader

type SystemConfigurationConfigDeleteReader struct {
	// contains filtered or unexported fields
}

SystemConfigurationConfigDeleteReader is a Reader for the SystemConfigurationConfigDelete structure.

func (*SystemConfigurationConfigDeleteReader) ReadResponse

func (o *SystemConfigurationConfigDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SystemConfigurationConfigListOK

type SystemConfigurationConfigListOK struct {
}

SystemConfigurationConfigListOK handles this case with default header values.

OK

func NewSystemConfigurationConfigListOK

func NewSystemConfigurationConfigListOK() *SystemConfigurationConfigListOK

NewSystemConfigurationConfigListOK creates a SystemConfigurationConfigListOK with default headers values

func (*SystemConfigurationConfigListOK) Error

type SystemConfigurationConfigListParams

type SystemConfigurationConfigListParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SystemConfigurationConfigListParams contains all the parameters to send to the API endpoint for the system configuration config list operation typically these are written to a http.Request

func NewSystemConfigurationConfigListParams

func NewSystemConfigurationConfigListParams() *SystemConfigurationConfigListParams

NewSystemConfigurationConfigListParams creates a new SystemConfigurationConfigListParams object with the default values initialized.

func NewSystemConfigurationConfigListParamsWithContext

func NewSystemConfigurationConfigListParamsWithContext(ctx context.Context) *SystemConfigurationConfigListParams

NewSystemConfigurationConfigListParamsWithContext creates a new SystemConfigurationConfigListParams object with the default values initialized, and the ability to set a context for a request

func NewSystemConfigurationConfigListParamsWithHTTPClient

func NewSystemConfigurationConfigListParamsWithHTTPClient(client *http.Client) *SystemConfigurationConfigListParams

NewSystemConfigurationConfigListParamsWithHTTPClient creates a new SystemConfigurationConfigListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSystemConfigurationConfigListParamsWithTimeout

func NewSystemConfigurationConfigListParamsWithTimeout(timeout time.Duration) *SystemConfigurationConfigListParams

NewSystemConfigurationConfigListParamsWithTimeout creates a new SystemConfigurationConfigListParams object with the default values initialized, and the ability to set a timeout on a request

func (*SystemConfigurationConfigListParams) SetContext

SetContext adds the context to the system configuration config list params

func (*SystemConfigurationConfigListParams) SetHTTPClient

func (o *SystemConfigurationConfigListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the system configuration config list params

func (*SystemConfigurationConfigListParams) SetTimeout

func (o *SystemConfigurationConfigListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the system configuration config list params

func (*SystemConfigurationConfigListParams) WithContext

WithContext adds the context to the system configuration config list params

func (*SystemConfigurationConfigListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the system configuration config list params

func (*SystemConfigurationConfigListParams) WithTimeout

WithTimeout adds the timeout to the system configuration config list params

func (*SystemConfigurationConfigListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemConfigurationConfigListReader

type SystemConfigurationConfigListReader struct {
	// contains filtered or unexported fields
}

SystemConfigurationConfigListReader is a Reader for the SystemConfigurationConfigList structure.

func (*SystemConfigurationConfigListReader) ReadResponse

func (o *SystemConfigurationConfigListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SystemConfigurationConfigSubscriptionsCreateCreated

type SystemConfigurationConfigSubscriptionsCreateCreated struct {
}

SystemConfigurationConfigSubscriptionsCreateCreated handles this case with default header values.

SystemConfigurationConfigSubscriptionsCreateCreated system configuration config subscriptions create created

func NewSystemConfigurationConfigSubscriptionsCreateCreated

func NewSystemConfigurationConfigSubscriptionsCreateCreated() *SystemConfigurationConfigSubscriptionsCreateCreated

NewSystemConfigurationConfigSubscriptionsCreateCreated creates a SystemConfigurationConfigSubscriptionsCreateCreated with default headers values

func (*SystemConfigurationConfigSubscriptionsCreateCreated) Error

type SystemConfigurationConfigSubscriptionsCreateParams

type SystemConfigurationConfigSubscriptionsCreateParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SystemConfigurationConfigSubscriptionsCreateParams contains all the parameters to send to the API endpoint for the system configuration config subscriptions create operation typically these are written to a http.Request

func NewSystemConfigurationConfigSubscriptionsCreateParams

func NewSystemConfigurationConfigSubscriptionsCreateParams() *SystemConfigurationConfigSubscriptionsCreateParams

NewSystemConfigurationConfigSubscriptionsCreateParams creates a new SystemConfigurationConfigSubscriptionsCreateParams object with the default values initialized.

func NewSystemConfigurationConfigSubscriptionsCreateParamsWithContext

func NewSystemConfigurationConfigSubscriptionsCreateParamsWithContext(ctx context.Context) *SystemConfigurationConfigSubscriptionsCreateParams

NewSystemConfigurationConfigSubscriptionsCreateParamsWithContext creates a new SystemConfigurationConfigSubscriptionsCreateParams object with the default values initialized, and the ability to set a context for a request

func NewSystemConfigurationConfigSubscriptionsCreateParamsWithHTTPClient

func NewSystemConfigurationConfigSubscriptionsCreateParamsWithHTTPClient(client *http.Client) *SystemConfigurationConfigSubscriptionsCreateParams

NewSystemConfigurationConfigSubscriptionsCreateParamsWithHTTPClient creates a new SystemConfigurationConfigSubscriptionsCreateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSystemConfigurationConfigSubscriptionsCreateParamsWithTimeout

func NewSystemConfigurationConfigSubscriptionsCreateParamsWithTimeout(timeout time.Duration) *SystemConfigurationConfigSubscriptionsCreateParams

NewSystemConfigurationConfigSubscriptionsCreateParamsWithTimeout creates a new SystemConfigurationConfigSubscriptionsCreateParams object with the default values initialized, and the ability to set a timeout on a request

func (*SystemConfigurationConfigSubscriptionsCreateParams) SetContext

SetContext adds the context to the system configuration config subscriptions create params

func (*SystemConfigurationConfigSubscriptionsCreateParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the system configuration config subscriptions create params

func (*SystemConfigurationConfigSubscriptionsCreateParams) SetTimeout

SetTimeout adds the timeout to the system configuration config subscriptions create params

func (*SystemConfigurationConfigSubscriptionsCreateParams) WithContext

WithContext adds the context to the system configuration config subscriptions create params

func (*SystemConfigurationConfigSubscriptionsCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the system configuration config subscriptions create params

func (*SystemConfigurationConfigSubscriptionsCreateParams) WithTimeout

WithTimeout adds the timeout to the system configuration config subscriptions create params

func (*SystemConfigurationConfigSubscriptionsCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemConfigurationConfigSubscriptionsCreateReader

type SystemConfigurationConfigSubscriptionsCreateReader struct {
	// contains filtered or unexported fields
}

SystemConfigurationConfigSubscriptionsCreateReader is a Reader for the SystemConfigurationConfigSubscriptionsCreate structure.

func (*SystemConfigurationConfigSubscriptionsCreateReader) ReadResponse

func (o *SystemConfigurationConfigSubscriptionsCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SystemConfigurationPingListOK

type SystemConfigurationPingListOK struct {
}

SystemConfigurationPingListOK handles this case with default header values.

OK

func NewSystemConfigurationPingListOK

func NewSystemConfigurationPingListOK() *SystemConfigurationPingListOK

NewSystemConfigurationPingListOK creates a SystemConfigurationPingListOK with default headers values

func (*SystemConfigurationPingListOK) Error

type SystemConfigurationPingListParams

type SystemConfigurationPingListParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SystemConfigurationPingListParams contains all the parameters to send to the API endpoint for the system configuration ping list operation typically these are written to a http.Request

func NewSystemConfigurationPingListParams

func NewSystemConfigurationPingListParams() *SystemConfigurationPingListParams

NewSystemConfigurationPingListParams creates a new SystemConfigurationPingListParams object with the default values initialized.

func NewSystemConfigurationPingListParamsWithContext

func NewSystemConfigurationPingListParamsWithContext(ctx context.Context) *SystemConfigurationPingListParams

NewSystemConfigurationPingListParamsWithContext creates a new SystemConfigurationPingListParams object with the default values initialized, and the ability to set a context for a request

func NewSystemConfigurationPingListParamsWithHTTPClient

func NewSystemConfigurationPingListParamsWithHTTPClient(client *http.Client) *SystemConfigurationPingListParams

NewSystemConfigurationPingListParamsWithHTTPClient creates a new SystemConfigurationPingListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSystemConfigurationPingListParamsWithTimeout

func NewSystemConfigurationPingListParamsWithTimeout(timeout time.Duration) *SystemConfigurationPingListParams

NewSystemConfigurationPingListParamsWithTimeout creates a new SystemConfigurationPingListParams object with the default values initialized, and the ability to set a timeout on a request

func (*SystemConfigurationPingListParams) SetContext

SetContext adds the context to the system configuration ping list params

func (*SystemConfigurationPingListParams) SetHTTPClient

func (o *SystemConfigurationPingListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the system configuration ping list params

func (*SystemConfigurationPingListParams) SetTimeout

func (o *SystemConfigurationPingListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the system configuration ping list params

func (*SystemConfigurationPingListParams) WithContext

WithContext adds the context to the system configuration ping list params

func (*SystemConfigurationPingListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the system configuration ping list params

func (*SystemConfigurationPingListParams) WithTimeout

WithTimeout adds the timeout to the system configuration ping list params

func (*SystemConfigurationPingListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SystemConfigurationPingListReader

type SystemConfigurationPingListReader struct {
	// contains filtered or unexported fields
}

SystemConfigurationPingListReader is a Reader for the SystemConfigurationPingList structure.

func (*SystemConfigurationPingListReader) ReadResponse

func (o *SystemConfigurationPingListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL