Documentation ¶
Index ¶
- type Client
- func (a *Client) FrontBootConf(params *FrontBootConfParams, opts ...ClientOption) (*FrontBootConfOK, error)
- func (a *Client) FrontEnrollAuth(params *FrontEnrollAuthParams, opts ...ClientOption) (*FrontEnrollAuthOK, error)
- func (a *Client) FrontMessages(params *FrontMessagesParams, opts ...ClientOption) (*FrontMessagesOK, error)
- func (a *Client) FrontPlugins(params *FrontPluginsParams, opts ...ClientOption) (*FrontPluginsOK, error)
- func (a *Client) FrontPutBinary(params *FrontPutBinaryParams, opts ...ClientOption) (*FrontPutBinaryOK, error)
- func (a *Client) FrontServeBinary(params *FrontServeBinaryParams, opts ...ClientOption) (*FrontServeBinaryOK, error)
- func (a *Client) FrontSession(params *FrontSessionParams, opts ...ClientOption) (*FrontSessionOK, error)
- func (a *Client) FrontState(params *FrontStateParams, opts ...ClientOption) (*FrontStateOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) SettingsMenu(params *SettingsMenuParams, opts ...ClientOption) (*SettingsMenuOK, error)
- type ClientOption
- type ClientService
- type FrontBootConfForbidden
- type FrontBootConfInternalServerError
- type FrontBootConfNotFound
- type FrontBootConfOK
- type FrontBootConfParams
- func (o *FrontBootConfParams) SetContext(ctx context.Context)
- func (o *FrontBootConfParams) SetDefaults()
- func (o *FrontBootConfParams) SetHTTPClient(client *http.Client)
- func (o *FrontBootConfParams) SetTimeout(timeout time.Duration)
- func (o *FrontBootConfParams) WithContext(ctx context.Context) *FrontBootConfParams
- func (o *FrontBootConfParams) WithDefaults() *FrontBootConfParams
- func (o *FrontBootConfParams) WithHTTPClient(client *http.Client) *FrontBootConfParams
- func (o *FrontBootConfParams) WithTimeout(timeout time.Duration) *FrontBootConfParams
- func (o *FrontBootConfParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FrontBootConfReader
- type FrontBootConfUnauthorized
- type FrontEnrollAuthForbidden
- type FrontEnrollAuthInternalServerError
- type FrontEnrollAuthNotFound
- type FrontEnrollAuthOK
- type FrontEnrollAuthParams
- func NewFrontEnrollAuthParams() *FrontEnrollAuthParams
- func NewFrontEnrollAuthParamsWithContext(ctx context.Context) *FrontEnrollAuthParams
- func NewFrontEnrollAuthParamsWithHTTPClient(client *http.Client) *FrontEnrollAuthParams
- func NewFrontEnrollAuthParamsWithTimeout(timeout time.Duration) *FrontEnrollAuthParams
- func (o *FrontEnrollAuthParams) SetBody(body *models.RestFrontEnrollAuthRequest)
- func (o *FrontEnrollAuthParams) SetContext(ctx context.Context)
- func (o *FrontEnrollAuthParams) SetDefaults()
- func (o *FrontEnrollAuthParams) SetHTTPClient(client *http.Client)
- func (o *FrontEnrollAuthParams) SetTimeout(timeout time.Duration)
- func (o *FrontEnrollAuthParams) WithBody(body *models.RestFrontEnrollAuthRequest) *FrontEnrollAuthParams
- func (o *FrontEnrollAuthParams) WithContext(ctx context.Context) *FrontEnrollAuthParams
- func (o *FrontEnrollAuthParams) WithDefaults() *FrontEnrollAuthParams
- func (o *FrontEnrollAuthParams) WithHTTPClient(client *http.Client) *FrontEnrollAuthParams
- func (o *FrontEnrollAuthParams) WithTimeout(timeout time.Duration) *FrontEnrollAuthParams
- func (o *FrontEnrollAuthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FrontEnrollAuthReader
- type FrontEnrollAuthUnauthorized
- type FrontMessagesForbidden
- type FrontMessagesInternalServerError
- type FrontMessagesNotFound
- type FrontMessagesOK
- type FrontMessagesParams
- func (o *FrontMessagesParams) SetContext(ctx context.Context)
- func (o *FrontMessagesParams) SetDefaults()
- func (o *FrontMessagesParams) SetHTTPClient(client *http.Client)
- func (o *FrontMessagesParams) SetLang(lang string)
- func (o *FrontMessagesParams) SetTimeout(timeout time.Duration)
- func (o *FrontMessagesParams) WithContext(ctx context.Context) *FrontMessagesParams
- func (o *FrontMessagesParams) WithDefaults() *FrontMessagesParams
- func (o *FrontMessagesParams) WithHTTPClient(client *http.Client) *FrontMessagesParams
- func (o *FrontMessagesParams) WithLang(lang string) *FrontMessagesParams
- func (o *FrontMessagesParams) WithTimeout(timeout time.Duration) *FrontMessagesParams
- func (o *FrontMessagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FrontMessagesReader
- type FrontMessagesUnauthorized
- type FrontPluginsForbidden
- type FrontPluginsInternalServerError
- type FrontPluginsNotFound
- type FrontPluginsOK
- type FrontPluginsParams
- func (o *FrontPluginsParams) SetContext(ctx context.Context)
- func (o *FrontPluginsParams) SetDefaults()
- func (o *FrontPluginsParams) SetHTTPClient(client *http.Client)
- func (o *FrontPluginsParams) SetLang(lang string)
- func (o *FrontPluginsParams) SetTimeout(timeout time.Duration)
- func (o *FrontPluginsParams) WithContext(ctx context.Context) *FrontPluginsParams
- func (o *FrontPluginsParams) WithDefaults() *FrontPluginsParams
- func (o *FrontPluginsParams) WithHTTPClient(client *http.Client) *FrontPluginsParams
- func (o *FrontPluginsParams) WithLang(lang string) *FrontPluginsParams
- func (o *FrontPluginsParams) WithTimeout(timeout time.Duration) *FrontPluginsParams
- func (o *FrontPluginsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FrontPluginsReader
- type FrontPluginsUnauthorized
- type FrontPutBinaryForbidden
- type FrontPutBinaryInternalServerError
- type FrontPutBinaryNotFound
- type FrontPutBinaryOK
- type FrontPutBinaryParams
- func NewFrontPutBinaryParams() *FrontPutBinaryParams
- func NewFrontPutBinaryParamsWithContext(ctx context.Context) *FrontPutBinaryParams
- func NewFrontPutBinaryParamsWithHTTPClient(client *http.Client) *FrontPutBinaryParams
- func NewFrontPutBinaryParamsWithTimeout(timeout time.Duration) *FrontPutBinaryParams
- func (o *FrontPutBinaryParams) SetBinaryType(binaryType string)
- func (o *FrontPutBinaryParams) SetBody(body *models.RestFrontBinaryRequest)
- func (o *FrontPutBinaryParams) SetContext(ctx context.Context)
- func (o *FrontPutBinaryParams) SetDefaults()
- func (o *FrontPutBinaryParams) SetHTTPClient(client *http.Client)
- func (o *FrontPutBinaryParams) SetTimeout(timeout time.Duration)
- func (o *FrontPutBinaryParams) SetUUID(uuid string)
- func (o *FrontPutBinaryParams) WithBinaryType(binaryType string) *FrontPutBinaryParams
- func (o *FrontPutBinaryParams) WithBody(body *models.RestFrontBinaryRequest) *FrontPutBinaryParams
- func (o *FrontPutBinaryParams) WithContext(ctx context.Context) *FrontPutBinaryParams
- func (o *FrontPutBinaryParams) WithDefaults() *FrontPutBinaryParams
- func (o *FrontPutBinaryParams) WithHTTPClient(client *http.Client) *FrontPutBinaryParams
- func (o *FrontPutBinaryParams) WithTimeout(timeout time.Duration) *FrontPutBinaryParams
- func (o *FrontPutBinaryParams) WithUUID(uuid string) *FrontPutBinaryParams
- func (o *FrontPutBinaryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FrontPutBinaryReader
- type FrontPutBinaryUnauthorized
- type FrontServeBinaryForbidden
- type FrontServeBinaryInternalServerError
- type FrontServeBinaryNotFound
- type FrontServeBinaryOK
- type FrontServeBinaryParams
- func NewFrontServeBinaryParams() *FrontServeBinaryParams
- func NewFrontServeBinaryParamsWithContext(ctx context.Context) *FrontServeBinaryParams
- func NewFrontServeBinaryParamsWithHTTPClient(client *http.Client) *FrontServeBinaryParams
- func NewFrontServeBinaryParamsWithTimeout(timeout time.Duration) *FrontServeBinaryParams
- func (o *FrontServeBinaryParams) SetBinaryType(binaryType string)
- func (o *FrontServeBinaryParams) SetContext(ctx context.Context)
- func (o *FrontServeBinaryParams) SetDefaults()
- func (o *FrontServeBinaryParams) SetHTTPClient(client *http.Client)
- func (o *FrontServeBinaryParams) SetTimeout(timeout time.Duration)
- func (o *FrontServeBinaryParams) SetUUID(uuid string)
- func (o *FrontServeBinaryParams) WithBinaryType(binaryType string) *FrontServeBinaryParams
- func (o *FrontServeBinaryParams) WithContext(ctx context.Context) *FrontServeBinaryParams
- func (o *FrontServeBinaryParams) WithDefaults() *FrontServeBinaryParams
- func (o *FrontServeBinaryParams) WithHTTPClient(client *http.Client) *FrontServeBinaryParams
- func (o *FrontServeBinaryParams) WithTimeout(timeout time.Duration) *FrontServeBinaryParams
- func (o *FrontServeBinaryParams) WithUUID(uuid string) *FrontServeBinaryParams
- func (o *FrontServeBinaryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FrontServeBinaryReader
- type FrontServeBinaryUnauthorized
- type FrontSessionForbidden
- type FrontSessionInternalServerError
- type FrontSessionNotFound
- type FrontSessionOK
- type FrontSessionParams
- func (o *FrontSessionParams) SetBody(body *models.RestFrontSessionRequest)
- func (o *FrontSessionParams) SetContext(ctx context.Context)
- func (o *FrontSessionParams) SetDefaults()
- func (o *FrontSessionParams) SetHTTPClient(client *http.Client)
- func (o *FrontSessionParams) SetTimeout(timeout time.Duration)
- func (o *FrontSessionParams) WithBody(body *models.RestFrontSessionRequest) *FrontSessionParams
- func (o *FrontSessionParams) WithContext(ctx context.Context) *FrontSessionParams
- func (o *FrontSessionParams) WithDefaults() *FrontSessionParams
- func (o *FrontSessionParams) WithHTTPClient(client *http.Client) *FrontSessionParams
- func (o *FrontSessionParams) WithTimeout(timeout time.Duration) *FrontSessionParams
- func (o *FrontSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FrontSessionReader
- type FrontSessionUnauthorized
- type FrontStateForbidden
- type FrontStateInternalServerError
- type FrontStateNotFound
- type FrontStateOK
- type FrontStateParams
- func (o *FrontStateParams) SetContext(ctx context.Context)
- func (o *FrontStateParams) SetDefaults()
- func (o *FrontStateParams) SetHTTPClient(client *http.Client)
- func (o *FrontStateParams) SetTimeout(timeout time.Duration)
- func (o *FrontStateParams) WithContext(ctx context.Context) *FrontStateParams
- func (o *FrontStateParams) WithDefaults() *FrontStateParams
- func (o *FrontStateParams) WithHTTPClient(client *http.Client) *FrontStateParams
- func (o *FrontStateParams) WithTimeout(timeout time.Duration) *FrontStateParams
- func (o *FrontStateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type FrontStateReader
- type FrontStateUnauthorized
- type SettingsMenuForbidden
- type SettingsMenuInternalServerError
- type SettingsMenuNotFound
- type SettingsMenuOK
- type SettingsMenuParams
- func (o *SettingsMenuParams) SetContext(ctx context.Context)
- func (o *SettingsMenuParams) SetDefaults()
- func (o *SettingsMenuParams) SetHTTPClient(client *http.Client)
- func (o *SettingsMenuParams) SetTimeout(timeout time.Duration)
- func (o *SettingsMenuParams) WithContext(ctx context.Context) *SettingsMenuParams
- func (o *SettingsMenuParams) WithDefaults() *SettingsMenuParams
- func (o *SettingsMenuParams) WithHTTPClient(client *http.Client) *SettingsMenuParams
- func (o *SettingsMenuParams) WithTimeout(timeout time.Duration) *SettingsMenuParams
- func (o *SettingsMenuParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SettingsMenuReader
- type SettingsMenuUnauthorized
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 frontend service API
func (*Client) FrontBootConf ¶
func (a *Client) FrontBootConf(params *FrontBootConfParams, opts ...ClientOption) (*FrontBootConfOK, error)
FrontBootConf adds some data to the initial set of parameters loaded by the frontend
func (*Client) FrontEnrollAuth ¶
func (a *Client) FrontEnrollAuth(params *FrontEnrollAuthParams, opts ...ClientOption) (*FrontEnrollAuthOK, error)
FrontEnrollAuth generics endpoint that can be implemented by 2 f a systems for enrollment
func (*Client) FrontMessages ¶
func (a *Client) FrontMessages(params *FrontMessagesParams, opts ...ClientOption) (*FrontMessagesOK, error)
FrontMessages serves list of i18n messages
func (*Client) FrontPlugins ¶
func (a *Client) FrontPlugins(params *FrontPluginsParams, opts ...ClientOption) (*FrontPluginsOK, error)
FrontPlugins serves list of i18n messages
func (*Client) FrontPutBinary ¶
func (a *Client) FrontPutBinary(params *FrontPutBinaryParams, opts ...ClientOption) (*FrontPutBinaryOK, error)
FrontPutBinary uploads frontend binaries avatars logos bg images
func (*Client) FrontServeBinary ¶
func (a *Client) FrontServeBinary(params *FrontServeBinaryParams, opts ...ClientOption) (*FrontServeBinaryOK, error)
FrontServeBinary serves frontend binaries directly avatars logos bg images
func (*Client) FrontSession ¶
func (a *Client) FrontSession(params *FrontSessionParams, opts ...ClientOption) (*FrontSessionOK, error)
FrontSession handles j w t
func (*Client) FrontState ¶
func (a *Client) FrontState(params *FrontStateParams, opts ...ClientOption) (*FrontStateOK, error)
FrontState sends XML state registry
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) SettingsMenu ¶
func (a *Client) SettingsMenu(params *SettingsMenuParams, opts ...ClientOption) (*SettingsMenuOK, error)
SettingsMenu sends a tree of nodes to be used a menu in the settings panel
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { FrontBootConf(params *FrontBootConfParams, opts ...ClientOption) (*FrontBootConfOK, error) FrontEnrollAuth(params *FrontEnrollAuthParams, opts ...ClientOption) (*FrontEnrollAuthOK, error) FrontMessages(params *FrontMessagesParams, opts ...ClientOption) (*FrontMessagesOK, error) FrontPlugins(params *FrontPluginsParams, opts ...ClientOption) (*FrontPluginsOK, error) FrontPutBinary(params *FrontPutBinaryParams, opts ...ClientOption) (*FrontPutBinaryOK, error) FrontServeBinary(params *FrontServeBinaryParams, opts ...ClientOption) (*FrontServeBinaryOK, error) FrontSession(params *FrontSessionParams, opts ...ClientOption) (*FrontSessionOK, error) FrontState(params *FrontStateParams, opts ...ClientOption) (*FrontStateOK, error) SettingsMenu(params *SettingsMenuParams, opts ...ClientOption) (*SettingsMenuOK, 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 frontend service API client.
type FrontBootConfForbidden ¶
FrontBootConfForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewFrontBootConfForbidden ¶
func NewFrontBootConfForbidden() *FrontBootConfForbidden
NewFrontBootConfForbidden creates a FrontBootConfForbidden with default headers values
func (*FrontBootConfForbidden) Error ¶
func (o *FrontBootConfForbidden) Error() string
func (*FrontBootConfForbidden) GetPayload ¶
func (o *FrontBootConfForbidden) GetPayload() *models.RestError
type FrontBootConfInternalServerError ¶
FrontBootConfInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewFrontBootConfInternalServerError ¶
func NewFrontBootConfInternalServerError() *FrontBootConfInternalServerError
NewFrontBootConfInternalServerError creates a FrontBootConfInternalServerError with default headers values
func (*FrontBootConfInternalServerError) Error ¶
func (o *FrontBootConfInternalServerError) Error() string
func (*FrontBootConfInternalServerError) GetPayload ¶
func (o *FrontBootConfInternalServerError) GetPayload() *models.RestError
type FrontBootConfNotFound ¶
FrontBootConfNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewFrontBootConfNotFound ¶
func NewFrontBootConfNotFound() *FrontBootConfNotFound
NewFrontBootConfNotFound creates a FrontBootConfNotFound with default headers values
func (*FrontBootConfNotFound) Error ¶
func (o *FrontBootConfNotFound) Error() string
func (*FrontBootConfNotFound) GetPayload ¶
func (o *FrontBootConfNotFound) GetPayload() *models.RestError
type FrontBootConfOK ¶
type FrontBootConfOK struct {
Payload *models.RestFrontBootConfResponse
}
FrontBootConfOK describes a response with status code 200, with default header values.
FrontBootConfOK front boot conf o k
func NewFrontBootConfOK ¶
func NewFrontBootConfOK() *FrontBootConfOK
NewFrontBootConfOK creates a FrontBootConfOK with default headers values
func (*FrontBootConfOK) Error ¶
func (o *FrontBootConfOK) Error() string
func (*FrontBootConfOK) GetPayload ¶
func (o *FrontBootConfOK) GetPayload() *models.RestFrontBootConfResponse
type FrontBootConfParams ¶
type FrontBootConfParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
FrontBootConfParams contains all the parameters to send to the API endpoint
for the front boot conf operation. Typically these are written to a http.Request.
func NewFrontBootConfParams ¶
func NewFrontBootConfParams() *FrontBootConfParams
NewFrontBootConfParams creates a new FrontBootConfParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewFrontBootConfParamsWithContext ¶
func NewFrontBootConfParamsWithContext(ctx context.Context) *FrontBootConfParams
NewFrontBootConfParamsWithContext creates a new FrontBootConfParams object with the ability to set a context for a request.
func NewFrontBootConfParamsWithHTTPClient ¶
func NewFrontBootConfParamsWithHTTPClient(client *http.Client) *FrontBootConfParams
NewFrontBootConfParamsWithHTTPClient creates a new FrontBootConfParams object with the ability to set a custom HTTPClient for a request.
func NewFrontBootConfParamsWithTimeout ¶
func NewFrontBootConfParamsWithTimeout(timeout time.Duration) *FrontBootConfParams
NewFrontBootConfParamsWithTimeout creates a new FrontBootConfParams object with the ability to set a timeout on a request.
func (*FrontBootConfParams) SetContext ¶
func (o *FrontBootConfParams) SetContext(ctx context.Context)
SetContext adds the context to the front boot conf params
func (*FrontBootConfParams) SetDefaults ¶
func (o *FrontBootConfParams) SetDefaults()
SetDefaults hydrates default values in the front boot conf params (not the query body).
All values with no default are reset to their zero value.
func (*FrontBootConfParams) SetHTTPClient ¶
func (o *FrontBootConfParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the front boot conf params
func (*FrontBootConfParams) SetTimeout ¶
func (o *FrontBootConfParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the front boot conf params
func (*FrontBootConfParams) WithContext ¶
func (o *FrontBootConfParams) WithContext(ctx context.Context) *FrontBootConfParams
WithContext adds the context to the front boot conf params
func (*FrontBootConfParams) WithDefaults ¶
func (o *FrontBootConfParams) WithDefaults() *FrontBootConfParams
WithDefaults hydrates default values in the front boot conf params (not the query body).
All values with no default are reset to their zero value.
func (*FrontBootConfParams) WithHTTPClient ¶
func (o *FrontBootConfParams) WithHTTPClient(client *http.Client) *FrontBootConfParams
WithHTTPClient adds the HTTPClient to the front boot conf params
func (*FrontBootConfParams) WithTimeout ¶
func (o *FrontBootConfParams) WithTimeout(timeout time.Duration) *FrontBootConfParams
WithTimeout adds the timeout to the front boot conf params
func (*FrontBootConfParams) WriteToRequest ¶
func (o *FrontBootConfParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type FrontBootConfReader ¶
type FrontBootConfReader struct {
// contains filtered or unexported fields
}
FrontBootConfReader is a Reader for the FrontBootConf structure.
func (*FrontBootConfReader) ReadResponse ¶
func (o *FrontBootConfReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type FrontBootConfUnauthorized ¶
type FrontBootConfUnauthorized struct { }
FrontBootConfUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewFrontBootConfUnauthorized ¶
func NewFrontBootConfUnauthorized() *FrontBootConfUnauthorized
NewFrontBootConfUnauthorized creates a FrontBootConfUnauthorized with default headers values
func (*FrontBootConfUnauthorized) Error ¶
func (o *FrontBootConfUnauthorized) Error() string
type FrontEnrollAuthForbidden ¶
FrontEnrollAuthForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewFrontEnrollAuthForbidden ¶
func NewFrontEnrollAuthForbidden() *FrontEnrollAuthForbidden
NewFrontEnrollAuthForbidden creates a FrontEnrollAuthForbidden with default headers values
func (*FrontEnrollAuthForbidden) Error ¶
func (o *FrontEnrollAuthForbidden) Error() string
func (*FrontEnrollAuthForbidden) GetPayload ¶
func (o *FrontEnrollAuthForbidden) GetPayload() *models.RestError
type FrontEnrollAuthInternalServerError ¶
FrontEnrollAuthInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewFrontEnrollAuthInternalServerError ¶
func NewFrontEnrollAuthInternalServerError() *FrontEnrollAuthInternalServerError
NewFrontEnrollAuthInternalServerError creates a FrontEnrollAuthInternalServerError with default headers values
func (*FrontEnrollAuthInternalServerError) Error ¶
func (o *FrontEnrollAuthInternalServerError) Error() string
func (*FrontEnrollAuthInternalServerError) GetPayload ¶
func (o *FrontEnrollAuthInternalServerError) GetPayload() *models.RestError
type FrontEnrollAuthNotFound ¶
FrontEnrollAuthNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewFrontEnrollAuthNotFound ¶
func NewFrontEnrollAuthNotFound() *FrontEnrollAuthNotFound
NewFrontEnrollAuthNotFound creates a FrontEnrollAuthNotFound with default headers values
func (*FrontEnrollAuthNotFound) Error ¶
func (o *FrontEnrollAuthNotFound) Error() string
func (*FrontEnrollAuthNotFound) GetPayload ¶
func (o *FrontEnrollAuthNotFound) GetPayload() *models.RestError
type FrontEnrollAuthOK ¶
type FrontEnrollAuthOK struct {
Payload *models.RestFrontEnrollAuthResponse
}
FrontEnrollAuthOK describes a response with status code 200, with default header values.
FrontEnrollAuthOK front enroll auth o k
func NewFrontEnrollAuthOK ¶
func NewFrontEnrollAuthOK() *FrontEnrollAuthOK
NewFrontEnrollAuthOK creates a FrontEnrollAuthOK with default headers values
func (*FrontEnrollAuthOK) Error ¶
func (o *FrontEnrollAuthOK) Error() string
func (*FrontEnrollAuthOK) GetPayload ¶
func (o *FrontEnrollAuthOK) GetPayload() *models.RestFrontEnrollAuthResponse
type FrontEnrollAuthParams ¶
type FrontEnrollAuthParams struct { // Body. Body *models.RestFrontEnrollAuthRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
FrontEnrollAuthParams contains all the parameters to send to the API endpoint
for the front enroll auth operation. Typically these are written to a http.Request.
func NewFrontEnrollAuthParams ¶
func NewFrontEnrollAuthParams() *FrontEnrollAuthParams
NewFrontEnrollAuthParams creates a new FrontEnrollAuthParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewFrontEnrollAuthParamsWithContext ¶
func NewFrontEnrollAuthParamsWithContext(ctx context.Context) *FrontEnrollAuthParams
NewFrontEnrollAuthParamsWithContext creates a new FrontEnrollAuthParams object with the ability to set a context for a request.
func NewFrontEnrollAuthParamsWithHTTPClient ¶
func NewFrontEnrollAuthParamsWithHTTPClient(client *http.Client) *FrontEnrollAuthParams
NewFrontEnrollAuthParamsWithHTTPClient creates a new FrontEnrollAuthParams object with the ability to set a custom HTTPClient for a request.
func NewFrontEnrollAuthParamsWithTimeout ¶
func NewFrontEnrollAuthParamsWithTimeout(timeout time.Duration) *FrontEnrollAuthParams
NewFrontEnrollAuthParamsWithTimeout creates a new FrontEnrollAuthParams object with the ability to set a timeout on a request.
func (*FrontEnrollAuthParams) SetBody ¶
func (o *FrontEnrollAuthParams) SetBody(body *models.RestFrontEnrollAuthRequest)
SetBody adds the body to the front enroll auth params
func (*FrontEnrollAuthParams) SetContext ¶
func (o *FrontEnrollAuthParams) SetContext(ctx context.Context)
SetContext adds the context to the front enroll auth params
func (*FrontEnrollAuthParams) SetDefaults ¶
func (o *FrontEnrollAuthParams) SetDefaults()
SetDefaults hydrates default values in the front enroll auth params (not the query body).
All values with no default are reset to their zero value.
func (*FrontEnrollAuthParams) SetHTTPClient ¶
func (o *FrontEnrollAuthParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the front enroll auth params
func (*FrontEnrollAuthParams) SetTimeout ¶
func (o *FrontEnrollAuthParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the front enroll auth params
func (*FrontEnrollAuthParams) WithBody ¶
func (o *FrontEnrollAuthParams) WithBody(body *models.RestFrontEnrollAuthRequest) *FrontEnrollAuthParams
WithBody adds the body to the front enroll auth params
func (*FrontEnrollAuthParams) WithContext ¶
func (o *FrontEnrollAuthParams) WithContext(ctx context.Context) *FrontEnrollAuthParams
WithContext adds the context to the front enroll auth params
func (*FrontEnrollAuthParams) WithDefaults ¶
func (o *FrontEnrollAuthParams) WithDefaults() *FrontEnrollAuthParams
WithDefaults hydrates default values in the front enroll auth params (not the query body).
All values with no default are reset to their zero value.
func (*FrontEnrollAuthParams) WithHTTPClient ¶
func (o *FrontEnrollAuthParams) WithHTTPClient(client *http.Client) *FrontEnrollAuthParams
WithHTTPClient adds the HTTPClient to the front enroll auth params
func (*FrontEnrollAuthParams) WithTimeout ¶
func (o *FrontEnrollAuthParams) WithTimeout(timeout time.Duration) *FrontEnrollAuthParams
WithTimeout adds the timeout to the front enroll auth params
func (*FrontEnrollAuthParams) WriteToRequest ¶
func (o *FrontEnrollAuthParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type FrontEnrollAuthReader ¶
type FrontEnrollAuthReader struct {
// contains filtered or unexported fields
}
FrontEnrollAuthReader is a Reader for the FrontEnrollAuth structure.
func (*FrontEnrollAuthReader) ReadResponse ¶
func (o *FrontEnrollAuthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type FrontEnrollAuthUnauthorized ¶
type FrontEnrollAuthUnauthorized struct { }
FrontEnrollAuthUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewFrontEnrollAuthUnauthorized ¶
func NewFrontEnrollAuthUnauthorized() *FrontEnrollAuthUnauthorized
NewFrontEnrollAuthUnauthorized creates a FrontEnrollAuthUnauthorized with default headers values
func (*FrontEnrollAuthUnauthorized) Error ¶
func (o *FrontEnrollAuthUnauthorized) Error() string
type FrontMessagesForbidden ¶
FrontMessagesForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewFrontMessagesForbidden ¶
func NewFrontMessagesForbidden() *FrontMessagesForbidden
NewFrontMessagesForbidden creates a FrontMessagesForbidden with default headers values
func (*FrontMessagesForbidden) Error ¶
func (o *FrontMessagesForbidden) Error() string
func (*FrontMessagesForbidden) GetPayload ¶
func (o *FrontMessagesForbidden) GetPayload() *models.RestError
type FrontMessagesInternalServerError ¶
FrontMessagesInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewFrontMessagesInternalServerError ¶
func NewFrontMessagesInternalServerError() *FrontMessagesInternalServerError
NewFrontMessagesInternalServerError creates a FrontMessagesInternalServerError with default headers values
func (*FrontMessagesInternalServerError) Error ¶
func (o *FrontMessagesInternalServerError) Error() string
func (*FrontMessagesInternalServerError) GetPayload ¶
func (o *FrontMessagesInternalServerError) GetPayload() *models.RestError
type FrontMessagesNotFound ¶
FrontMessagesNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewFrontMessagesNotFound ¶
func NewFrontMessagesNotFound() *FrontMessagesNotFound
NewFrontMessagesNotFound creates a FrontMessagesNotFound with default headers values
func (*FrontMessagesNotFound) Error ¶
func (o *FrontMessagesNotFound) Error() string
func (*FrontMessagesNotFound) GetPayload ¶
func (o *FrontMessagesNotFound) GetPayload() *models.RestError
type FrontMessagesOK ¶
type FrontMessagesOK struct {
Payload *models.RestFrontMessagesResponse
}
FrontMessagesOK describes a response with status code 200, with default header values.
FrontMessagesOK front messages o k
func NewFrontMessagesOK ¶
func NewFrontMessagesOK() *FrontMessagesOK
NewFrontMessagesOK creates a FrontMessagesOK with default headers values
func (*FrontMessagesOK) Error ¶
func (o *FrontMessagesOK) Error() string
func (*FrontMessagesOK) GetPayload ¶
func (o *FrontMessagesOK) GetPayload() *models.RestFrontMessagesResponse
type FrontMessagesParams ¶
type FrontMessagesParams struct { // Lang. Lang string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
FrontMessagesParams contains all the parameters to send to the API endpoint
for the front messages operation. Typically these are written to a http.Request.
func NewFrontMessagesParams ¶
func NewFrontMessagesParams() *FrontMessagesParams
NewFrontMessagesParams creates a new FrontMessagesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewFrontMessagesParamsWithContext ¶
func NewFrontMessagesParamsWithContext(ctx context.Context) *FrontMessagesParams
NewFrontMessagesParamsWithContext creates a new FrontMessagesParams object with the ability to set a context for a request.
func NewFrontMessagesParamsWithHTTPClient ¶
func NewFrontMessagesParamsWithHTTPClient(client *http.Client) *FrontMessagesParams
NewFrontMessagesParamsWithHTTPClient creates a new FrontMessagesParams object with the ability to set a custom HTTPClient for a request.
func NewFrontMessagesParamsWithTimeout ¶
func NewFrontMessagesParamsWithTimeout(timeout time.Duration) *FrontMessagesParams
NewFrontMessagesParamsWithTimeout creates a new FrontMessagesParams object with the ability to set a timeout on a request.
func (*FrontMessagesParams) SetContext ¶
func (o *FrontMessagesParams) SetContext(ctx context.Context)
SetContext adds the context to the front messages params
func (*FrontMessagesParams) SetDefaults ¶
func (o *FrontMessagesParams) SetDefaults()
SetDefaults hydrates default values in the front messages params (not the query body).
All values with no default are reset to their zero value.
func (*FrontMessagesParams) SetHTTPClient ¶
func (o *FrontMessagesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the front messages params
func (*FrontMessagesParams) SetLang ¶
func (o *FrontMessagesParams) SetLang(lang string)
SetLang adds the lang to the front messages params
func (*FrontMessagesParams) SetTimeout ¶
func (o *FrontMessagesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the front messages params
func (*FrontMessagesParams) WithContext ¶
func (o *FrontMessagesParams) WithContext(ctx context.Context) *FrontMessagesParams
WithContext adds the context to the front messages params
func (*FrontMessagesParams) WithDefaults ¶
func (o *FrontMessagesParams) WithDefaults() *FrontMessagesParams
WithDefaults hydrates default values in the front messages params (not the query body).
All values with no default are reset to their zero value.
func (*FrontMessagesParams) WithHTTPClient ¶
func (o *FrontMessagesParams) WithHTTPClient(client *http.Client) *FrontMessagesParams
WithHTTPClient adds the HTTPClient to the front messages params
func (*FrontMessagesParams) WithLang ¶
func (o *FrontMessagesParams) WithLang(lang string) *FrontMessagesParams
WithLang adds the lang to the front messages params
func (*FrontMessagesParams) WithTimeout ¶
func (o *FrontMessagesParams) WithTimeout(timeout time.Duration) *FrontMessagesParams
WithTimeout adds the timeout to the front messages params
func (*FrontMessagesParams) WriteToRequest ¶
func (o *FrontMessagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type FrontMessagesReader ¶
type FrontMessagesReader struct {
// contains filtered or unexported fields
}
FrontMessagesReader is a Reader for the FrontMessages structure.
func (*FrontMessagesReader) ReadResponse ¶
func (o *FrontMessagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type FrontMessagesUnauthorized ¶
type FrontMessagesUnauthorized struct { }
FrontMessagesUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewFrontMessagesUnauthorized ¶
func NewFrontMessagesUnauthorized() *FrontMessagesUnauthorized
NewFrontMessagesUnauthorized creates a FrontMessagesUnauthorized with default headers values
func (*FrontMessagesUnauthorized) Error ¶
func (o *FrontMessagesUnauthorized) Error() string
type FrontPluginsForbidden ¶
FrontPluginsForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewFrontPluginsForbidden ¶
func NewFrontPluginsForbidden() *FrontPluginsForbidden
NewFrontPluginsForbidden creates a FrontPluginsForbidden with default headers values
func (*FrontPluginsForbidden) Error ¶
func (o *FrontPluginsForbidden) Error() string
func (*FrontPluginsForbidden) GetPayload ¶
func (o *FrontPluginsForbidden) GetPayload() *models.RestError
type FrontPluginsInternalServerError ¶
FrontPluginsInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewFrontPluginsInternalServerError ¶
func NewFrontPluginsInternalServerError() *FrontPluginsInternalServerError
NewFrontPluginsInternalServerError creates a FrontPluginsInternalServerError with default headers values
func (*FrontPluginsInternalServerError) Error ¶
func (o *FrontPluginsInternalServerError) Error() string
func (*FrontPluginsInternalServerError) GetPayload ¶
func (o *FrontPluginsInternalServerError) GetPayload() *models.RestError
type FrontPluginsNotFound ¶
FrontPluginsNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewFrontPluginsNotFound ¶
func NewFrontPluginsNotFound() *FrontPluginsNotFound
NewFrontPluginsNotFound creates a FrontPluginsNotFound with default headers values
func (*FrontPluginsNotFound) Error ¶
func (o *FrontPluginsNotFound) Error() string
func (*FrontPluginsNotFound) GetPayload ¶
func (o *FrontPluginsNotFound) GetPayload() *models.RestError
type FrontPluginsOK ¶
type FrontPluginsOK struct {
Payload models.RestFrontPluginsResponse
}
FrontPluginsOK describes a response with status code 200, with default header values.
FrontPluginsOK front plugins o k
func NewFrontPluginsOK ¶
func NewFrontPluginsOK() *FrontPluginsOK
NewFrontPluginsOK creates a FrontPluginsOK with default headers values
func (*FrontPluginsOK) Error ¶
func (o *FrontPluginsOK) Error() string
func (*FrontPluginsOK) GetPayload ¶
func (o *FrontPluginsOK) GetPayload() models.RestFrontPluginsResponse
type FrontPluginsParams ¶
type FrontPluginsParams struct { // Lang. Lang string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
FrontPluginsParams contains all the parameters to send to the API endpoint
for the front plugins operation. Typically these are written to a http.Request.
func NewFrontPluginsParams ¶
func NewFrontPluginsParams() *FrontPluginsParams
NewFrontPluginsParams creates a new FrontPluginsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewFrontPluginsParamsWithContext ¶
func NewFrontPluginsParamsWithContext(ctx context.Context) *FrontPluginsParams
NewFrontPluginsParamsWithContext creates a new FrontPluginsParams object with the ability to set a context for a request.
func NewFrontPluginsParamsWithHTTPClient ¶
func NewFrontPluginsParamsWithHTTPClient(client *http.Client) *FrontPluginsParams
NewFrontPluginsParamsWithHTTPClient creates a new FrontPluginsParams object with the ability to set a custom HTTPClient for a request.
func NewFrontPluginsParamsWithTimeout ¶
func NewFrontPluginsParamsWithTimeout(timeout time.Duration) *FrontPluginsParams
NewFrontPluginsParamsWithTimeout creates a new FrontPluginsParams object with the ability to set a timeout on a request.
func (*FrontPluginsParams) SetContext ¶
func (o *FrontPluginsParams) SetContext(ctx context.Context)
SetContext adds the context to the front plugins params
func (*FrontPluginsParams) SetDefaults ¶
func (o *FrontPluginsParams) SetDefaults()
SetDefaults hydrates default values in the front plugins params (not the query body).
All values with no default are reset to their zero value.
func (*FrontPluginsParams) SetHTTPClient ¶
func (o *FrontPluginsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the front plugins params
func (*FrontPluginsParams) SetLang ¶
func (o *FrontPluginsParams) SetLang(lang string)
SetLang adds the lang to the front plugins params
func (*FrontPluginsParams) SetTimeout ¶
func (o *FrontPluginsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the front plugins params
func (*FrontPluginsParams) WithContext ¶
func (o *FrontPluginsParams) WithContext(ctx context.Context) *FrontPluginsParams
WithContext adds the context to the front plugins params
func (*FrontPluginsParams) WithDefaults ¶
func (o *FrontPluginsParams) WithDefaults() *FrontPluginsParams
WithDefaults hydrates default values in the front plugins params (not the query body).
All values with no default are reset to their zero value.
func (*FrontPluginsParams) WithHTTPClient ¶
func (o *FrontPluginsParams) WithHTTPClient(client *http.Client) *FrontPluginsParams
WithHTTPClient adds the HTTPClient to the front plugins params
func (*FrontPluginsParams) WithLang ¶
func (o *FrontPluginsParams) WithLang(lang string) *FrontPluginsParams
WithLang adds the lang to the front plugins params
func (*FrontPluginsParams) WithTimeout ¶
func (o *FrontPluginsParams) WithTimeout(timeout time.Duration) *FrontPluginsParams
WithTimeout adds the timeout to the front plugins params
func (*FrontPluginsParams) WriteToRequest ¶
func (o *FrontPluginsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type FrontPluginsReader ¶
type FrontPluginsReader struct {
// contains filtered or unexported fields
}
FrontPluginsReader is a Reader for the FrontPlugins structure.
func (*FrontPluginsReader) ReadResponse ¶
func (o *FrontPluginsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type FrontPluginsUnauthorized ¶
type FrontPluginsUnauthorized struct { }
FrontPluginsUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewFrontPluginsUnauthorized ¶
func NewFrontPluginsUnauthorized() *FrontPluginsUnauthorized
NewFrontPluginsUnauthorized creates a FrontPluginsUnauthorized with default headers values
func (*FrontPluginsUnauthorized) Error ¶
func (o *FrontPluginsUnauthorized) Error() string
type FrontPutBinaryForbidden ¶
FrontPutBinaryForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewFrontPutBinaryForbidden ¶
func NewFrontPutBinaryForbidden() *FrontPutBinaryForbidden
NewFrontPutBinaryForbidden creates a FrontPutBinaryForbidden with default headers values
func (*FrontPutBinaryForbidden) Error ¶
func (o *FrontPutBinaryForbidden) Error() string
func (*FrontPutBinaryForbidden) GetPayload ¶
func (o *FrontPutBinaryForbidden) GetPayload() *models.RestError
type FrontPutBinaryInternalServerError ¶
FrontPutBinaryInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewFrontPutBinaryInternalServerError ¶
func NewFrontPutBinaryInternalServerError() *FrontPutBinaryInternalServerError
NewFrontPutBinaryInternalServerError creates a FrontPutBinaryInternalServerError with default headers values
func (*FrontPutBinaryInternalServerError) Error ¶
func (o *FrontPutBinaryInternalServerError) Error() string
func (*FrontPutBinaryInternalServerError) GetPayload ¶
func (o *FrontPutBinaryInternalServerError) GetPayload() *models.RestError
type FrontPutBinaryNotFound ¶
FrontPutBinaryNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewFrontPutBinaryNotFound ¶
func NewFrontPutBinaryNotFound() *FrontPutBinaryNotFound
NewFrontPutBinaryNotFound creates a FrontPutBinaryNotFound with default headers values
func (*FrontPutBinaryNotFound) Error ¶
func (o *FrontPutBinaryNotFound) Error() string
func (*FrontPutBinaryNotFound) GetPayload ¶
func (o *FrontPutBinaryNotFound) GetPayload() *models.RestError
type FrontPutBinaryOK ¶
type FrontPutBinaryOK struct {
Payload models.RestFrontBinaryResponse
}
FrontPutBinaryOK describes a response with status code 200, with default header values.
FrontPutBinaryOK front put binary o k
func NewFrontPutBinaryOK ¶
func NewFrontPutBinaryOK() *FrontPutBinaryOK
NewFrontPutBinaryOK creates a FrontPutBinaryOK with default headers values
func (*FrontPutBinaryOK) Error ¶
func (o *FrontPutBinaryOK) Error() string
func (*FrontPutBinaryOK) GetPayload ¶
func (o *FrontPutBinaryOK) GetPayload() models.RestFrontBinaryResponse
type FrontPutBinaryParams ¶
type FrontPutBinaryParams struct { // BinaryType. BinaryType string // UUID. UUID string // Body. Body *models.RestFrontBinaryRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
FrontPutBinaryParams contains all the parameters to send to the API endpoint
for the front put binary operation. Typically these are written to a http.Request.
func NewFrontPutBinaryParams ¶
func NewFrontPutBinaryParams() *FrontPutBinaryParams
NewFrontPutBinaryParams creates a new FrontPutBinaryParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewFrontPutBinaryParamsWithContext ¶
func NewFrontPutBinaryParamsWithContext(ctx context.Context) *FrontPutBinaryParams
NewFrontPutBinaryParamsWithContext creates a new FrontPutBinaryParams object with the ability to set a context for a request.
func NewFrontPutBinaryParamsWithHTTPClient ¶
func NewFrontPutBinaryParamsWithHTTPClient(client *http.Client) *FrontPutBinaryParams
NewFrontPutBinaryParamsWithHTTPClient creates a new FrontPutBinaryParams object with the ability to set a custom HTTPClient for a request.
func NewFrontPutBinaryParamsWithTimeout ¶
func NewFrontPutBinaryParamsWithTimeout(timeout time.Duration) *FrontPutBinaryParams
NewFrontPutBinaryParamsWithTimeout creates a new FrontPutBinaryParams object with the ability to set a timeout on a request.
func (*FrontPutBinaryParams) SetBinaryType ¶
func (o *FrontPutBinaryParams) SetBinaryType(binaryType string)
SetBinaryType adds the binaryType to the front put binary params
func (*FrontPutBinaryParams) SetBody ¶
func (o *FrontPutBinaryParams) SetBody(body *models.RestFrontBinaryRequest)
SetBody adds the body to the front put binary params
func (*FrontPutBinaryParams) SetContext ¶
func (o *FrontPutBinaryParams) SetContext(ctx context.Context)
SetContext adds the context to the front put binary params
func (*FrontPutBinaryParams) SetDefaults ¶
func (o *FrontPutBinaryParams) SetDefaults()
SetDefaults hydrates default values in the front put binary params (not the query body).
All values with no default are reset to their zero value.
func (*FrontPutBinaryParams) SetHTTPClient ¶
func (o *FrontPutBinaryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the front put binary params
func (*FrontPutBinaryParams) SetTimeout ¶
func (o *FrontPutBinaryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the front put binary params
func (*FrontPutBinaryParams) SetUUID ¶
func (o *FrontPutBinaryParams) SetUUID(uuid string)
SetUUID adds the uuid to the front put binary params
func (*FrontPutBinaryParams) WithBinaryType ¶
func (o *FrontPutBinaryParams) WithBinaryType(binaryType string) *FrontPutBinaryParams
WithBinaryType adds the binaryType to the front put binary params
func (*FrontPutBinaryParams) WithBody ¶
func (o *FrontPutBinaryParams) WithBody(body *models.RestFrontBinaryRequest) *FrontPutBinaryParams
WithBody adds the body to the front put binary params
func (*FrontPutBinaryParams) WithContext ¶
func (o *FrontPutBinaryParams) WithContext(ctx context.Context) *FrontPutBinaryParams
WithContext adds the context to the front put binary params
func (*FrontPutBinaryParams) WithDefaults ¶
func (o *FrontPutBinaryParams) WithDefaults() *FrontPutBinaryParams
WithDefaults hydrates default values in the front put binary params (not the query body).
All values with no default are reset to their zero value.
func (*FrontPutBinaryParams) WithHTTPClient ¶
func (o *FrontPutBinaryParams) WithHTTPClient(client *http.Client) *FrontPutBinaryParams
WithHTTPClient adds the HTTPClient to the front put binary params
func (*FrontPutBinaryParams) WithTimeout ¶
func (o *FrontPutBinaryParams) WithTimeout(timeout time.Duration) *FrontPutBinaryParams
WithTimeout adds the timeout to the front put binary params
func (*FrontPutBinaryParams) WithUUID ¶
func (o *FrontPutBinaryParams) WithUUID(uuid string) *FrontPutBinaryParams
WithUUID adds the uuid to the front put binary params
func (*FrontPutBinaryParams) WriteToRequest ¶
func (o *FrontPutBinaryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type FrontPutBinaryReader ¶
type FrontPutBinaryReader struct {
// contains filtered or unexported fields
}
FrontPutBinaryReader is a Reader for the FrontPutBinary structure.
func (*FrontPutBinaryReader) ReadResponse ¶
func (o *FrontPutBinaryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type FrontPutBinaryUnauthorized ¶
type FrontPutBinaryUnauthorized struct { }
FrontPutBinaryUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewFrontPutBinaryUnauthorized ¶
func NewFrontPutBinaryUnauthorized() *FrontPutBinaryUnauthorized
NewFrontPutBinaryUnauthorized creates a FrontPutBinaryUnauthorized with default headers values
func (*FrontPutBinaryUnauthorized) Error ¶
func (o *FrontPutBinaryUnauthorized) Error() string
type FrontServeBinaryForbidden ¶
FrontServeBinaryForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewFrontServeBinaryForbidden ¶
func NewFrontServeBinaryForbidden() *FrontServeBinaryForbidden
NewFrontServeBinaryForbidden creates a FrontServeBinaryForbidden with default headers values
func (*FrontServeBinaryForbidden) Error ¶
func (o *FrontServeBinaryForbidden) Error() string
func (*FrontServeBinaryForbidden) GetPayload ¶
func (o *FrontServeBinaryForbidden) GetPayload() *models.RestError
type FrontServeBinaryInternalServerError ¶
FrontServeBinaryInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewFrontServeBinaryInternalServerError ¶
func NewFrontServeBinaryInternalServerError() *FrontServeBinaryInternalServerError
NewFrontServeBinaryInternalServerError creates a FrontServeBinaryInternalServerError with default headers values
func (*FrontServeBinaryInternalServerError) Error ¶
func (o *FrontServeBinaryInternalServerError) Error() string
func (*FrontServeBinaryInternalServerError) GetPayload ¶
func (o *FrontServeBinaryInternalServerError) GetPayload() *models.RestError
type FrontServeBinaryNotFound ¶
FrontServeBinaryNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewFrontServeBinaryNotFound ¶
func NewFrontServeBinaryNotFound() *FrontServeBinaryNotFound
NewFrontServeBinaryNotFound creates a FrontServeBinaryNotFound with default headers values
func (*FrontServeBinaryNotFound) Error ¶
func (o *FrontServeBinaryNotFound) Error() string
func (*FrontServeBinaryNotFound) GetPayload ¶
func (o *FrontServeBinaryNotFound) GetPayload() *models.RestError
type FrontServeBinaryOK ¶
type FrontServeBinaryOK struct {
Payload models.RestFrontBinaryResponse
}
FrontServeBinaryOK describes a response with status code 200, with default header values.
FrontServeBinaryOK front serve binary o k
func NewFrontServeBinaryOK ¶
func NewFrontServeBinaryOK() *FrontServeBinaryOK
NewFrontServeBinaryOK creates a FrontServeBinaryOK with default headers values
func (*FrontServeBinaryOK) Error ¶
func (o *FrontServeBinaryOK) Error() string
func (*FrontServeBinaryOK) GetPayload ¶
func (o *FrontServeBinaryOK) GetPayload() models.RestFrontBinaryResponse
type FrontServeBinaryParams ¶
type FrontServeBinaryParams struct { // BinaryType. BinaryType string // UUID. UUID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
FrontServeBinaryParams contains all the parameters to send to the API endpoint
for the front serve binary operation. Typically these are written to a http.Request.
func NewFrontServeBinaryParams ¶
func NewFrontServeBinaryParams() *FrontServeBinaryParams
NewFrontServeBinaryParams creates a new FrontServeBinaryParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewFrontServeBinaryParamsWithContext ¶
func NewFrontServeBinaryParamsWithContext(ctx context.Context) *FrontServeBinaryParams
NewFrontServeBinaryParamsWithContext creates a new FrontServeBinaryParams object with the ability to set a context for a request.
func NewFrontServeBinaryParamsWithHTTPClient ¶
func NewFrontServeBinaryParamsWithHTTPClient(client *http.Client) *FrontServeBinaryParams
NewFrontServeBinaryParamsWithHTTPClient creates a new FrontServeBinaryParams object with the ability to set a custom HTTPClient for a request.
func NewFrontServeBinaryParamsWithTimeout ¶
func NewFrontServeBinaryParamsWithTimeout(timeout time.Duration) *FrontServeBinaryParams
NewFrontServeBinaryParamsWithTimeout creates a new FrontServeBinaryParams object with the ability to set a timeout on a request.
func (*FrontServeBinaryParams) SetBinaryType ¶
func (o *FrontServeBinaryParams) SetBinaryType(binaryType string)
SetBinaryType adds the binaryType to the front serve binary params
func (*FrontServeBinaryParams) SetContext ¶
func (o *FrontServeBinaryParams) SetContext(ctx context.Context)
SetContext adds the context to the front serve binary params
func (*FrontServeBinaryParams) SetDefaults ¶
func (o *FrontServeBinaryParams) SetDefaults()
SetDefaults hydrates default values in the front serve binary params (not the query body).
All values with no default are reset to their zero value.
func (*FrontServeBinaryParams) SetHTTPClient ¶
func (o *FrontServeBinaryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the front serve binary params
func (*FrontServeBinaryParams) SetTimeout ¶
func (o *FrontServeBinaryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the front serve binary params
func (*FrontServeBinaryParams) SetUUID ¶
func (o *FrontServeBinaryParams) SetUUID(uuid string)
SetUUID adds the uuid to the front serve binary params
func (*FrontServeBinaryParams) WithBinaryType ¶
func (o *FrontServeBinaryParams) WithBinaryType(binaryType string) *FrontServeBinaryParams
WithBinaryType adds the binaryType to the front serve binary params
func (*FrontServeBinaryParams) WithContext ¶
func (o *FrontServeBinaryParams) WithContext(ctx context.Context) *FrontServeBinaryParams
WithContext adds the context to the front serve binary params
func (*FrontServeBinaryParams) WithDefaults ¶
func (o *FrontServeBinaryParams) WithDefaults() *FrontServeBinaryParams
WithDefaults hydrates default values in the front serve binary params (not the query body).
All values with no default are reset to their zero value.
func (*FrontServeBinaryParams) WithHTTPClient ¶
func (o *FrontServeBinaryParams) WithHTTPClient(client *http.Client) *FrontServeBinaryParams
WithHTTPClient adds the HTTPClient to the front serve binary params
func (*FrontServeBinaryParams) WithTimeout ¶
func (o *FrontServeBinaryParams) WithTimeout(timeout time.Duration) *FrontServeBinaryParams
WithTimeout adds the timeout to the front serve binary params
func (*FrontServeBinaryParams) WithUUID ¶
func (o *FrontServeBinaryParams) WithUUID(uuid string) *FrontServeBinaryParams
WithUUID adds the uuid to the front serve binary params
func (*FrontServeBinaryParams) WriteToRequest ¶
func (o *FrontServeBinaryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type FrontServeBinaryReader ¶
type FrontServeBinaryReader struct {
// contains filtered or unexported fields
}
FrontServeBinaryReader is a Reader for the FrontServeBinary structure.
func (*FrontServeBinaryReader) ReadResponse ¶
func (o *FrontServeBinaryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type FrontServeBinaryUnauthorized ¶
type FrontServeBinaryUnauthorized struct { }
FrontServeBinaryUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewFrontServeBinaryUnauthorized ¶
func NewFrontServeBinaryUnauthorized() *FrontServeBinaryUnauthorized
NewFrontServeBinaryUnauthorized creates a FrontServeBinaryUnauthorized with default headers values
func (*FrontServeBinaryUnauthorized) Error ¶
func (o *FrontServeBinaryUnauthorized) Error() string
type FrontSessionForbidden ¶
FrontSessionForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewFrontSessionForbidden ¶
func NewFrontSessionForbidden() *FrontSessionForbidden
NewFrontSessionForbidden creates a FrontSessionForbidden with default headers values
func (*FrontSessionForbidden) Error ¶
func (o *FrontSessionForbidden) Error() string
func (*FrontSessionForbidden) GetPayload ¶
func (o *FrontSessionForbidden) GetPayload() *models.RestError
type FrontSessionInternalServerError ¶
FrontSessionInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewFrontSessionInternalServerError ¶
func NewFrontSessionInternalServerError() *FrontSessionInternalServerError
NewFrontSessionInternalServerError creates a FrontSessionInternalServerError with default headers values
func (*FrontSessionInternalServerError) Error ¶
func (o *FrontSessionInternalServerError) Error() string
func (*FrontSessionInternalServerError) GetPayload ¶
func (o *FrontSessionInternalServerError) GetPayload() *models.RestError
type FrontSessionNotFound ¶
FrontSessionNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewFrontSessionNotFound ¶
func NewFrontSessionNotFound() *FrontSessionNotFound
NewFrontSessionNotFound creates a FrontSessionNotFound with default headers values
func (*FrontSessionNotFound) Error ¶
func (o *FrontSessionNotFound) Error() string
func (*FrontSessionNotFound) GetPayload ¶
func (o *FrontSessionNotFound) GetPayload() *models.RestError
type FrontSessionOK ¶
type FrontSessionOK struct {
Payload *models.RestFrontSessionResponse
}
FrontSessionOK describes a response with status code 200, with default header values.
FrontSessionOK front session o k
func NewFrontSessionOK ¶
func NewFrontSessionOK() *FrontSessionOK
NewFrontSessionOK creates a FrontSessionOK with default headers values
func (*FrontSessionOK) Error ¶
func (o *FrontSessionOK) Error() string
func (*FrontSessionOK) GetPayload ¶
func (o *FrontSessionOK) GetPayload() *models.RestFrontSessionResponse
type FrontSessionParams ¶
type FrontSessionParams struct { // Body. Body *models.RestFrontSessionRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
FrontSessionParams contains all the parameters to send to the API endpoint
for the front session operation. Typically these are written to a http.Request.
func NewFrontSessionParams ¶
func NewFrontSessionParams() *FrontSessionParams
NewFrontSessionParams creates a new FrontSessionParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewFrontSessionParamsWithContext ¶
func NewFrontSessionParamsWithContext(ctx context.Context) *FrontSessionParams
NewFrontSessionParamsWithContext creates a new FrontSessionParams object with the ability to set a context for a request.
func NewFrontSessionParamsWithHTTPClient ¶
func NewFrontSessionParamsWithHTTPClient(client *http.Client) *FrontSessionParams
NewFrontSessionParamsWithHTTPClient creates a new FrontSessionParams object with the ability to set a custom HTTPClient for a request.
func NewFrontSessionParamsWithTimeout ¶
func NewFrontSessionParamsWithTimeout(timeout time.Duration) *FrontSessionParams
NewFrontSessionParamsWithTimeout creates a new FrontSessionParams object with the ability to set a timeout on a request.
func (*FrontSessionParams) SetBody ¶
func (o *FrontSessionParams) SetBody(body *models.RestFrontSessionRequest)
SetBody adds the body to the front session params
func (*FrontSessionParams) SetContext ¶
func (o *FrontSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the front session params
func (*FrontSessionParams) SetDefaults ¶
func (o *FrontSessionParams) SetDefaults()
SetDefaults hydrates default values in the front session params (not the query body).
All values with no default are reset to their zero value.
func (*FrontSessionParams) SetHTTPClient ¶
func (o *FrontSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the front session params
func (*FrontSessionParams) SetTimeout ¶
func (o *FrontSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the front session params
func (*FrontSessionParams) WithBody ¶
func (o *FrontSessionParams) WithBody(body *models.RestFrontSessionRequest) *FrontSessionParams
WithBody adds the body to the front session params
func (*FrontSessionParams) WithContext ¶
func (o *FrontSessionParams) WithContext(ctx context.Context) *FrontSessionParams
WithContext adds the context to the front session params
func (*FrontSessionParams) WithDefaults ¶
func (o *FrontSessionParams) WithDefaults() *FrontSessionParams
WithDefaults hydrates default values in the front session params (not the query body).
All values with no default are reset to their zero value.
func (*FrontSessionParams) WithHTTPClient ¶
func (o *FrontSessionParams) WithHTTPClient(client *http.Client) *FrontSessionParams
WithHTTPClient adds the HTTPClient to the front session params
func (*FrontSessionParams) WithTimeout ¶
func (o *FrontSessionParams) WithTimeout(timeout time.Duration) *FrontSessionParams
WithTimeout adds the timeout to the front session params
func (*FrontSessionParams) WriteToRequest ¶
func (o *FrontSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type FrontSessionReader ¶
type FrontSessionReader struct {
// contains filtered or unexported fields
}
FrontSessionReader is a Reader for the FrontSession structure.
func (*FrontSessionReader) ReadResponse ¶
func (o *FrontSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type FrontSessionUnauthorized ¶
type FrontSessionUnauthorized struct { }
FrontSessionUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewFrontSessionUnauthorized ¶
func NewFrontSessionUnauthorized() *FrontSessionUnauthorized
NewFrontSessionUnauthorized creates a FrontSessionUnauthorized with default headers values
func (*FrontSessionUnauthorized) Error ¶
func (o *FrontSessionUnauthorized) Error() string
type FrontStateForbidden ¶
FrontStateForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewFrontStateForbidden ¶
func NewFrontStateForbidden() *FrontStateForbidden
NewFrontStateForbidden creates a FrontStateForbidden with default headers values
func (*FrontStateForbidden) Error ¶
func (o *FrontStateForbidden) Error() string
func (*FrontStateForbidden) GetPayload ¶
func (o *FrontStateForbidden) GetPayload() *models.RestError
type FrontStateInternalServerError ¶
FrontStateInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewFrontStateInternalServerError ¶
func NewFrontStateInternalServerError() *FrontStateInternalServerError
NewFrontStateInternalServerError creates a FrontStateInternalServerError with default headers values
func (*FrontStateInternalServerError) Error ¶
func (o *FrontStateInternalServerError) Error() string
func (*FrontStateInternalServerError) GetPayload ¶
func (o *FrontStateInternalServerError) GetPayload() *models.RestError
type FrontStateNotFound ¶
FrontStateNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewFrontStateNotFound ¶
func NewFrontStateNotFound() *FrontStateNotFound
NewFrontStateNotFound creates a FrontStateNotFound with default headers values
func (*FrontStateNotFound) Error ¶
func (o *FrontStateNotFound) Error() string
func (*FrontStateNotFound) GetPayload ¶
func (o *FrontStateNotFound) GetPayload() *models.RestError
type FrontStateOK ¶
type FrontStateOK struct {
Payload models.RestFrontStateResponse
}
FrontStateOK describes a response with status code 200, with default header values.
FrontStateOK front state o k
func NewFrontStateOK ¶
func NewFrontStateOK() *FrontStateOK
NewFrontStateOK creates a FrontStateOK with default headers values
func (*FrontStateOK) Error ¶
func (o *FrontStateOK) Error() string
func (*FrontStateOK) GetPayload ¶
func (o *FrontStateOK) GetPayload() models.RestFrontStateResponse
type FrontStateParams ¶
type FrontStateParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
FrontStateParams contains all the parameters to send to the API endpoint
for the front state operation. Typically these are written to a http.Request.
func NewFrontStateParams ¶
func NewFrontStateParams() *FrontStateParams
NewFrontStateParams creates a new FrontStateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewFrontStateParamsWithContext ¶
func NewFrontStateParamsWithContext(ctx context.Context) *FrontStateParams
NewFrontStateParamsWithContext creates a new FrontStateParams object with the ability to set a context for a request.
func NewFrontStateParamsWithHTTPClient ¶
func NewFrontStateParamsWithHTTPClient(client *http.Client) *FrontStateParams
NewFrontStateParamsWithHTTPClient creates a new FrontStateParams object with the ability to set a custom HTTPClient for a request.
func NewFrontStateParamsWithTimeout ¶
func NewFrontStateParamsWithTimeout(timeout time.Duration) *FrontStateParams
NewFrontStateParamsWithTimeout creates a new FrontStateParams object with the ability to set a timeout on a request.
func (*FrontStateParams) SetContext ¶
func (o *FrontStateParams) SetContext(ctx context.Context)
SetContext adds the context to the front state params
func (*FrontStateParams) SetDefaults ¶
func (o *FrontStateParams) SetDefaults()
SetDefaults hydrates default values in the front state params (not the query body).
All values with no default are reset to their zero value.
func (*FrontStateParams) SetHTTPClient ¶
func (o *FrontStateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the front state params
func (*FrontStateParams) SetTimeout ¶
func (o *FrontStateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the front state params
func (*FrontStateParams) WithContext ¶
func (o *FrontStateParams) WithContext(ctx context.Context) *FrontStateParams
WithContext adds the context to the front state params
func (*FrontStateParams) WithDefaults ¶
func (o *FrontStateParams) WithDefaults() *FrontStateParams
WithDefaults hydrates default values in the front state params (not the query body).
All values with no default are reset to their zero value.
func (*FrontStateParams) WithHTTPClient ¶
func (o *FrontStateParams) WithHTTPClient(client *http.Client) *FrontStateParams
WithHTTPClient adds the HTTPClient to the front state params
func (*FrontStateParams) WithTimeout ¶
func (o *FrontStateParams) WithTimeout(timeout time.Duration) *FrontStateParams
WithTimeout adds the timeout to the front state params
func (*FrontStateParams) WriteToRequest ¶
func (o *FrontStateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type FrontStateReader ¶
type FrontStateReader struct {
// contains filtered or unexported fields
}
FrontStateReader is a Reader for the FrontState structure.
func (*FrontStateReader) ReadResponse ¶
func (o *FrontStateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type FrontStateUnauthorized ¶
type FrontStateUnauthorized struct { }
FrontStateUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewFrontStateUnauthorized ¶
func NewFrontStateUnauthorized() *FrontStateUnauthorized
NewFrontStateUnauthorized creates a FrontStateUnauthorized with default headers values
func (*FrontStateUnauthorized) Error ¶
func (o *FrontStateUnauthorized) Error() string
type SettingsMenuForbidden ¶
SettingsMenuForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewSettingsMenuForbidden ¶
func NewSettingsMenuForbidden() *SettingsMenuForbidden
NewSettingsMenuForbidden creates a SettingsMenuForbidden with default headers values
func (*SettingsMenuForbidden) Error ¶
func (o *SettingsMenuForbidden) Error() string
func (*SettingsMenuForbidden) GetPayload ¶
func (o *SettingsMenuForbidden) GetPayload() *models.RestError
type SettingsMenuInternalServerError ¶
SettingsMenuInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewSettingsMenuInternalServerError ¶
func NewSettingsMenuInternalServerError() *SettingsMenuInternalServerError
NewSettingsMenuInternalServerError creates a SettingsMenuInternalServerError with default headers values
func (*SettingsMenuInternalServerError) Error ¶
func (o *SettingsMenuInternalServerError) Error() string
func (*SettingsMenuInternalServerError) GetPayload ¶
func (o *SettingsMenuInternalServerError) GetPayload() *models.RestError
type SettingsMenuNotFound ¶
SettingsMenuNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewSettingsMenuNotFound ¶
func NewSettingsMenuNotFound() *SettingsMenuNotFound
NewSettingsMenuNotFound creates a SettingsMenuNotFound with default headers values
func (*SettingsMenuNotFound) Error ¶
func (o *SettingsMenuNotFound) Error() string
func (*SettingsMenuNotFound) GetPayload ¶
func (o *SettingsMenuNotFound) GetPayload() *models.RestError
type SettingsMenuOK ¶
type SettingsMenuOK struct {
Payload *models.RestSettingsMenuResponse
}
SettingsMenuOK describes a response with status code 200, with default header values.
SettingsMenuOK settings menu o k
func NewSettingsMenuOK ¶
func NewSettingsMenuOK() *SettingsMenuOK
NewSettingsMenuOK creates a SettingsMenuOK with default headers values
func (*SettingsMenuOK) Error ¶
func (o *SettingsMenuOK) Error() string
func (*SettingsMenuOK) GetPayload ¶
func (o *SettingsMenuOK) GetPayload() *models.RestSettingsMenuResponse
type SettingsMenuParams ¶
type SettingsMenuParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SettingsMenuParams contains all the parameters to send to the API endpoint
for the settings menu operation. Typically these are written to a http.Request.
func NewSettingsMenuParams ¶
func NewSettingsMenuParams() *SettingsMenuParams
NewSettingsMenuParams creates a new SettingsMenuParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSettingsMenuParamsWithContext ¶
func NewSettingsMenuParamsWithContext(ctx context.Context) *SettingsMenuParams
NewSettingsMenuParamsWithContext creates a new SettingsMenuParams object with the ability to set a context for a request.
func NewSettingsMenuParamsWithHTTPClient ¶
func NewSettingsMenuParamsWithHTTPClient(client *http.Client) *SettingsMenuParams
NewSettingsMenuParamsWithHTTPClient creates a new SettingsMenuParams object with the ability to set a custom HTTPClient for a request.
func NewSettingsMenuParamsWithTimeout ¶
func NewSettingsMenuParamsWithTimeout(timeout time.Duration) *SettingsMenuParams
NewSettingsMenuParamsWithTimeout creates a new SettingsMenuParams object with the ability to set a timeout on a request.
func (*SettingsMenuParams) SetContext ¶
func (o *SettingsMenuParams) SetContext(ctx context.Context)
SetContext adds the context to the settings menu params
func (*SettingsMenuParams) SetDefaults ¶
func (o *SettingsMenuParams) SetDefaults()
SetDefaults hydrates default values in the settings menu params (not the query body).
All values with no default are reset to their zero value.
func (*SettingsMenuParams) SetHTTPClient ¶
func (o *SettingsMenuParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the settings menu params
func (*SettingsMenuParams) SetTimeout ¶
func (o *SettingsMenuParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the settings menu params
func (*SettingsMenuParams) WithContext ¶
func (o *SettingsMenuParams) WithContext(ctx context.Context) *SettingsMenuParams
WithContext adds the context to the settings menu params
func (*SettingsMenuParams) WithDefaults ¶
func (o *SettingsMenuParams) WithDefaults() *SettingsMenuParams
WithDefaults hydrates default values in the settings menu params (not the query body).
All values with no default are reset to their zero value.
func (*SettingsMenuParams) WithHTTPClient ¶
func (o *SettingsMenuParams) WithHTTPClient(client *http.Client) *SettingsMenuParams
WithHTTPClient adds the HTTPClient to the settings menu params
func (*SettingsMenuParams) WithTimeout ¶
func (o *SettingsMenuParams) WithTimeout(timeout time.Duration) *SettingsMenuParams
WithTimeout adds the timeout to the settings menu params
func (*SettingsMenuParams) WriteToRequest ¶
func (o *SettingsMenuParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SettingsMenuReader ¶
type SettingsMenuReader struct {
// contains filtered or unexported fields
}
SettingsMenuReader is a Reader for the SettingsMenu structure.
func (*SettingsMenuReader) ReadResponse ¶
func (o *SettingsMenuReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SettingsMenuUnauthorized ¶
type SettingsMenuUnauthorized struct { }
SettingsMenuUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewSettingsMenuUnauthorized ¶
func NewSettingsMenuUnauthorized() *SettingsMenuUnauthorized
NewSettingsMenuUnauthorized creates a SettingsMenuUnauthorized with default headers values
func (*SettingsMenuUnauthorized) Error ¶
func (o *SettingsMenuUnauthorized) Error() string
Source Files ¶
- front_boot_conf_parameters.go
- front_boot_conf_responses.go
- front_enroll_auth_parameters.go
- front_enroll_auth_responses.go
- front_messages_parameters.go
- front_messages_responses.go
- front_plugins_parameters.go
- front_plugins_responses.go
- front_put_binary_parameters.go
- front_put_binary_responses.go
- front_serve_binary_parameters.go
- front_serve_binary_responses.go
- front_session_parameters.go
- front_session_responses.go
- front_state_parameters.go
- front_state_responses.go
- frontend_service_client.go
- settings_menu_parameters.go
- settings_menu_responses.go