frontend_service

package
v4.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 License: Apache-2.0 Imports: 10 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 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

type FrontBootConfForbidden struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontBootConfForbidden) Code() int

Code gets the status code for the front boot conf forbidden response

func (*FrontBootConfForbidden) Error

func (o *FrontBootConfForbidden) Error() string

func (*FrontBootConfForbidden) GetPayload

func (o *FrontBootConfForbidden) GetPayload() *models.RestError

func (*FrontBootConfForbidden) IsClientError

func (o *FrontBootConfForbidden) IsClientError() bool

IsClientError returns true when this front boot conf forbidden response has a 4xx status code

func (*FrontBootConfForbidden) IsCode

func (o *FrontBootConfForbidden) IsCode(code int) bool

IsCode returns true when this front boot conf forbidden response a status code equal to that given

func (*FrontBootConfForbidden) IsRedirect

func (o *FrontBootConfForbidden) IsRedirect() bool

IsRedirect returns true when this front boot conf forbidden response has a 3xx status code

func (*FrontBootConfForbidden) IsServerError

func (o *FrontBootConfForbidden) IsServerError() bool

IsServerError returns true when this front boot conf forbidden response has a 5xx status code

func (*FrontBootConfForbidden) IsSuccess

func (o *FrontBootConfForbidden) IsSuccess() bool

IsSuccess returns true when this front boot conf forbidden response has a 2xx status code

func (*FrontBootConfForbidden) String

func (o *FrontBootConfForbidden) String() string

type FrontBootConfInternalServerError

type FrontBootConfInternalServerError struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

Code gets the status code for the front boot conf internal server error response

func (*FrontBootConfInternalServerError) Error

func (*FrontBootConfInternalServerError) GetPayload

func (*FrontBootConfInternalServerError) IsClientError

func (o *FrontBootConfInternalServerError) IsClientError() bool

IsClientError returns true when this front boot conf internal server error response has a 4xx status code

func (*FrontBootConfInternalServerError) IsCode

func (o *FrontBootConfInternalServerError) IsCode(code int) bool

IsCode returns true when this front boot conf internal server error response a status code equal to that given

func (*FrontBootConfInternalServerError) IsRedirect

func (o *FrontBootConfInternalServerError) IsRedirect() bool

IsRedirect returns true when this front boot conf internal server error response has a 3xx status code

func (*FrontBootConfInternalServerError) IsServerError

func (o *FrontBootConfInternalServerError) IsServerError() bool

IsServerError returns true when this front boot conf internal server error response has a 5xx status code

func (*FrontBootConfInternalServerError) IsSuccess

func (o *FrontBootConfInternalServerError) IsSuccess() bool

IsSuccess returns true when this front boot conf internal server error response has a 2xx status code

func (*FrontBootConfInternalServerError) String

type FrontBootConfNotFound

type FrontBootConfNotFound struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontBootConfNotFound) Code() int

Code gets the status code for the front boot conf not found response

func (*FrontBootConfNotFound) Error

func (o *FrontBootConfNotFound) Error() string

func (*FrontBootConfNotFound) GetPayload

func (o *FrontBootConfNotFound) GetPayload() *models.RestError

func (*FrontBootConfNotFound) IsClientError

func (o *FrontBootConfNotFound) IsClientError() bool

IsClientError returns true when this front boot conf not found response has a 4xx status code

func (*FrontBootConfNotFound) IsCode

func (o *FrontBootConfNotFound) IsCode(code int) bool

IsCode returns true when this front boot conf not found response a status code equal to that given

func (*FrontBootConfNotFound) IsRedirect

func (o *FrontBootConfNotFound) IsRedirect() bool

IsRedirect returns true when this front boot conf not found response has a 3xx status code

func (*FrontBootConfNotFound) IsServerError

func (o *FrontBootConfNotFound) IsServerError() bool

IsServerError returns true when this front boot conf not found response has a 5xx status code

func (*FrontBootConfNotFound) IsSuccess

func (o *FrontBootConfNotFound) IsSuccess() bool

IsSuccess returns true when this front boot conf not found response has a 2xx status code

func (*FrontBootConfNotFound) String

func (o *FrontBootConfNotFound) String() string

type FrontBootConfOK

type FrontBootConfOK struct {
	Payload *models.RestFrontBootConfResponse
}

FrontBootConfOK describes a response with status code 200, with default header values.

A successful response.

func NewFrontBootConfOK

func NewFrontBootConfOK() *FrontBootConfOK

NewFrontBootConfOK creates a FrontBootConfOK with default headers values

func (*FrontBootConfOK) Code added in v4.0.1

func (o *FrontBootConfOK) Code() int

Code gets the status code for the front boot conf o k response

func (*FrontBootConfOK) Error

func (o *FrontBootConfOK) Error() string

func (*FrontBootConfOK) GetPayload

func (*FrontBootConfOK) IsClientError

func (o *FrontBootConfOK) IsClientError() bool

IsClientError returns true when this front boot conf o k response has a 4xx status code

func (*FrontBootConfOK) IsCode

func (o *FrontBootConfOK) IsCode(code int) bool

IsCode returns true when this front boot conf o k response a status code equal to that given

func (*FrontBootConfOK) IsRedirect

func (o *FrontBootConfOK) IsRedirect() bool

IsRedirect returns true when this front boot conf o k response has a 3xx status code

func (*FrontBootConfOK) IsServerError

func (o *FrontBootConfOK) IsServerError() bool

IsServerError returns true when this front boot conf o k response has a 5xx status code

func (*FrontBootConfOK) IsSuccess

func (o *FrontBootConfOK) IsSuccess() bool

IsSuccess returns true when this front boot conf o k response has a 2xx status code

func (*FrontBootConfOK) String

func (o *FrontBootConfOK) String() string

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

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) Code added in v4.0.1

func (o *FrontBootConfUnauthorized) Code() int

Code gets the status code for the front boot conf unauthorized response

func (*FrontBootConfUnauthorized) Error

func (o *FrontBootConfUnauthorized) Error() string

func (*FrontBootConfUnauthorized) IsClientError

func (o *FrontBootConfUnauthorized) IsClientError() bool

IsClientError returns true when this front boot conf unauthorized response has a 4xx status code

func (*FrontBootConfUnauthorized) IsCode

func (o *FrontBootConfUnauthorized) IsCode(code int) bool

IsCode returns true when this front boot conf unauthorized response a status code equal to that given

func (*FrontBootConfUnauthorized) IsRedirect

func (o *FrontBootConfUnauthorized) IsRedirect() bool

IsRedirect returns true when this front boot conf unauthorized response has a 3xx status code

func (*FrontBootConfUnauthorized) IsServerError

func (o *FrontBootConfUnauthorized) IsServerError() bool

IsServerError returns true when this front boot conf unauthorized response has a 5xx status code

func (*FrontBootConfUnauthorized) IsSuccess

func (o *FrontBootConfUnauthorized) IsSuccess() bool

IsSuccess returns true when this front boot conf unauthorized response has a 2xx status code

func (*FrontBootConfUnauthorized) String

func (o *FrontBootConfUnauthorized) String() string

type FrontEnrollAuthForbidden

type FrontEnrollAuthForbidden struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontEnrollAuthForbidden) Code() int

Code gets the status code for the front enroll auth forbidden response

func (*FrontEnrollAuthForbidden) Error

func (o *FrontEnrollAuthForbidden) Error() string

func (*FrontEnrollAuthForbidden) GetPayload

func (o *FrontEnrollAuthForbidden) GetPayload() *models.RestError

func (*FrontEnrollAuthForbidden) IsClientError

func (o *FrontEnrollAuthForbidden) IsClientError() bool

IsClientError returns true when this front enroll auth forbidden response has a 4xx status code

func (*FrontEnrollAuthForbidden) IsCode

func (o *FrontEnrollAuthForbidden) IsCode(code int) bool

IsCode returns true when this front enroll auth forbidden response a status code equal to that given

func (*FrontEnrollAuthForbidden) IsRedirect

func (o *FrontEnrollAuthForbidden) IsRedirect() bool

IsRedirect returns true when this front enroll auth forbidden response has a 3xx status code

func (*FrontEnrollAuthForbidden) IsServerError

func (o *FrontEnrollAuthForbidden) IsServerError() bool

IsServerError returns true when this front enroll auth forbidden response has a 5xx status code

func (*FrontEnrollAuthForbidden) IsSuccess

func (o *FrontEnrollAuthForbidden) IsSuccess() bool

IsSuccess returns true when this front enroll auth forbidden response has a 2xx status code

func (*FrontEnrollAuthForbidden) String

func (o *FrontEnrollAuthForbidden) String() string

type FrontEnrollAuthInternalServerError

type FrontEnrollAuthInternalServerError struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

Code gets the status code for the front enroll auth internal server error response

func (*FrontEnrollAuthInternalServerError) Error

func (*FrontEnrollAuthInternalServerError) GetPayload

func (*FrontEnrollAuthInternalServerError) IsClientError

func (o *FrontEnrollAuthInternalServerError) IsClientError() bool

IsClientError returns true when this front enroll auth internal server error response has a 4xx status code

func (*FrontEnrollAuthInternalServerError) IsCode

IsCode returns true when this front enroll auth internal server error response a status code equal to that given

func (*FrontEnrollAuthInternalServerError) IsRedirect

func (o *FrontEnrollAuthInternalServerError) IsRedirect() bool

IsRedirect returns true when this front enroll auth internal server error response has a 3xx status code

func (*FrontEnrollAuthInternalServerError) IsServerError

func (o *FrontEnrollAuthInternalServerError) IsServerError() bool

IsServerError returns true when this front enroll auth internal server error response has a 5xx status code

func (*FrontEnrollAuthInternalServerError) IsSuccess

IsSuccess returns true when this front enroll auth internal server error response has a 2xx status code

func (*FrontEnrollAuthInternalServerError) String

type FrontEnrollAuthNotFound

type FrontEnrollAuthNotFound struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontEnrollAuthNotFound) Code() int

Code gets the status code for the front enroll auth not found response

func (*FrontEnrollAuthNotFound) Error

func (o *FrontEnrollAuthNotFound) Error() string

func (*FrontEnrollAuthNotFound) GetPayload

func (o *FrontEnrollAuthNotFound) GetPayload() *models.RestError

func (*FrontEnrollAuthNotFound) IsClientError

func (o *FrontEnrollAuthNotFound) IsClientError() bool

IsClientError returns true when this front enroll auth not found response has a 4xx status code

func (*FrontEnrollAuthNotFound) IsCode

func (o *FrontEnrollAuthNotFound) IsCode(code int) bool

IsCode returns true when this front enroll auth not found response a status code equal to that given

func (*FrontEnrollAuthNotFound) IsRedirect

func (o *FrontEnrollAuthNotFound) IsRedirect() bool

IsRedirect returns true when this front enroll auth not found response has a 3xx status code

func (*FrontEnrollAuthNotFound) IsServerError

func (o *FrontEnrollAuthNotFound) IsServerError() bool

IsServerError returns true when this front enroll auth not found response has a 5xx status code

func (*FrontEnrollAuthNotFound) IsSuccess

func (o *FrontEnrollAuthNotFound) IsSuccess() bool

IsSuccess returns true when this front enroll auth not found response has a 2xx status code

func (*FrontEnrollAuthNotFound) String

func (o *FrontEnrollAuthNotFound) String() string

type FrontEnrollAuthOK

type FrontEnrollAuthOK struct {
	Payload *models.RestFrontEnrollAuthResponse
}

FrontEnrollAuthOK describes a response with status code 200, with default header values.

A successful response.

func NewFrontEnrollAuthOK

func NewFrontEnrollAuthOK() *FrontEnrollAuthOK

NewFrontEnrollAuthOK creates a FrontEnrollAuthOK with default headers values

func (*FrontEnrollAuthOK) Code added in v4.0.1

func (o *FrontEnrollAuthOK) Code() int

Code gets the status code for the front enroll auth o k response

func (*FrontEnrollAuthOK) Error

func (o *FrontEnrollAuthOK) Error() string

func (*FrontEnrollAuthOK) GetPayload

func (*FrontEnrollAuthOK) IsClientError

func (o *FrontEnrollAuthOK) IsClientError() bool

IsClientError returns true when this front enroll auth o k response has a 4xx status code

func (*FrontEnrollAuthOK) IsCode

func (o *FrontEnrollAuthOK) IsCode(code int) bool

IsCode returns true when this front enroll auth o k response a status code equal to that given

func (*FrontEnrollAuthOK) IsRedirect

func (o *FrontEnrollAuthOK) IsRedirect() bool

IsRedirect returns true when this front enroll auth o k response has a 3xx status code

func (*FrontEnrollAuthOK) IsServerError

func (o *FrontEnrollAuthOK) IsServerError() bool

IsServerError returns true when this front enroll auth o k response has a 5xx status code

func (*FrontEnrollAuthOK) IsSuccess

func (o *FrontEnrollAuthOK) IsSuccess() bool

IsSuccess returns true when this front enroll auth o k response has a 2xx status code

func (*FrontEnrollAuthOK) String

func (o *FrontEnrollAuthOK) String() string

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

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

WithBody adds the body to the front enroll auth params

func (*FrontEnrollAuthParams) WithContext

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) Code added in v4.0.1

func (o *FrontEnrollAuthUnauthorized) Code() int

Code gets the status code for the front enroll auth unauthorized response

func (*FrontEnrollAuthUnauthorized) Error

func (*FrontEnrollAuthUnauthorized) IsClientError

func (o *FrontEnrollAuthUnauthorized) IsClientError() bool

IsClientError returns true when this front enroll auth unauthorized response has a 4xx status code

func (*FrontEnrollAuthUnauthorized) IsCode

func (o *FrontEnrollAuthUnauthorized) IsCode(code int) bool

IsCode returns true when this front enroll auth unauthorized response a status code equal to that given

func (*FrontEnrollAuthUnauthorized) IsRedirect

func (o *FrontEnrollAuthUnauthorized) IsRedirect() bool

IsRedirect returns true when this front enroll auth unauthorized response has a 3xx status code

func (*FrontEnrollAuthUnauthorized) IsServerError

func (o *FrontEnrollAuthUnauthorized) IsServerError() bool

IsServerError returns true when this front enroll auth unauthorized response has a 5xx status code

func (*FrontEnrollAuthUnauthorized) IsSuccess

func (o *FrontEnrollAuthUnauthorized) IsSuccess() bool

IsSuccess returns true when this front enroll auth unauthorized response has a 2xx status code

func (*FrontEnrollAuthUnauthorized) String

func (o *FrontEnrollAuthUnauthorized) String() string

type FrontMessagesForbidden

type FrontMessagesForbidden struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontMessagesForbidden) Code() int

Code gets the status code for the front messages forbidden response

func (*FrontMessagesForbidden) Error

func (o *FrontMessagesForbidden) Error() string

func (*FrontMessagesForbidden) GetPayload

func (o *FrontMessagesForbidden) GetPayload() *models.RestError

func (*FrontMessagesForbidden) IsClientError

func (o *FrontMessagesForbidden) IsClientError() bool

IsClientError returns true when this front messages forbidden response has a 4xx status code

func (*FrontMessagesForbidden) IsCode

func (o *FrontMessagesForbidden) IsCode(code int) bool

IsCode returns true when this front messages forbidden response a status code equal to that given

func (*FrontMessagesForbidden) IsRedirect

func (o *FrontMessagesForbidden) IsRedirect() bool

IsRedirect returns true when this front messages forbidden response has a 3xx status code

func (*FrontMessagesForbidden) IsServerError

func (o *FrontMessagesForbidden) IsServerError() bool

IsServerError returns true when this front messages forbidden response has a 5xx status code

func (*FrontMessagesForbidden) IsSuccess

func (o *FrontMessagesForbidden) IsSuccess() bool

IsSuccess returns true when this front messages forbidden response has a 2xx status code

func (*FrontMessagesForbidden) String

func (o *FrontMessagesForbidden) String() string

type FrontMessagesInternalServerError

type FrontMessagesInternalServerError struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

Code gets the status code for the front messages internal server error response

func (*FrontMessagesInternalServerError) Error

func (*FrontMessagesInternalServerError) GetPayload

func (*FrontMessagesInternalServerError) IsClientError

func (o *FrontMessagesInternalServerError) IsClientError() bool

IsClientError returns true when this front messages internal server error response has a 4xx status code

func (*FrontMessagesInternalServerError) IsCode

func (o *FrontMessagesInternalServerError) IsCode(code int) bool

IsCode returns true when this front messages internal server error response a status code equal to that given

func (*FrontMessagesInternalServerError) IsRedirect

func (o *FrontMessagesInternalServerError) IsRedirect() bool

IsRedirect returns true when this front messages internal server error response has a 3xx status code

func (*FrontMessagesInternalServerError) IsServerError

func (o *FrontMessagesInternalServerError) IsServerError() bool

IsServerError returns true when this front messages internal server error response has a 5xx status code

func (*FrontMessagesInternalServerError) IsSuccess

func (o *FrontMessagesInternalServerError) IsSuccess() bool

IsSuccess returns true when this front messages internal server error response has a 2xx status code

func (*FrontMessagesInternalServerError) String

type FrontMessagesNotFound

type FrontMessagesNotFound struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontMessagesNotFound) Code() int

Code gets the status code for the front messages not found response

func (*FrontMessagesNotFound) Error

func (o *FrontMessagesNotFound) Error() string

func (*FrontMessagesNotFound) GetPayload

func (o *FrontMessagesNotFound) GetPayload() *models.RestError

func (*FrontMessagesNotFound) IsClientError

func (o *FrontMessagesNotFound) IsClientError() bool

IsClientError returns true when this front messages not found response has a 4xx status code

func (*FrontMessagesNotFound) IsCode

func (o *FrontMessagesNotFound) IsCode(code int) bool

IsCode returns true when this front messages not found response a status code equal to that given

func (*FrontMessagesNotFound) IsRedirect

func (o *FrontMessagesNotFound) IsRedirect() bool

IsRedirect returns true when this front messages not found response has a 3xx status code

func (*FrontMessagesNotFound) IsServerError

func (o *FrontMessagesNotFound) IsServerError() bool

IsServerError returns true when this front messages not found response has a 5xx status code

func (*FrontMessagesNotFound) IsSuccess

func (o *FrontMessagesNotFound) IsSuccess() bool

IsSuccess returns true when this front messages not found response has a 2xx status code

func (*FrontMessagesNotFound) String

func (o *FrontMessagesNotFound) String() string

type FrontMessagesOK

type FrontMessagesOK struct {
	Payload *models.RestFrontMessagesResponse
}

FrontMessagesOK describes a response with status code 200, with default header values.

A successful response.

func NewFrontMessagesOK

func NewFrontMessagesOK() *FrontMessagesOK

NewFrontMessagesOK creates a FrontMessagesOK with default headers values

func (*FrontMessagesOK) Code added in v4.0.1

func (o *FrontMessagesOK) Code() int

Code gets the status code for the front messages o k response

func (*FrontMessagesOK) Error

func (o *FrontMessagesOK) Error() string

func (*FrontMessagesOK) GetPayload

func (*FrontMessagesOK) IsClientError

func (o *FrontMessagesOK) IsClientError() bool

IsClientError returns true when this front messages o k response has a 4xx status code

func (*FrontMessagesOK) IsCode

func (o *FrontMessagesOK) IsCode(code int) bool

IsCode returns true when this front messages o k response a status code equal to that given

func (*FrontMessagesOK) IsRedirect

func (o *FrontMessagesOK) IsRedirect() bool

IsRedirect returns true when this front messages o k response has a 3xx status code

func (*FrontMessagesOK) IsServerError

func (o *FrontMessagesOK) IsServerError() bool

IsServerError returns true when this front messages o k response has a 5xx status code

func (*FrontMessagesOK) IsSuccess

func (o *FrontMessagesOK) IsSuccess() bool

IsSuccess returns true when this front messages o k response has a 2xx status code

func (*FrontMessagesOK) String

func (o *FrontMessagesOK) String() string

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

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) Code added in v4.0.1

func (o *FrontMessagesUnauthorized) Code() int

Code gets the status code for the front messages unauthorized response

func (*FrontMessagesUnauthorized) Error

func (o *FrontMessagesUnauthorized) Error() string

func (*FrontMessagesUnauthorized) IsClientError

func (o *FrontMessagesUnauthorized) IsClientError() bool

IsClientError returns true when this front messages unauthorized response has a 4xx status code

func (*FrontMessagesUnauthorized) IsCode

func (o *FrontMessagesUnauthorized) IsCode(code int) bool

IsCode returns true when this front messages unauthorized response a status code equal to that given

func (*FrontMessagesUnauthorized) IsRedirect

func (o *FrontMessagesUnauthorized) IsRedirect() bool

IsRedirect returns true when this front messages unauthorized response has a 3xx status code

func (*FrontMessagesUnauthorized) IsServerError

func (o *FrontMessagesUnauthorized) IsServerError() bool

IsServerError returns true when this front messages unauthorized response has a 5xx status code

func (*FrontMessagesUnauthorized) IsSuccess

func (o *FrontMessagesUnauthorized) IsSuccess() bool

IsSuccess returns true when this front messages unauthorized response has a 2xx status code

func (*FrontMessagesUnauthorized) String

func (o *FrontMessagesUnauthorized) String() string

type FrontPluginsForbidden

type FrontPluginsForbidden struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontPluginsForbidden) Code() int

Code gets the status code for the front plugins forbidden response

func (*FrontPluginsForbidden) Error

func (o *FrontPluginsForbidden) Error() string

func (*FrontPluginsForbidden) GetPayload

func (o *FrontPluginsForbidden) GetPayload() *models.RestError

func (*FrontPluginsForbidden) IsClientError

func (o *FrontPluginsForbidden) IsClientError() bool

IsClientError returns true when this front plugins forbidden response has a 4xx status code

func (*FrontPluginsForbidden) IsCode

func (o *FrontPluginsForbidden) IsCode(code int) bool

IsCode returns true when this front plugins forbidden response a status code equal to that given

func (*FrontPluginsForbidden) IsRedirect

func (o *FrontPluginsForbidden) IsRedirect() bool

IsRedirect returns true when this front plugins forbidden response has a 3xx status code

func (*FrontPluginsForbidden) IsServerError

func (o *FrontPluginsForbidden) IsServerError() bool

IsServerError returns true when this front plugins forbidden response has a 5xx status code

func (*FrontPluginsForbidden) IsSuccess

func (o *FrontPluginsForbidden) IsSuccess() bool

IsSuccess returns true when this front plugins forbidden response has a 2xx status code

func (*FrontPluginsForbidden) String

func (o *FrontPluginsForbidden) String() string

type FrontPluginsInternalServerError

type FrontPluginsInternalServerError struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

Code gets the status code for the front plugins internal server error response

func (*FrontPluginsInternalServerError) Error

func (*FrontPluginsInternalServerError) GetPayload

func (*FrontPluginsInternalServerError) IsClientError

func (o *FrontPluginsInternalServerError) IsClientError() bool

IsClientError returns true when this front plugins internal server error response has a 4xx status code

func (*FrontPluginsInternalServerError) IsCode

func (o *FrontPluginsInternalServerError) IsCode(code int) bool

IsCode returns true when this front plugins internal server error response a status code equal to that given

func (*FrontPluginsInternalServerError) IsRedirect

func (o *FrontPluginsInternalServerError) IsRedirect() bool

IsRedirect returns true when this front plugins internal server error response has a 3xx status code

func (*FrontPluginsInternalServerError) IsServerError

func (o *FrontPluginsInternalServerError) IsServerError() bool

IsServerError returns true when this front plugins internal server error response has a 5xx status code

func (*FrontPluginsInternalServerError) IsSuccess

func (o *FrontPluginsInternalServerError) IsSuccess() bool

IsSuccess returns true when this front plugins internal server error response has a 2xx status code

func (*FrontPluginsInternalServerError) String

type FrontPluginsNotFound

type FrontPluginsNotFound struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontPluginsNotFound) Code() int

Code gets the status code for the front plugins not found response

func (*FrontPluginsNotFound) Error

func (o *FrontPluginsNotFound) Error() string

func (*FrontPluginsNotFound) GetPayload

func (o *FrontPluginsNotFound) GetPayload() *models.RestError

func (*FrontPluginsNotFound) IsClientError

func (o *FrontPluginsNotFound) IsClientError() bool

IsClientError returns true when this front plugins not found response has a 4xx status code

func (*FrontPluginsNotFound) IsCode

func (o *FrontPluginsNotFound) IsCode(code int) bool

IsCode returns true when this front plugins not found response a status code equal to that given

func (*FrontPluginsNotFound) IsRedirect

func (o *FrontPluginsNotFound) IsRedirect() bool

IsRedirect returns true when this front plugins not found response has a 3xx status code

func (*FrontPluginsNotFound) IsServerError

func (o *FrontPluginsNotFound) IsServerError() bool

IsServerError returns true when this front plugins not found response has a 5xx status code

func (*FrontPluginsNotFound) IsSuccess

func (o *FrontPluginsNotFound) IsSuccess() bool

IsSuccess returns true when this front plugins not found response has a 2xx status code

func (*FrontPluginsNotFound) String

func (o *FrontPluginsNotFound) String() string

type FrontPluginsOK

type FrontPluginsOK struct {
	Payload *models.RestFrontPluginsResponse
}

FrontPluginsOK describes a response with status code 200, with default header values.

A successful response.

func NewFrontPluginsOK

func NewFrontPluginsOK() *FrontPluginsOK

NewFrontPluginsOK creates a FrontPluginsOK with default headers values

func (*FrontPluginsOK) Code added in v4.0.1

func (o *FrontPluginsOK) Code() int

Code gets the status code for the front plugins o k response

func (*FrontPluginsOK) Error

func (o *FrontPluginsOK) Error() string

func (*FrontPluginsOK) GetPayload

func (*FrontPluginsOK) IsClientError

func (o *FrontPluginsOK) IsClientError() bool

IsClientError returns true when this front plugins o k response has a 4xx status code

func (*FrontPluginsOK) IsCode

func (o *FrontPluginsOK) IsCode(code int) bool

IsCode returns true when this front plugins o k response a status code equal to that given

func (*FrontPluginsOK) IsRedirect

func (o *FrontPluginsOK) IsRedirect() bool

IsRedirect returns true when this front plugins o k response has a 3xx status code

func (*FrontPluginsOK) IsServerError

func (o *FrontPluginsOK) IsServerError() bool

IsServerError returns true when this front plugins o k response has a 5xx status code

func (*FrontPluginsOK) IsSuccess

func (o *FrontPluginsOK) IsSuccess() bool

IsSuccess returns true when this front plugins o k response has a 2xx status code

func (*FrontPluginsOK) String

func (o *FrontPluginsOK) String() string

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

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) Code added in v4.0.1

func (o *FrontPluginsUnauthorized) Code() int

Code gets the status code for the front plugins unauthorized response

func (*FrontPluginsUnauthorized) Error

func (o *FrontPluginsUnauthorized) Error() string

func (*FrontPluginsUnauthorized) IsClientError

func (o *FrontPluginsUnauthorized) IsClientError() bool

IsClientError returns true when this front plugins unauthorized response has a 4xx status code

func (*FrontPluginsUnauthorized) IsCode

func (o *FrontPluginsUnauthorized) IsCode(code int) bool

IsCode returns true when this front plugins unauthorized response a status code equal to that given

func (*FrontPluginsUnauthorized) IsRedirect

func (o *FrontPluginsUnauthorized) IsRedirect() bool

IsRedirect returns true when this front plugins unauthorized response has a 3xx status code

func (*FrontPluginsUnauthorized) IsServerError

func (o *FrontPluginsUnauthorized) IsServerError() bool

IsServerError returns true when this front plugins unauthorized response has a 5xx status code

func (*FrontPluginsUnauthorized) IsSuccess

func (o *FrontPluginsUnauthorized) IsSuccess() bool

IsSuccess returns true when this front plugins unauthorized response has a 2xx status code

func (*FrontPluginsUnauthorized) String

func (o *FrontPluginsUnauthorized) String() string

type FrontPutBinaryForbidden

type FrontPutBinaryForbidden struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontPutBinaryForbidden) Code() int

Code gets the status code for the front put binary forbidden response

func (*FrontPutBinaryForbidden) Error

func (o *FrontPutBinaryForbidden) Error() string

func (*FrontPutBinaryForbidden) GetPayload

func (o *FrontPutBinaryForbidden) GetPayload() *models.RestError

func (*FrontPutBinaryForbidden) IsClientError

func (o *FrontPutBinaryForbidden) IsClientError() bool

IsClientError returns true when this front put binary forbidden response has a 4xx status code

func (*FrontPutBinaryForbidden) IsCode

func (o *FrontPutBinaryForbidden) IsCode(code int) bool

IsCode returns true when this front put binary forbidden response a status code equal to that given

func (*FrontPutBinaryForbidden) IsRedirect

func (o *FrontPutBinaryForbidden) IsRedirect() bool

IsRedirect returns true when this front put binary forbidden response has a 3xx status code

func (*FrontPutBinaryForbidden) IsServerError

func (o *FrontPutBinaryForbidden) IsServerError() bool

IsServerError returns true when this front put binary forbidden response has a 5xx status code

func (*FrontPutBinaryForbidden) IsSuccess

func (o *FrontPutBinaryForbidden) IsSuccess() bool

IsSuccess returns true when this front put binary forbidden response has a 2xx status code

func (*FrontPutBinaryForbidden) String

func (o *FrontPutBinaryForbidden) String() string

type FrontPutBinaryInternalServerError

type FrontPutBinaryInternalServerError struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

Code gets the status code for the front put binary internal server error response

func (*FrontPutBinaryInternalServerError) Error

func (*FrontPutBinaryInternalServerError) GetPayload

func (*FrontPutBinaryInternalServerError) IsClientError

func (o *FrontPutBinaryInternalServerError) IsClientError() bool

IsClientError returns true when this front put binary internal server error response has a 4xx status code

func (*FrontPutBinaryInternalServerError) IsCode

func (o *FrontPutBinaryInternalServerError) IsCode(code int) bool

IsCode returns true when this front put binary internal server error response a status code equal to that given

func (*FrontPutBinaryInternalServerError) IsRedirect

func (o *FrontPutBinaryInternalServerError) IsRedirect() bool

IsRedirect returns true when this front put binary internal server error response has a 3xx status code

func (*FrontPutBinaryInternalServerError) IsServerError

func (o *FrontPutBinaryInternalServerError) IsServerError() bool

IsServerError returns true when this front put binary internal server error response has a 5xx status code

func (*FrontPutBinaryInternalServerError) IsSuccess

func (o *FrontPutBinaryInternalServerError) IsSuccess() bool

IsSuccess returns true when this front put binary internal server error response has a 2xx status code

func (*FrontPutBinaryInternalServerError) String

type FrontPutBinaryNotFound

type FrontPutBinaryNotFound struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontPutBinaryNotFound) Code() int

Code gets the status code for the front put binary not found response

func (*FrontPutBinaryNotFound) Error

func (o *FrontPutBinaryNotFound) Error() string

func (*FrontPutBinaryNotFound) GetPayload

func (o *FrontPutBinaryNotFound) GetPayload() *models.RestError

func (*FrontPutBinaryNotFound) IsClientError

func (o *FrontPutBinaryNotFound) IsClientError() bool

IsClientError returns true when this front put binary not found response has a 4xx status code

func (*FrontPutBinaryNotFound) IsCode

func (o *FrontPutBinaryNotFound) IsCode(code int) bool

IsCode returns true when this front put binary not found response a status code equal to that given

func (*FrontPutBinaryNotFound) IsRedirect

func (o *FrontPutBinaryNotFound) IsRedirect() bool

IsRedirect returns true when this front put binary not found response has a 3xx status code

func (*FrontPutBinaryNotFound) IsServerError

func (o *FrontPutBinaryNotFound) IsServerError() bool

IsServerError returns true when this front put binary not found response has a 5xx status code

func (*FrontPutBinaryNotFound) IsSuccess

func (o *FrontPutBinaryNotFound) IsSuccess() bool

IsSuccess returns true when this front put binary not found response has a 2xx status code

func (*FrontPutBinaryNotFound) String

func (o *FrontPutBinaryNotFound) String() string

type FrontPutBinaryOK

type FrontPutBinaryOK struct {
	Payload *models.RestFrontBinaryResponse
}

FrontPutBinaryOK describes a response with status code 200, with default header values.

A successful response.

func NewFrontPutBinaryOK

func NewFrontPutBinaryOK() *FrontPutBinaryOK

NewFrontPutBinaryOK creates a FrontPutBinaryOK with default headers values

func (*FrontPutBinaryOK) Code added in v4.0.1

func (o *FrontPutBinaryOK) Code() int

Code gets the status code for the front put binary o k response

func (*FrontPutBinaryOK) Error

func (o *FrontPutBinaryOK) Error() string

func (*FrontPutBinaryOK) GetPayload

func (*FrontPutBinaryOK) IsClientError

func (o *FrontPutBinaryOK) IsClientError() bool

IsClientError returns true when this front put binary o k response has a 4xx status code

func (*FrontPutBinaryOK) IsCode

func (o *FrontPutBinaryOK) IsCode(code int) bool

IsCode returns true when this front put binary o k response a status code equal to that given

func (*FrontPutBinaryOK) IsRedirect

func (o *FrontPutBinaryOK) IsRedirect() bool

IsRedirect returns true when this front put binary o k response has a 3xx status code

func (*FrontPutBinaryOK) IsServerError

func (o *FrontPutBinaryOK) IsServerError() bool

IsServerError returns true when this front put binary o k response has a 5xx status code

func (*FrontPutBinaryOK) IsSuccess

func (o *FrontPutBinaryOK) IsSuccess() bool

IsSuccess returns true when this front put binary o k response has a 2xx status code

func (*FrontPutBinaryOK) String

func (o *FrontPutBinaryOK) String() string

type FrontPutBinaryParams

type FrontPutBinaryParams struct {

	/* BinaryType.

	   Currently supported values are USER and GLOBAL
	*/
	BinaryType string

	/* UUID.

	   Id of the binary
	*/
	UUID string

	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) 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) WithContext

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

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) Code added in v4.0.1

func (o *FrontPutBinaryUnauthorized) Code() int

Code gets the status code for the front put binary unauthorized response

func (*FrontPutBinaryUnauthorized) Error

func (*FrontPutBinaryUnauthorized) IsClientError

func (o *FrontPutBinaryUnauthorized) IsClientError() bool

IsClientError returns true when this front put binary unauthorized response has a 4xx status code

func (*FrontPutBinaryUnauthorized) IsCode

func (o *FrontPutBinaryUnauthorized) IsCode(code int) bool

IsCode returns true when this front put binary unauthorized response a status code equal to that given

func (*FrontPutBinaryUnauthorized) IsRedirect

func (o *FrontPutBinaryUnauthorized) IsRedirect() bool

IsRedirect returns true when this front put binary unauthorized response has a 3xx status code

func (*FrontPutBinaryUnauthorized) IsServerError

func (o *FrontPutBinaryUnauthorized) IsServerError() bool

IsServerError returns true when this front put binary unauthorized response has a 5xx status code

func (*FrontPutBinaryUnauthorized) IsSuccess

func (o *FrontPutBinaryUnauthorized) IsSuccess() bool

IsSuccess returns true when this front put binary unauthorized response has a 2xx status code

func (*FrontPutBinaryUnauthorized) String

func (o *FrontPutBinaryUnauthorized) String() string

type FrontServeBinaryForbidden

type FrontServeBinaryForbidden struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontServeBinaryForbidden) Code() int

Code gets the status code for the front serve binary forbidden response

func (*FrontServeBinaryForbidden) Error

func (o *FrontServeBinaryForbidden) Error() string

func (*FrontServeBinaryForbidden) GetPayload

func (o *FrontServeBinaryForbidden) GetPayload() *models.RestError

func (*FrontServeBinaryForbidden) IsClientError

func (o *FrontServeBinaryForbidden) IsClientError() bool

IsClientError returns true when this front serve binary forbidden response has a 4xx status code

func (*FrontServeBinaryForbidden) IsCode

func (o *FrontServeBinaryForbidden) IsCode(code int) bool

IsCode returns true when this front serve binary forbidden response a status code equal to that given

func (*FrontServeBinaryForbidden) IsRedirect

func (o *FrontServeBinaryForbidden) IsRedirect() bool

IsRedirect returns true when this front serve binary forbidden response has a 3xx status code

func (*FrontServeBinaryForbidden) IsServerError

func (o *FrontServeBinaryForbidden) IsServerError() bool

IsServerError returns true when this front serve binary forbidden response has a 5xx status code

func (*FrontServeBinaryForbidden) IsSuccess

func (o *FrontServeBinaryForbidden) IsSuccess() bool

IsSuccess returns true when this front serve binary forbidden response has a 2xx status code

func (*FrontServeBinaryForbidden) String

func (o *FrontServeBinaryForbidden) String() string

type FrontServeBinaryInternalServerError

type FrontServeBinaryInternalServerError struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

Code gets the status code for the front serve binary internal server error response

func (*FrontServeBinaryInternalServerError) Error

func (*FrontServeBinaryInternalServerError) GetPayload

func (*FrontServeBinaryInternalServerError) IsClientError

func (o *FrontServeBinaryInternalServerError) IsClientError() bool

IsClientError returns true when this front serve binary internal server error response has a 4xx status code

func (*FrontServeBinaryInternalServerError) IsCode

IsCode returns true when this front serve binary internal server error response a status code equal to that given

func (*FrontServeBinaryInternalServerError) IsRedirect

func (o *FrontServeBinaryInternalServerError) IsRedirect() bool

IsRedirect returns true when this front serve binary internal server error response has a 3xx status code

func (*FrontServeBinaryInternalServerError) IsServerError

func (o *FrontServeBinaryInternalServerError) IsServerError() bool

IsServerError returns true when this front serve binary internal server error response has a 5xx status code

func (*FrontServeBinaryInternalServerError) IsSuccess

IsSuccess returns true when this front serve binary internal server error response has a 2xx status code

func (*FrontServeBinaryInternalServerError) String

type FrontServeBinaryNotFound

type FrontServeBinaryNotFound struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontServeBinaryNotFound) Code() int

Code gets the status code for the front serve binary not found response

func (*FrontServeBinaryNotFound) Error

func (o *FrontServeBinaryNotFound) Error() string

func (*FrontServeBinaryNotFound) GetPayload

func (o *FrontServeBinaryNotFound) GetPayload() *models.RestError

func (*FrontServeBinaryNotFound) IsClientError

func (o *FrontServeBinaryNotFound) IsClientError() bool

IsClientError returns true when this front serve binary not found response has a 4xx status code

func (*FrontServeBinaryNotFound) IsCode

func (o *FrontServeBinaryNotFound) IsCode(code int) bool

IsCode returns true when this front serve binary not found response a status code equal to that given

func (*FrontServeBinaryNotFound) IsRedirect

func (o *FrontServeBinaryNotFound) IsRedirect() bool

IsRedirect returns true when this front serve binary not found response has a 3xx status code

func (*FrontServeBinaryNotFound) IsServerError

func (o *FrontServeBinaryNotFound) IsServerError() bool

IsServerError returns true when this front serve binary not found response has a 5xx status code

func (*FrontServeBinaryNotFound) IsSuccess

func (o *FrontServeBinaryNotFound) IsSuccess() bool

IsSuccess returns true when this front serve binary not found response has a 2xx status code

func (*FrontServeBinaryNotFound) String

func (o *FrontServeBinaryNotFound) String() string

type FrontServeBinaryOK

type FrontServeBinaryOK struct {
	Payload *models.RestFrontBinaryResponse
}

FrontServeBinaryOK describes a response with status code 200, with default header values.

A successful response.

func NewFrontServeBinaryOK

func NewFrontServeBinaryOK() *FrontServeBinaryOK

NewFrontServeBinaryOK creates a FrontServeBinaryOK with default headers values

func (*FrontServeBinaryOK) Code added in v4.0.1

func (o *FrontServeBinaryOK) Code() int

Code gets the status code for the front serve binary o k response

func (*FrontServeBinaryOK) Error

func (o *FrontServeBinaryOK) Error() string

func (*FrontServeBinaryOK) GetPayload

func (*FrontServeBinaryOK) IsClientError

func (o *FrontServeBinaryOK) IsClientError() bool

IsClientError returns true when this front serve binary o k response has a 4xx status code

func (*FrontServeBinaryOK) IsCode

func (o *FrontServeBinaryOK) IsCode(code int) bool

IsCode returns true when this front serve binary o k response a status code equal to that given

func (*FrontServeBinaryOK) IsRedirect

func (o *FrontServeBinaryOK) IsRedirect() bool

IsRedirect returns true when this front serve binary o k response has a 3xx status code

func (*FrontServeBinaryOK) IsServerError

func (o *FrontServeBinaryOK) IsServerError() bool

IsServerError returns true when this front serve binary o k response has a 5xx status code

func (*FrontServeBinaryOK) IsSuccess

func (o *FrontServeBinaryOK) IsSuccess() bool

IsSuccess returns true when this front serve binary o k response has a 2xx status code

func (*FrontServeBinaryOK) String

func (o *FrontServeBinaryOK) String() string

type FrontServeBinaryParams

type FrontServeBinaryParams struct {

	/* BinaryType.

	   Currently supported values are USER and GLOBAL
	*/
	BinaryType string

	/* UUID.

	   Id of the binary
	*/
	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

WithContext adds the context to the front serve binary params

func (*FrontServeBinaryParams) WithDefaults

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

WithTimeout adds the timeout to the front serve binary params

func (*FrontServeBinaryParams) WithUUID

WithUUID adds the uuid to the front serve binary params

func (*FrontServeBinaryParams) WriteToRequest

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) Code added in v4.0.1

Code gets the status code for the front serve binary unauthorized response

func (*FrontServeBinaryUnauthorized) Error

func (*FrontServeBinaryUnauthorized) IsClientError

func (o *FrontServeBinaryUnauthorized) IsClientError() bool

IsClientError returns true when this front serve binary unauthorized response has a 4xx status code

func (*FrontServeBinaryUnauthorized) IsCode

func (o *FrontServeBinaryUnauthorized) IsCode(code int) bool

IsCode returns true when this front serve binary unauthorized response a status code equal to that given

func (*FrontServeBinaryUnauthorized) IsRedirect

func (o *FrontServeBinaryUnauthorized) IsRedirect() bool

IsRedirect returns true when this front serve binary unauthorized response has a 3xx status code

func (*FrontServeBinaryUnauthorized) IsServerError

func (o *FrontServeBinaryUnauthorized) IsServerError() bool

IsServerError returns true when this front serve binary unauthorized response has a 5xx status code

func (*FrontServeBinaryUnauthorized) IsSuccess

func (o *FrontServeBinaryUnauthorized) IsSuccess() bool

IsSuccess returns true when this front serve binary unauthorized response has a 2xx status code

func (*FrontServeBinaryUnauthorized) String

type FrontSessionForbidden

type FrontSessionForbidden struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontSessionForbidden) Code() int

Code gets the status code for the front session forbidden response

func (*FrontSessionForbidden) Error

func (o *FrontSessionForbidden) Error() string

func (*FrontSessionForbidden) GetPayload

func (o *FrontSessionForbidden) GetPayload() *models.RestError

func (*FrontSessionForbidden) IsClientError

func (o *FrontSessionForbidden) IsClientError() bool

IsClientError returns true when this front session forbidden response has a 4xx status code

func (*FrontSessionForbidden) IsCode

func (o *FrontSessionForbidden) IsCode(code int) bool

IsCode returns true when this front session forbidden response a status code equal to that given

func (*FrontSessionForbidden) IsRedirect

func (o *FrontSessionForbidden) IsRedirect() bool

IsRedirect returns true when this front session forbidden response has a 3xx status code

func (*FrontSessionForbidden) IsServerError

func (o *FrontSessionForbidden) IsServerError() bool

IsServerError returns true when this front session forbidden response has a 5xx status code

func (*FrontSessionForbidden) IsSuccess

func (o *FrontSessionForbidden) IsSuccess() bool

IsSuccess returns true when this front session forbidden response has a 2xx status code

func (*FrontSessionForbidden) String

func (o *FrontSessionForbidden) String() string

type FrontSessionInternalServerError

type FrontSessionInternalServerError struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

Code gets the status code for the front session internal server error response

func (*FrontSessionInternalServerError) Error

func (*FrontSessionInternalServerError) GetPayload

func (*FrontSessionInternalServerError) IsClientError

func (o *FrontSessionInternalServerError) IsClientError() bool

IsClientError returns true when this front session internal server error response has a 4xx status code

func (*FrontSessionInternalServerError) IsCode

func (o *FrontSessionInternalServerError) IsCode(code int) bool

IsCode returns true when this front session internal server error response a status code equal to that given

func (*FrontSessionInternalServerError) IsRedirect

func (o *FrontSessionInternalServerError) IsRedirect() bool

IsRedirect returns true when this front session internal server error response has a 3xx status code

func (*FrontSessionInternalServerError) IsServerError

func (o *FrontSessionInternalServerError) IsServerError() bool

IsServerError returns true when this front session internal server error response has a 5xx status code

func (*FrontSessionInternalServerError) IsSuccess

func (o *FrontSessionInternalServerError) IsSuccess() bool

IsSuccess returns true when this front session internal server error response has a 2xx status code

func (*FrontSessionInternalServerError) String

type FrontSessionNotFound

type FrontSessionNotFound struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontSessionNotFound) Code() int

Code gets the status code for the front session not found response

func (*FrontSessionNotFound) Error

func (o *FrontSessionNotFound) Error() string

func (*FrontSessionNotFound) GetPayload

func (o *FrontSessionNotFound) GetPayload() *models.RestError

func (*FrontSessionNotFound) IsClientError

func (o *FrontSessionNotFound) IsClientError() bool

IsClientError returns true when this front session not found response has a 4xx status code

func (*FrontSessionNotFound) IsCode

func (o *FrontSessionNotFound) IsCode(code int) bool

IsCode returns true when this front session not found response a status code equal to that given

func (*FrontSessionNotFound) IsRedirect

func (o *FrontSessionNotFound) IsRedirect() bool

IsRedirect returns true when this front session not found response has a 3xx status code

func (*FrontSessionNotFound) IsServerError

func (o *FrontSessionNotFound) IsServerError() bool

IsServerError returns true when this front session not found response has a 5xx status code

func (*FrontSessionNotFound) IsSuccess

func (o *FrontSessionNotFound) IsSuccess() bool

IsSuccess returns true when this front session not found response has a 2xx status code

func (*FrontSessionNotFound) String

func (o *FrontSessionNotFound) String() string

type FrontSessionOK

type FrontSessionOK struct {
	Payload *models.RestFrontSessionResponse
}

FrontSessionOK describes a response with status code 200, with default header values.

A successful response.

func NewFrontSessionOK

func NewFrontSessionOK() *FrontSessionOK

NewFrontSessionOK creates a FrontSessionOK with default headers values

func (*FrontSessionOK) Code added in v4.0.1

func (o *FrontSessionOK) Code() int

Code gets the status code for the front session o k response

func (*FrontSessionOK) Error

func (o *FrontSessionOK) Error() string

func (*FrontSessionOK) GetPayload

func (*FrontSessionOK) IsClientError

func (o *FrontSessionOK) IsClientError() bool

IsClientError returns true when this front session o k response has a 4xx status code

func (*FrontSessionOK) IsCode

func (o *FrontSessionOK) IsCode(code int) bool

IsCode returns true when this front session o k response a status code equal to that given

func (*FrontSessionOK) IsRedirect

func (o *FrontSessionOK) IsRedirect() bool

IsRedirect returns true when this front session o k response has a 3xx status code

func (*FrontSessionOK) IsServerError

func (o *FrontSessionOK) IsServerError() bool

IsServerError returns true when this front session o k response has a 5xx status code

func (*FrontSessionOK) IsSuccess

func (o *FrontSessionOK) IsSuccess() bool

IsSuccess returns true when this front session o k response has a 2xx status code

func (*FrontSessionOK) String

func (o *FrontSessionOK) String() string

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

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

WithBody adds the body to the front session params

func (*FrontSessionParams) WithContext

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) Code added in v4.0.1

func (o *FrontSessionUnauthorized) Code() int

Code gets the status code for the front session unauthorized response

func (*FrontSessionUnauthorized) Error

func (o *FrontSessionUnauthorized) Error() string

func (*FrontSessionUnauthorized) IsClientError

func (o *FrontSessionUnauthorized) IsClientError() bool

IsClientError returns true when this front session unauthorized response has a 4xx status code

func (*FrontSessionUnauthorized) IsCode

func (o *FrontSessionUnauthorized) IsCode(code int) bool

IsCode returns true when this front session unauthorized response a status code equal to that given

func (*FrontSessionUnauthorized) IsRedirect

func (o *FrontSessionUnauthorized) IsRedirect() bool

IsRedirect returns true when this front session unauthorized response has a 3xx status code

func (*FrontSessionUnauthorized) IsServerError

func (o *FrontSessionUnauthorized) IsServerError() bool

IsServerError returns true when this front session unauthorized response has a 5xx status code

func (*FrontSessionUnauthorized) IsSuccess

func (o *FrontSessionUnauthorized) IsSuccess() bool

IsSuccess returns true when this front session unauthorized response has a 2xx status code

func (*FrontSessionUnauthorized) String

func (o *FrontSessionUnauthorized) String() string

type FrontStateForbidden

type FrontStateForbidden struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontStateForbidden) Code() int

Code gets the status code for the front state forbidden response

func (*FrontStateForbidden) Error

func (o *FrontStateForbidden) Error() string

func (*FrontStateForbidden) GetPayload

func (o *FrontStateForbidden) GetPayload() *models.RestError

func (*FrontStateForbidden) IsClientError

func (o *FrontStateForbidden) IsClientError() bool

IsClientError returns true when this front state forbidden response has a 4xx status code

func (*FrontStateForbidden) IsCode

func (o *FrontStateForbidden) IsCode(code int) bool

IsCode returns true when this front state forbidden response a status code equal to that given

func (*FrontStateForbidden) IsRedirect

func (o *FrontStateForbidden) IsRedirect() bool

IsRedirect returns true when this front state forbidden response has a 3xx status code

func (*FrontStateForbidden) IsServerError

func (o *FrontStateForbidden) IsServerError() bool

IsServerError returns true when this front state forbidden response has a 5xx status code

func (*FrontStateForbidden) IsSuccess

func (o *FrontStateForbidden) IsSuccess() bool

IsSuccess returns true when this front state forbidden response has a 2xx status code

func (*FrontStateForbidden) String

func (o *FrontStateForbidden) String() string

type FrontStateInternalServerError

type FrontStateInternalServerError struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

Code gets the status code for the front state internal server error response

func (*FrontStateInternalServerError) Error

func (*FrontStateInternalServerError) GetPayload

func (*FrontStateInternalServerError) IsClientError

func (o *FrontStateInternalServerError) IsClientError() bool

IsClientError returns true when this front state internal server error response has a 4xx status code

func (*FrontStateInternalServerError) IsCode

func (o *FrontStateInternalServerError) IsCode(code int) bool

IsCode returns true when this front state internal server error response a status code equal to that given

func (*FrontStateInternalServerError) IsRedirect

func (o *FrontStateInternalServerError) IsRedirect() bool

IsRedirect returns true when this front state internal server error response has a 3xx status code

func (*FrontStateInternalServerError) IsServerError

func (o *FrontStateInternalServerError) IsServerError() bool

IsServerError returns true when this front state internal server error response has a 5xx status code

func (*FrontStateInternalServerError) IsSuccess

func (o *FrontStateInternalServerError) IsSuccess() bool

IsSuccess returns true when this front state internal server error response has a 2xx status code

func (*FrontStateInternalServerError) String

type FrontStateNotFound

type FrontStateNotFound struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *FrontStateNotFound) Code() int

Code gets the status code for the front state not found response

func (*FrontStateNotFound) Error

func (o *FrontStateNotFound) Error() string

func (*FrontStateNotFound) GetPayload

func (o *FrontStateNotFound) GetPayload() *models.RestError

func (*FrontStateNotFound) IsClientError

func (o *FrontStateNotFound) IsClientError() bool

IsClientError returns true when this front state not found response has a 4xx status code

func (*FrontStateNotFound) IsCode

func (o *FrontStateNotFound) IsCode(code int) bool

IsCode returns true when this front state not found response a status code equal to that given

func (*FrontStateNotFound) IsRedirect

func (o *FrontStateNotFound) IsRedirect() bool

IsRedirect returns true when this front state not found response has a 3xx status code

func (*FrontStateNotFound) IsServerError

func (o *FrontStateNotFound) IsServerError() bool

IsServerError returns true when this front state not found response has a 5xx status code

func (*FrontStateNotFound) IsSuccess

func (o *FrontStateNotFound) IsSuccess() bool

IsSuccess returns true when this front state not found response has a 2xx status code

func (*FrontStateNotFound) String

func (o *FrontStateNotFound) String() string

type FrontStateOK

type FrontStateOK struct {
	Payload *models.RestFrontStateResponse
}

FrontStateOK describes a response with status code 200, with default header values.

A successful response.

func NewFrontStateOK

func NewFrontStateOK() *FrontStateOK

NewFrontStateOK creates a FrontStateOK with default headers values

func (*FrontStateOK) Code added in v4.0.1

func (o *FrontStateOK) Code() int

Code gets the status code for the front state o k response

func (*FrontStateOK) Error

func (o *FrontStateOK) Error() string

func (*FrontStateOK) GetPayload

func (o *FrontStateOK) GetPayload() *models.RestFrontStateResponse

func (*FrontStateOK) IsClientError

func (o *FrontStateOK) IsClientError() bool

IsClientError returns true when this front state o k response has a 4xx status code

func (*FrontStateOK) IsCode

func (o *FrontStateOK) IsCode(code int) bool

IsCode returns true when this front state o k response a status code equal to that given

func (*FrontStateOK) IsRedirect

func (o *FrontStateOK) IsRedirect() bool

IsRedirect returns true when this front state o k response has a 3xx status code

func (*FrontStateOK) IsServerError

func (o *FrontStateOK) IsServerError() bool

IsServerError returns true when this front state o k response has a 5xx status code

func (*FrontStateOK) IsSuccess

func (o *FrontStateOK) IsSuccess() bool

IsSuccess returns true when this front state o k response has a 2xx status code

func (*FrontStateOK) String

func (o *FrontStateOK) String() string

type FrontStateParams

type FrontStateParams struct {

	// XPath.
	XPath *string

	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) SetXPath

func (o *FrontStateParams) SetXPath(xPath *string)

SetXPath adds the xPath 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) WithXPath

func (o *FrontStateParams) WithXPath(xPath *string) *FrontStateParams

WithXPath adds the xPath 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) Code added in v4.0.1

func (o *FrontStateUnauthorized) Code() int

Code gets the status code for the front state unauthorized response

func (*FrontStateUnauthorized) Error

func (o *FrontStateUnauthorized) Error() string

func (*FrontStateUnauthorized) IsClientError

func (o *FrontStateUnauthorized) IsClientError() bool

IsClientError returns true when this front state unauthorized response has a 4xx status code

func (*FrontStateUnauthorized) IsCode

func (o *FrontStateUnauthorized) IsCode(code int) bool

IsCode returns true when this front state unauthorized response a status code equal to that given

func (*FrontStateUnauthorized) IsRedirect

func (o *FrontStateUnauthorized) IsRedirect() bool

IsRedirect returns true when this front state unauthorized response has a 3xx status code

func (*FrontStateUnauthorized) IsServerError

func (o *FrontStateUnauthorized) IsServerError() bool

IsServerError returns true when this front state unauthorized response has a 5xx status code

func (*FrontStateUnauthorized) IsSuccess

func (o *FrontStateUnauthorized) IsSuccess() bool

IsSuccess returns true when this front state unauthorized response has a 2xx status code

func (*FrontStateUnauthorized) String

func (o *FrontStateUnauthorized) String() string

type SettingsMenuForbidden

type SettingsMenuForbidden struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *SettingsMenuForbidden) Code() int

Code gets the status code for the settings menu forbidden response

func (*SettingsMenuForbidden) Error

func (o *SettingsMenuForbidden) Error() string

func (*SettingsMenuForbidden) GetPayload

func (o *SettingsMenuForbidden) GetPayload() *models.RestError

func (*SettingsMenuForbidden) IsClientError

func (o *SettingsMenuForbidden) IsClientError() bool

IsClientError returns true when this settings menu forbidden response has a 4xx status code

func (*SettingsMenuForbidden) IsCode

func (o *SettingsMenuForbidden) IsCode(code int) bool

IsCode returns true when this settings menu forbidden response a status code equal to that given

func (*SettingsMenuForbidden) IsRedirect

func (o *SettingsMenuForbidden) IsRedirect() bool

IsRedirect returns true when this settings menu forbidden response has a 3xx status code

func (*SettingsMenuForbidden) IsServerError

func (o *SettingsMenuForbidden) IsServerError() bool

IsServerError returns true when this settings menu forbidden response has a 5xx status code

func (*SettingsMenuForbidden) IsSuccess

func (o *SettingsMenuForbidden) IsSuccess() bool

IsSuccess returns true when this settings menu forbidden response has a 2xx status code

func (*SettingsMenuForbidden) String

func (o *SettingsMenuForbidden) String() string

type SettingsMenuInternalServerError

type SettingsMenuInternalServerError struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

Code gets the status code for the settings menu internal server error response

func (*SettingsMenuInternalServerError) Error

func (*SettingsMenuInternalServerError) GetPayload

func (*SettingsMenuInternalServerError) IsClientError

func (o *SettingsMenuInternalServerError) IsClientError() bool

IsClientError returns true when this settings menu internal server error response has a 4xx status code

func (*SettingsMenuInternalServerError) IsCode

func (o *SettingsMenuInternalServerError) IsCode(code int) bool

IsCode returns true when this settings menu internal server error response a status code equal to that given

func (*SettingsMenuInternalServerError) IsRedirect

func (o *SettingsMenuInternalServerError) IsRedirect() bool

IsRedirect returns true when this settings menu internal server error response has a 3xx status code

func (*SettingsMenuInternalServerError) IsServerError

func (o *SettingsMenuInternalServerError) IsServerError() bool

IsServerError returns true when this settings menu internal server error response has a 5xx status code

func (*SettingsMenuInternalServerError) IsSuccess

func (o *SettingsMenuInternalServerError) IsSuccess() bool

IsSuccess returns true when this settings menu internal server error response has a 2xx status code

func (*SettingsMenuInternalServerError) String

type SettingsMenuNotFound

type SettingsMenuNotFound struct {
	Payload *models.RestError
}

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) Code added in v4.0.1

func (o *SettingsMenuNotFound) Code() int

Code gets the status code for the settings menu not found response

func (*SettingsMenuNotFound) Error

func (o *SettingsMenuNotFound) Error() string

func (*SettingsMenuNotFound) GetPayload

func (o *SettingsMenuNotFound) GetPayload() *models.RestError

func (*SettingsMenuNotFound) IsClientError

func (o *SettingsMenuNotFound) IsClientError() bool

IsClientError returns true when this settings menu not found response has a 4xx status code

func (*SettingsMenuNotFound) IsCode

func (o *SettingsMenuNotFound) IsCode(code int) bool

IsCode returns true when this settings menu not found response a status code equal to that given

func (*SettingsMenuNotFound) IsRedirect

func (o *SettingsMenuNotFound) IsRedirect() bool

IsRedirect returns true when this settings menu not found response has a 3xx status code

func (*SettingsMenuNotFound) IsServerError

func (o *SettingsMenuNotFound) IsServerError() bool

IsServerError returns true when this settings menu not found response has a 5xx status code

func (*SettingsMenuNotFound) IsSuccess

func (o *SettingsMenuNotFound) IsSuccess() bool

IsSuccess returns true when this settings menu not found response has a 2xx status code

func (*SettingsMenuNotFound) String

func (o *SettingsMenuNotFound) String() string

type SettingsMenuOK

type SettingsMenuOK struct {
	Payload *models.RestSettingsMenuResponse
}

SettingsMenuOK describes a response with status code 200, with default header values.

A successful response.

func NewSettingsMenuOK

func NewSettingsMenuOK() *SettingsMenuOK

NewSettingsMenuOK creates a SettingsMenuOK with default headers values

func (*SettingsMenuOK) Code added in v4.0.1

func (o *SettingsMenuOK) Code() int

Code gets the status code for the settings menu o k response

func (*SettingsMenuOK) Error

func (o *SettingsMenuOK) Error() string

func (*SettingsMenuOK) GetPayload

func (*SettingsMenuOK) IsClientError

func (o *SettingsMenuOK) IsClientError() bool

IsClientError returns true when this settings menu o k response has a 4xx status code

func (*SettingsMenuOK) IsCode

func (o *SettingsMenuOK) IsCode(code int) bool

IsCode returns true when this settings menu o k response a status code equal to that given

func (*SettingsMenuOK) IsRedirect

func (o *SettingsMenuOK) IsRedirect() bool

IsRedirect returns true when this settings menu o k response has a 3xx status code

func (*SettingsMenuOK) IsServerError

func (o *SettingsMenuOK) IsServerError() bool

IsServerError returns true when this settings menu o k response has a 5xx status code

func (*SettingsMenuOK) IsSuccess

func (o *SettingsMenuOK) IsSuccess() bool

IsSuccess returns true when this settings menu o k response has a 2xx status code

func (*SettingsMenuOK) String

func (o *SettingsMenuOK) String() string

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

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) Code added in v4.0.1

func (o *SettingsMenuUnauthorized) Code() int

Code gets the status code for the settings menu unauthorized response

func (*SettingsMenuUnauthorized) Error

func (o *SettingsMenuUnauthorized) Error() string

func (*SettingsMenuUnauthorized) IsClientError

func (o *SettingsMenuUnauthorized) IsClientError() bool

IsClientError returns true when this settings menu unauthorized response has a 4xx status code

func (*SettingsMenuUnauthorized) IsCode

func (o *SettingsMenuUnauthorized) IsCode(code int) bool

IsCode returns true when this settings menu unauthorized response a status code equal to that given

func (*SettingsMenuUnauthorized) IsRedirect

func (o *SettingsMenuUnauthorized) IsRedirect() bool

IsRedirect returns true when this settings menu unauthorized response has a 3xx status code

func (*SettingsMenuUnauthorized) IsServerError

func (o *SettingsMenuUnauthorized) IsServerError() bool

IsServerError returns true when this settings menu unauthorized response has a 5xx status code

func (*SettingsMenuUnauthorized) IsSuccess

func (o *SettingsMenuUnauthorized) IsSuccess() bool

IsSuccess returns true when this settings menu unauthorized response has a 2xx status code

func (*SettingsMenuUnauthorized) String

func (o *SettingsMenuUnauthorized) String() string

Jump to

Keyboard shortcuts

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