frontend_service

package
v2.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2021 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 New

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

New creates a new frontend service API client.

func (*Client) FrontBootConf

func (a *Client) FrontBootConf(params *FrontBootConfParams) (*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) (*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) (*FrontMessagesOK, error)

FrontMessages serves list of i18n messages

func (*Client) FrontPlugins

func (a *Client) FrontPlugins(params *FrontPluginsParams) (*FrontPluginsOK, error)

FrontPlugins serves list of i18n messages

func (*Client) FrontPutBinary

func (a *Client) FrontPutBinary(params *FrontPutBinaryParams) (*FrontPutBinaryOK, error)

FrontPutBinary uploads frontend binaries avatars logos bg images

func (*Client) FrontServeBinary

func (a *Client) FrontServeBinary(params *FrontServeBinaryParams) (*FrontServeBinaryOK, error)

FrontServeBinary serves frontend binaries directly avatars logos bg images

func (*Client) FrontSession

func (a *Client) FrontSession(params *FrontSessionParams) (*FrontSessionOK, error)

FrontSession handles j w t

func (*Client) FrontState

func (a *Client) FrontState(params *FrontStateParams) (*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) (*SettingsMenuOK, error)

SettingsMenu sends a tree of nodes to be used a menu in the settings panel

type FrontBootConfOK

type FrontBootConfOK struct {
	Payload *models.RestFrontBootConfResponse
}

FrontBootConfOK handles this case with default header values.

FrontBootConfOK front boot conf o k

func NewFrontBootConfOK

func NewFrontBootConfOK() *FrontBootConfOK

NewFrontBootConfOK creates a FrontBootConfOK with default headers values

func (*FrontBootConfOK) Error

func (o *FrontBootConfOK) Error() string

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 values initialized.

func NewFrontBootConfParamsWithContext

func NewFrontBootConfParamsWithContext(ctx context.Context) *FrontBootConfParams

NewFrontBootConfParamsWithContext creates a new FrontBootConfParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 FrontEnrollAuthOK

type FrontEnrollAuthOK struct {
	Payload *models.RestFrontEnrollAuthResponse
}

FrontEnrollAuthOK handles this case with default header values.

FrontEnrollAuthOK front enroll auth o k

func NewFrontEnrollAuthOK

func NewFrontEnrollAuthOK() *FrontEnrollAuthOK

NewFrontEnrollAuthOK creates a FrontEnrollAuthOK with default headers values

func (*FrontEnrollAuthOK) Error

func (o *FrontEnrollAuthOK) Error() string

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 values initialized.

func NewFrontEnrollAuthParamsWithContext

func NewFrontEnrollAuthParamsWithContext(ctx context.Context) *FrontEnrollAuthParams

NewFrontEnrollAuthParamsWithContext creates a new FrontEnrollAuthParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 FrontMessagesOK

type FrontMessagesOK struct {
	Payload *models.RestFrontMessagesResponse
}

FrontMessagesOK handles this case with default header values.

FrontMessagesOK front messages o k

func NewFrontMessagesOK

func NewFrontMessagesOK() *FrontMessagesOK

NewFrontMessagesOK creates a FrontMessagesOK with default headers values

func (*FrontMessagesOK) Error

func (o *FrontMessagesOK) Error() string

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 values initialized.

func NewFrontMessagesParamsWithContext

func NewFrontMessagesParamsWithContext(ctx context.Context) *FrontMessagesParams

NewFrontMessagesParamsWithContext creates a new FrontMessagesParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 FrontPluginsOK

type FrontPluginsOK struct {
	Payload models.RestFrontPluginsResponse
}

FrontPluginsOK handles this case with default header values.

FrontPluginsOK front plugins o k

func NewFrontPluginsOK

func NewFrontPluginsOK() *FrontPluginsOK

NewFrontPluginsOK creates a FrontPluginsOK with default headers values

func (*FrontPluginsOK) Error

func (o *FrontPluginsOK) Error() string

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 values initialized.

func NewFrontPluginsParamsWithContext

func NewFrontPluginsParamsWithContext(ctx context.Context) *FrontPluginsParams

NewFrontPluginsParamsWithContext creates a new FrontPluginsParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 FrontPutBinaryOK

type FrontPutBinaryOK struct {
	Payload models.RestFrontBinaryResponse
}

FrontPutBinaryOK handles this case with default header values.

FrontPutBinaryOK front put binary o k

func NewFrontPutBinaryOK

func NewFrontPutBinaryOK() *FrontPutBinaryOK

NewFrontPutBinaryOK creates a FrontPutBinaryOK with default headers values

func (*FrontPutBinaryOK) Error

func (o *FrontPutBinaryOK) Error() string

type FrontPutBinaryParams

type FrontPutBinaryParams struct {

	/*BinaryType*/
	BinaryType string
	/*UUID*/
	UUID string
	/*Body*/
	Body *models.RestFrontBinaryRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

FrontPutBinaryParams contains all the parameters to send to the API endpoint for the front put binary operation typically these are written to a http.Request

func NewFrontPutBinaryParams

func NewFrontPutBinaryParams() *FrontPutBinaryParams

NewFrontPutBinaryParams creates a new FrontPutBinaryParams object with the default values initialized.

func NewFrontPutBinaryParamsWithContext

func NewFrontPutBinaryParamsWithContext(ctx context.Context) *FrontPutBinaryParams

NewFrontPutBinaryParamsWithContext creates a new FrontPutBinaryParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and the ability to set a timeout on a request

func (*FrontPutBinaryParams) SetBinaryType

func (o *FrontPutBinaryParams) SetBinaryType(binaryType string)

SetBinaryType adds the binaryType to the front put binary params

func (*FrontPutBinaryParams) SetBody

SetBody adds the body to the front put binary params

func (*FrontPutBinaryParams) SetContext

func (o *FrontPutBinaryParams) SetContext(ctx context.Context)

SetContext adds the context to the front put binary params

func (*FrontPutBinaryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the front put binary params

func (*FrontPutBinaryParams) SetTimeout

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

SetTimeout adds the timeout to the front put binary params

func (*FrontPutBinaryParams) SetUUID

func (o *FrontPutBinaryParams) SetUUID(uuid string)

SetUUID adds the uuid to the front put binary params

func (*FrontPutBinaryParams) WithBinaryType

func (o *FrontPutBinaryParams) WithBinaryType(binaryType string) *FrontPutBinaryParams

WithBinaryType adds the binaryType to the front put binary params

func (*FrontPutBinaryParams) WithBody

WithBody adds the body to the front put binary params

func (*FrontPutBinaryParams) WithContext

WithContext adds the context to the front put binary params

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 FrontServeBinaryOK

type FrontServeBinaryOK struct {
	Payload models.RestFrontBinaryResponse
}

FrontServeBinaryOK handles this case with default header values.

FrontServeBinaryOK front serve binary o k

func NewFrontServeBinaryOK

func NewFrontServeBinaryOK() *FrontServeBinaryOK

NewFrontServeBinaryOK creates a FrontServeBinaryOK with default headers values

func (*FrontServeBinaryOK) Error

func (o *FrontServeBinaryOK) Error() string

type FrontServeBinaryParams

type FrontServeBinaryParams struct {

	/*BinaryType*/
	BinaryType string
	/*UUID*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

FrontServeBinaryParams contains all the parameters to send to the API endpoint for the front serve binary operation typically these are written to a http.Request

func NewFrontServeBinaryParams

func NewFrontServeBinaryParams() *FrontServeBinaryParams

NewFrontServeBinaryParams creates a new FrontServeBinaryParams object with the default values initialized.

func NewFrontServeBinaryParamsWithContext

func NewFrontServeBinaryParamsWithContext(ctx context.Context) *FrontServeBinaryParams

NewFrontServeBinaryParamsWithContext creates a new FrontServeBinaryParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 FrontSessionOK

type FrontSessionOK struct {
	Payload *models.RestFrontSessionResponse
}

FrontSessionOK handles this case with default header values.

FrontSessionOK front session o k

func NewFrontSessionOK

func NewFrontSessionOK() *FrontSessionOK

NewFrontSessionOK creates a FrontSessionOK with default headers values

func (*FrontSessionOK) Error

func (o *FrontSessionOK) Error() string

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 values initialized.

func NewFrontSessionParamsWithContext

func NewFrontSessionParamsWithContext(ctx context.Context) *FrontSessionParams

NewFrontSessionParamsWithContext creates a new FrontSessionParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 FrontStateOK

type FrontStateOK struct {
	Payload models.RestFrontStateResponse
}

FrontStateOK handles this case with default header values.

FrontStateOK front state o k

func NewFrontStateOK

func NewFrontStateOK() *FrontStateOK

NewFrontStateOK creates a FrontStateOK with default headers values

func (*FrontStateOK) Error

func (o *FrontStateOK) Error() string

type FrontStateParams

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

FrontStateParams contains all the parameters to send to the API endpoint for the front state operation typically these are written to a http.Request

func NewFrontStateParams

func NewFrontStateParams() *FrontStateParams

NewFrontStateParams creates a new FrontStateParams object with the default values initialized.

func NewFrontStateParamsWithContext

func NewFrontStateParamsWithContext(ctx context.Context) *FrontStateParams

NewFrontStateParamsWithContext creates a new FrontStateParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the front state params

func (*FrontStateParams) SetTimeout

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

SetTimeout adds the timeout to the front state params

func (*FrontStateParams) WithContext

func (o *FrontStateParams) WithContext(ctx context.Context) *FrontStateParams

WithContext adds the context to the front state params

func (*FrontStateParams) WithHTTPClient

func (o *FrontStateParams) WithHTTPClient(client *http.Client) *FrontStateParams

WithHTTPClient adds the HTTPClient to the front state params

func (*FrontStateParams) WithTimeout

func (o *FrontStateParams) WithTimeout(timeout time.Duration) *FrontStateParams

WithTimeout adds the timeout to the front state params

func (*FrontStateParams) WriteToRequest

func (o *FrontStateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type FrontStateReader

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

FrontStateReader is a Reader for the FrontState structure.

func (*FrontStateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SettingsMenuOK

type SettingsMenuOK struct {
	Payload *models.RestSettingsMenuResponse
}

SettingsMenuOK handles this case with default header values.

SettingsMenuOK settings menu o k

func NewSettingsMenuOK

func NewSettingsMenuOK() *SettingsMenuOK

NewSettingsMenuOK creates a SettingsMenuOK with default headers values

func (*SettingsMenuOK) Error

func (o *SettingsMenuOK) Error() string

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 values initialized.

func NewSettingsMenuParamsWithContext

func NewSettingsMenuParamsWithContext(ctx context.Context) *SettingsMenuParams

NewSettingsMenuParamsWithContext creates a new SettingsMenuParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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.

Jump to

Keyboard shortcuts

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