management_rest_service

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddInitialUserOK

type AddInitialUserOK struct {
	Payload *models.Result
}
AddInitialUserOK describes a response with status code 200, with default header values.

successful operation

func NewAddInitialUserOK

func NewAddInitialUserOK() *AddInitialUserOK

NewAddInitialUserOK creates a AddInitialUserOK with default headers values

func (*AddInitialUserOK) Error

func (o *AddInitialUserOK) Error() string

func (*AddInitialUserOK) GetPayload

func (o *AddInitialUserOK) GetPayload() *models.Result

type AddInitialUserParams

type AddInitialUserParams struct {

	/* Body.

	   User object. If it is null, new user won't be created.
	*/
	Body *models.User

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

AddInitialUserParams contains all the parameters to send to the API endpoint

for the add initial user operation.

Typically these are written to a http.Request.

func NewAddInitialUserParams

func NewAddInitialUserParams() *AddInitialUserParams

NewAddInitialUserParams creates a new AddInitialUserParams 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 NewAddInitialUserParamsWithContext

func NewAddInitialUserParamsWithContext(ctx context.Context) *AddInitialUserParams

NewAddInitialUserParamsWithContext creates a new AddInitialUserParams object with the ability to set a context for a request.

func NewAddInitialUserParamsWithHTTPClient

func NewAddInitialUserParamsWithHTTPClient(client *http.Client) *AddInitialUserParams

NewAddInitialUserParamsWithHTTPClient creates a new AddInitialUserParams object with the ability to set a custom HTTPClient for a request.

func NewAddInitialUserParamsWithTimeout

func NewAddInitialUserParamsWithTimeout(timeout time.Duration) *AddInitialUserParams

NewAddInitialUserParamsWithTimeout creates a new AddInitialUserParams object with the ability to set a timeout on a request.

func (*AddInitialUserParams) SetBody

func (o *AddInitialUserParams) SetBody(body *models.User)

SetBody adds the body to the add initial user params

func (*AddInitialUserParams) SetContext

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

SetContext adds the context to the add initial user params

func (*AddInitialUserParams) SetDefaults

func (o *AddInitialUserParams) SetDefaults()

SetDefaults hydrates default values in the add initial user params (not the query body).

All values with no default are reset to their zero value.

func (*AddInitialUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add initial user params

func (*AddInitialUserParams) SetTimeout

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

SetTimeout adds the timeout to the add initial user params

func (*AddInitialUserParams) WithBody

WithBody adds the body to the add initial user params

func (*AddInitialUserParams) WithContext

WithContext adds the context to the add initial user params

func (*AddInitialUserParams) WithDefaults

func (o *AddInitialUserParams) WithDefaults() *AddInitialUserParams

WithDefaults hydrates default values in the add initial user params (not the query body).

All values with no default are reset to their zero value.

func (*AddInitialUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add initial user params

func (*AddInitialUserParams) WithTimeout

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

WithTimeout adds the timeout to the add initial user params

func (*AddInitialUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddInitialUserReader

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

AddInitialUserReader is a Reader for the AddInitialUser structure.

func (*AddInitialUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddUserOK

type AddUserOK struct {
	Payload *models.Result
}
AddUserOK describes a response with status code 200, with default header values.

successful operation

func NewAddUserOK

func NewAddUserOK() *AddUserOK

NewAddUserOK creates a AddUserOK with default headers values

func (*AddUserOK) Error

func (o *AddUserOK) Error() string

func (*AddUserOK) GetPayload

func (o *AddUserOK) GetPayload() *models.Result

type AddUserParams

type AddUserParams struct {

	/* Body.

	   User object. If it is null, new user won't be created.
	*/
	Body *models.User

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

AddUserParams contains all the parameters to send to the API endpoint

for the add user operation.

Typically these are written to a http.Request.

func NewAddUserParams

func NewAddUserParams() *AddUserParams

NewAddUserParams creates a new AddUserParams 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 NewAddUserParamsWithContext

func NewAddUserParamsWithContext(ctx context.Context) *AddUserParams

NewAddUserParamsWithContext creates a new AddUserParams object with the ability to set a context for a request.

func NewAddUserParamsWithHTTPClient

func NewAddUserParamsWithHTTPClient(client *http.Client) *AddUserParams

NewAddUserParamsWithHTTPClient creates a new AddUserParams object with the ability to set a custom HTTPClient for a request.

func NewAddUserParamsWithTimeout

func NewAddUserParamsWithTimeout(timeout time.Duration) *AddUserParams

NewAddUserParamsWithTimeout creates a new AddUserParams object with the ability to set a timeout on a request.

func (*AddUserParams) SetBody

func (o *AddUserParams) SetBody(body *models.User)

SetBody adds the body to the add user params

func (*AddUserParams) SetContext

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

SetContext adds the context to the add user params

func (*AddUserParams) SetDefaults

func (o *AddUserParams) SetDefaults()

SetDefaults hydrates default values in the add user params (not the query body).

All values with no default are reset to their zero value.

func (*AddUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add user params

func (*AddUserParams) SetTimeout

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

SetTimeout adds the timeout to the add user params

func (*AddUserParams) WithBody

func (o *AddUserParams) WithBody(body *models.User) *AddUserParams

WithBody adds the body to the add user params

func (*AddUserParams) WithContext

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

WithContext adds the context to the add user params

func (*AddUserParams) WithDefaults

func (o *AddUserParams) WithDefaults() *AddUserParams

WithDefaults hydrates default values in the add user params (not the query body).

All values with no default are reset to their zero value.

func (*AddUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add user params

func (*AddUserParams) WithTimeout

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

WithTimeout adds the timeout to the add user params

func (*AddUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddUserReader

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

AddUserReader is a Reader for the AddUser structure.

func (*AddUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AuthenticateUserOK

type AuthenticateUserOK struct {
	Payload *models.Result
}
AuthenticateUserOK describes a response with status code 200, with default header values.

successful operation

func NewAuthenticateUserOK

func NewAuthenticateUserOK() *AuthenticateUserOK

NewAuthenticateUserOK creates a AuthenticateUserOK with default headers values

func (*AuthenticateUserOK) Error

func (o *AuthenticateUserOK) Error() string

func (*AuthenticateUserOK) GetPayload

func (o *AuthenticateUserOK) GetPayload() *models.Result

type AuthenticateUserParams

type AuthenticateUserParams struct {

	/* Body.

	   User object to authenticate
	*/
	Body *models.User

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

AuthenticateUserParams contains all the parameters to send to the API endpoint

for the authenticate user operation.

Typically these are written to a http.Request.

func NewAuthenticateUserParams

func NewAuthenticateUserParams() *AuthenticateUserParams

NewAuthenticateUserParams creates a new AuthenticateUserParams 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 NewAuthenticateUserParamsWithContext

func NewAuthenticateUserParamsWithContext(ctx context.Context) *AuthenticateUserParams

NewAuthenticateUserParamsWithContext creates a new AuthenticateUserParams object with the ability to set a context for a request.

func NewAuthenticateUserParamsWithHTTPClient

func NewAuthenticateUserParamsWithHTTPClient(client *http.Client) *AuthenticateUserParams

NewAuthenticateUserParamsWithHTTPClient creates a new AuthenticateUserParams object with the ability to set a custom HTTPClient for a request.

func NewAuthenticateUserParamsWithTimeout

func NewAuthenticateUserParamsWithTimeout(timeout time.Duration) *AuthenticateUserParams

NewAuthenticateUserParamsWithTimeout creates a new AuthenticateUserParams object with the ability to set a timeout on a request.

func (*AuthenticateUserParams) SetBody

func (o *AuthenticateUserParams) SetBody(body *models.User)

SetBody adds the body to the authenticate user params

func (*AuthenticateUserParams) SetContext

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

SetContext adds the context to the authenticate user params

func (*AuthenticateUserParams) SetDefaults

func (o *AuthenticateUserParams) SetDefaults()

SetDefaults hydrates default values in the authenticate user params (not the query body).

All values with no default are reset to their zero value.

func (*AuthenticateUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the authenticate user params

func (*AuthenticateUserParams) SetTimeout

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

SetTimeout adds the timeout to the authenticate user params

func (*AuthenticateUserParams) WithBody

WithBody adds the body to the authenticate user params

func (*AuthenticateUserParams) WithContext

WithContext adds the context to the authenticate user params

func (*AuthenticateUserParams) WithDefaults

WithDefaults hydrates default values in the authenticate user params (not the query body).

All values with no default are reset to their zero value.

func (*AuthenticateUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the authenticate user params

func (*AuthenticateUserParams) WithTimeout

WithTimeout adds the timeout to the authenticate user params

func (*AuthenticateUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AuthenticateUserReader

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

AuthenticateUserReader is a Reader for the AuthenticateUser structure.

func (*AuthenticateUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeServerSettingsOK

type ChangeServerSettingsOK struct {
	Payload *models.Result
}
ChangeServerSettingsOK describes a response with status code 200, with default header values.

successful operation

func NewChangeServerSettingsOK

func NewChangeServerSettingsOK() *ChangeServerSettingsOK

NewChangeServerSettingsOK creates a ChangeServerSettingsOK with default headers values

func (*ChangeServerSettingsOK) Error

func (o *ChangeServerSettingsOK) Error() string

func (*ChangeServerSettingsOK) GetPayload

func (o *ChangeServerSettingsOK) GetPayload() *models.Result

type ChangeServerSettingsParams

type ChangeServerSettingsParams struct {

	/* Body.

	   Server settings
	*/
	Body *models.ServerSettings

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

ChangeServerSettingsParams contains all the parameters to send to the API endpoint

for the change server settings operation.

Typically these are written to a http.Request.

func NewChangeServerSettingsParams

func NewChangeServerSettingsParams() *ChangeServerSettingsParams

NewChangeServerSettingsParams creates a new ChangeServerSettingsParams 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 NewChangeServerSettingsParamsWithContext

func NewChangeServerSettingsParamsWithContext(ctx context.Context) *ChangeServerSettingsParams

NewChangeServerSettingsParamsWithContext creates a new ChangeServerSettingsParams object with the ability to set a context for a request.

func NewChangeServerSettingsParamsWithHTTPClient

func NewChangeServerSettingsParamsWithHTTPClient(client *http.Client) *ChangeServerSettingsParams

NewChangeServerSettingsParamsWithHTTPClient creates a new ChangeServerSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewChangeServerSettingsParamsWithTimeout

func NewChangeServerSettingsParamsWithTimeout(timeout time.Duration) *ChangeServerSettingsParams

NewChangeServerSettingsParamsWithTimeout creates a new ChangeServerSettingsParams object with the ability to set a timeout on a request.

func (*ChangeServerSettingsParams) SetBody

SetBody adds the body to the change server settings params

func (*ChangeServerSettingsParams) SetContext

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

SetContext adds the context to the change server settings params

func (*ChangeServerSettingsParams) SetDefaults

func (o *ChangeServerSettingsParams) SetDefaults()

SetDefaults hydrates default values in the change server settings params (not the query body).

All values with no default are reset to their zero value.

func (*ChangeServerSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change server settings params

func (*ChangeServerSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the change server settings params

func (*ChangeServerSettingsParams) WithBody

WithBody adds the body to the change server settings params

func (*ChangeServerSettingsParams) WithContext

WithContext adds the context to the change server settings params

func (*ChangeServerSettingsParams) WithDefaults

WithDefaults hydrates default values in the change server settings params (not the query body).

All values with no default are reset to their zero value.

func (*ChangeServerSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the change server settings params

func (*ChangeServerSettingsParams) WithTimeout

WithTimeout adds the timeout to the change server settings params

func (*ChangeServerSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeServerSettingsReader

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

ChangeServerSettingsReader is a Reader for the ChangeServerSettings structure.

func (*ChangeServerSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeSettingsOK

type ChangeSettingsOK struct {
	Payload *models.Result
}
ChangeSettingsOK describes a response with status code 200, with default header values.

successful operation

func NewChangeSettingsOK

func NewChangeSettingsOK() *ChangeSettingsOK

NewChangeSettingsOK creates a ChangeSettingsOK with default headers values

func (*ChangeSettingsOK) Error

func (o *ChangeSettingsOK) Error() string

func (*ChangeSettingsOK) GetPayload

func (o *ChangeSettingsOK) GetPayload() *models.Result

type ChangeSettingsParams

type ChangeSettingsParams struct {

	/* Appname.

	   Application name
	*/
	Appname string

	/* Body.

	   New application settings, null fields will be set to default values
	*/
	Body *models.AppSettings

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

ChangeSettingsParams contains all the parameters to send to the API endpoint

for the change settings operation.

Typically these are written to a http.Request.

func NewChangeSettingsParams

func NewChangeSettingsParams() *ChangeSettingsParams

NewChangeSettingsParams creates a new ChangeSettingsParams 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 NewChangeSettingsParamsWithContext

func NewChangeSettingsParamsWithContext(ctx context.Context) *ChangeSettingsParams

NewChangeSettingsParamsWithContext creates a new ChangeSettingsParams object with the ability to set a context for a request.

func NewChangeSettingsParamsWithHTTPClient

func NewChangeSettingsParamsWithHTTPClient(client *http.Client) *ChangeSettingsParams

NewChangeSettingsParamsWithHTTPClient creates a new ChangeSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewChangeSettingsParamsWithTimeout

func NewChangeSettingsParamsWithTimeout(timeout time.Duration) *ChangeSettingsParams

NewChangeSettingsParamsWithTimeout creates a new ChangeSettingsParams object with the ability to set a timeout on a request.

func (*ChangeSettingsParams) SetAppname

func (o *ChangeSettingsParams) SetAppname(appname string)

SetAppname adds the appname to the change settings params

func (*ChangeSettingsParams) SetBody

func (o *ChangeSettingsParams) SetBody(body *models.AppSettings)

SetBody adds the body to the change settings params

func (*ChangeSettingsParams) SetContext

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

SetContext adds the context to the change settings params

func (*ChangeSettingsParams) SetDefaults

func (o *ChangeSettingsParams) SetDefaults()

SetDefaults hydrates default values in the change settings params (not the query body).

All values with no default are reset to their zero value.

func (*ChangeSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change settings params

func (*ChangeSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the change settings params

func (*ChangeSettingsParams) WithAppname

func (o *ChangeSettingsParams) WithAppname(appname string) *ChangeSettingsParams

WithAppname adds the appname to the change settings params

func (*ChangeSettingsParams) WithBody

WithBody adds the body to the change settings params

func (*ChangeSettingsParams) WithContext

WithContext adds the context to the change settings params

func (*ChangeSettingsParams) WithDefaults

func (o *ChangeSettingsParams) WithDefaults() *ChangeSettingsParams

WithDefaults hydrates default values in the change settings params (not the query body).

All values with no default are reset to their zero value.

func (*ChangeSettingsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the change settings params

func (*ChangeSettingsParams) WithTimeout

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

WithTimeout adds the timeout to the change settings params

func (*ChangeSettingsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ChangeSettingsReader

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

ChangeSettingsReader is a Reader for the ChangeSettings structure.

func (*ChangeSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChangeUserPasswordOK

type ChangeUserPasswordOK struct {
	Payload *models.Result
}
ChangeUserPasswordOK describes a response with status code 200, with default header values.

successful operation

func NewChangeUserPasswordOK

func NewChangeUserPasswordOK() *ChangeUserPasswordOK

NewChangeUserPasswordOK creates a ChangeUserPasswordOK with default headers values

func (*ChangeUserPasswordOK) Error

func (o *ChangeUserPasswordOK) Error() string

func (*ChangeUserPasswordOK) GetPayload

func (o *ChangeUserPasswordOK) GetPayload() *models.Result

type ChangeUserPasswordParams

type ChangeUserPasswordParams struct {

	/* Body.

	   User object to change the password
	*/
	Body *models.User

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

ChangeUserPasswordParams contains all the parameters to send to the API endpoint

for the change user password operation.

Typically these are written to a http.Request.

func NewChangeUserPasswordParams

func NewChangeUserPasswordParams() *ChangeUserPasswordParams

NewChangeUserPasswordParams creates a new ChangeUserPasswordParams 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 NewChangeUserPasswordParamsWithContext

func NewChangeUserPasswordParamsWithContext(ctx context.Context) *ChangeUserPasswordParams

NewChangeUserPasswordParamsWithContext creates a new ChangeUserPasswordParams object with the ability to set a context for a request.

func NewChangeUserPasswordParamsWithHTTPClient

func NewChangeUserPasswordParamsWithHTTPClient(client *http.Client) *ChangeUserPasswordParams

NewChangeUserPasswordParamsWithHTTPClient creates a new ChangeUserPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewChangeUserPasswordParamsWithTimeout

func NewChangeUserPasswordParamsWithTimeout(timeout time.Duration) *ChangeUserPasswordParams

NewChangeUserPasswordParamsWithTimeout creates a new ChangeUserPasswordParams object with the ability to set a timeout on a request.

func (*ChangeUserPasswordParams) SetBody

func (o *ChangeUserPasswordParams) SetBody(body *models.User)

SetBody adds the body to the change user password params

func (*ChangeUserPasswordParams) SetContext

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

SetContext adds the context to the change user password params

func (*ChangeUserPasswordParams) SetDefaults

func (o *ChangeUserPasswordParams) SetDefaults()

SetDefaults hydrates default values in the change user password params (not the query body).

All values with no default are reset to their zero value.

func (*ChangeUserPasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change user password params

func (*ChangeUserPasswordParams) SetTimeout

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

SetTimeout adds the timeout to the change user password params

func (*ChangeUserPasswordParams) WithBody

WithBody adds the body to the change user password params

func (*ChangeUserPasswordParams) WithContext

WithContext adds the context to the change user password params

func (*ChangeUserPasswordParams) WithDefaults

WithDefaults hydrates default values in the change user password params (not the query body).

All values with no default are reset to their zero value.

func (*ChangeUserPasswordParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the change user password params

func (*ChangeUserPasswordParams) WithTimeout

WithTimeout adds the timeout to the change user password params

func (*ChangeUserPasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeUserPasswordReader

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

ChangeUserPasswordReader is a Reader for the ChangeUserPassword structure.

func (*ChangeUserPasswordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for management rest service API

func (*Client) AddInitialUser

func (a *Client) AddInitialUser(params *AddInitialUserParams, opts ...ClientOption) (*AddInitialUserOK, error)

AddInitialUser creates initial user this is a one time scenario when initial user creation required and shouldn t be used otherwise user object is required and can t be null

func (*Client) AddUser

func (a *Client) AddUser(params *AddUserParams, opts ...ClientOption) (*AddUserOK, error)

AddUser creates a new user if user object is null or if user is not authenticated new user won t be created

func (*Client) AuthenticateUser

func (a *Client) AuthenticateUser(params *AuthenticateUserParams, opts ...ClientOption) (*AuthenticateUserOK, error)

AuthenticateUser authenticates user with given username and password requires user object to authenticate

func (*Client) ChangeServerSettings

func (a *Client) ChangeServerSettings(params *ChangeServerSettingsParams, opts ...ClientOption) (*ChangeServerSettingsOK, error)

ChangeServerSettings changes server settings sets server name license key market build status and node group

func (*Client) ChangeSettings

func (a *Client) ChangeSettings(params *ChangeSettingsParams, opts ...ClientOption) (*ChangeSettingsOK, error)

ChangeSettings changes the application settings with the given settings null fields will be set to default values

func (*Client) ChangeUserPassword

func (a *Client) ChangeUserPassword(params *ChangeUserPasswordParams, opts ...ClientOption) (*ChangeUserPasswordOK, error)

ChangeUserPassword changes the given user s password

func (*Client) CreateApplication

func (a *Client) CreateApplication(params *CreateApplicationParams, opts ...ClientOption) (*CreateApplicationOK, error)

CreateApplication creates a new application with given name it supports uploading custom w a r files

func (*Client) DeleteApplication

func (a *Client) DeleteApplication(params *DeleteApplicationParams, opts ...ClientOption) (*DeleteApplicationOK, error)

DeleteApplication deletes application with the given name

func (*Client) DeleteUser

func (a *Client) DeleteUser(params *DeleteUserParams, opts ...ClientOption) (*DeleteUserOK, error)

DeleteUser deletes the user from the server management panel s user list

func (*Client) GetAppLiveStreams

func (a *Client) GetAppLiveStreams(params *GetAppLiveStreamsParams, opts ...ClientOption) (*GetAppLiveStreamsOK, error)

GetAppLiveStreams returns live streams in the specified application retrieves broadcast names and the consumer size

func (*Client) GetApplicationInfo

func (a *Client) GetApplicationInfo(params *GetApplicationInfoParams, opts ...ClientOption) (*GetApplicationInfoOK, error)

GetApplicationInfo gets application info application info includes live stream count vod count and application name

func (*Client) GetApplications

func (a *Client) GetApplications(params *GetApplicationsParams, opts ...ClientOption) (*GetApplicationsOK, error)

GetApplications gets the applications in the server returns the name of the applications in JSON format

func (*Client) GetBlockedStatus

func (a *Client) GetBlockedStatus(params *GetBlockedStatusParams, opts ...ClientOption) (*GetBlockedStatusOK, error)

GetBlockedStatus returns if user is blocked user is blocked for a specific time if there are login attempts

func (*Client) GetCPUInfo

func (a *Client) GetCPUInfo(params *GetCPUInfoParams, opts ...ClientOption) (*GetCPUInfoOK, error)

GetCPUInfo returns system cpu load process cpu load and process cpu time

func (*Client) GetFileSystemInfo

func (a *Client) GetFileSystemInfo(params *GetFileSystemInfoParams, opts ...ClientOption) (*GetFileSystemInfoOK, error)

GetFileSystemInfo gets system file status returns usable space total space available space and in use space

func (*Client) GetGPUInfo

func (a *Client) GetGPUInfo(params *GetGPUInfoParams, opts ...ClientOption) (*GetGPUInfoOK, error)

GetGPUInfo gets g p u information returns whether you have g p u or not if yes information of the gpu and the number of total gpus

func (*Client) GetHeapDump

func (a *Client) GetHeapDump(params *GetHeapDumpParams, opts ...ClientOption) (*GetHeapDumpOK, error)

GetHeapDump returns heap dump

func (*Client) GetJVMMemoryInfo

func (a *Client) GetJVMMemoryInfo(params *GetJVMMemoryInfoParams, opts ...ClientOption) (*GetJVMMemoryInfoOK, error)

GetJVMMemoryInfo returns j VM memory informations max total free in use and available processors are returned

func (*Client) GetLicenceStatus

func (a *Client) GetLicenceStatus(params *GetLicenceStatusParams, opts ...ClientOption) (*GetLicenceStatusOK, error)

GetLicenceStatus returns license status includes license ID status owner start date end date type and license count

func (*Client) GetLiveClientsSize

func (a *Client) GetLiveClientsSize(params *GetLiveClientsSizeParams, opts ...ClientOption) (*GetLiveClientsSizeOK, error)

GetLiveClientsSize returns total number of live streams and total number of connections

func (*Client) GetLogFile

func (a *Client) GetLogFile(params *GetLogFileParams, opts ...ClientOption) (*GetLogFileOK, error)

GetLogFile gets log file char size of the log offset or log type can be specified

func (*Client) GetServerSettings

func (a *Client) GetServerSettings(params *GetServerSettingsParams, opts ...ClientOption) (*GetServerSettingsOK, error)

GetServerSettings returns the server settings from log level to measurement period of cpu license key of the server host address and many more settings are returned at once

func (*Client) GetServerTime

func (a *Client) GetServerTime(params *GetServerTimeParams, opts ...ClientOption) (*GetServerTimeOK, error)

GetServerTime gets server time returns server uptime and start time in milliseconds in JSON

func (*Client) GetSettings

func (a *Client) GetSettings(params *GetSettingsParams, opts ...ClientOption) (*GetSettingsOK, error)

GetSettings returns the specified application settings

func (*Client) GetSystemInfo

func (a *Client) GetSystemInfo(params *GetSystemInfoParams, opts ...ClientOption) (*GetSystemInfoOK, error)

GetSystemInfo returns system information which includes many information such as j VM memory o s information available file space physical memory informations in detail

func (*Client) GetSystemMemoryInfo

func (a *Client) GetSystemMemoryInfo(params *GetSystemMemoryInfoParams, opts ...ClientOption) (*GetSystemMemoryInfoOK, error)

GetSystemMemoryInfo gets system memory status returns virtual total physical available physical currently in use total swap space available swap space and in use swap space

func (*Client) GetSystemResourcesInfo

func (a *Client) GetSystemResourcesInfo(params *GetSystemResourcesInfoParams, opts ...ClientOption) (*GetSystemResourcesInfoOK, error)

GetSystemResourcesInfo gets system resource information returns number of total live streams cpu usage system information jvm information file system information license status gpu status etc basically returns most of the information in one package

func (*Client) GetThreadDumpJSON

func (a *Client) GetThreadDumpJSON(params *GetThreadDumpJSONParams, opts ...ClientOption) (*GetThreadDumpJSONOK, error)

GetThreadDumpJSON gets thread dump in json format includes very detailed information such as thread name thread id blocked time of thread thread state and many more information are returned

func (*Client) GetThreadsInfo

func (a *Client) GetThreadsInfo(params *GetThreadsInfoParams, opts ...ClientOption) (*GetThreadsInfoOK, error)

GetThreadsInfo returns processor s thread information includes number of dead locked threads thread count and thread peek count

func (*Client) GetUserList

func (a *Client) GetUserList(params *GetUserListParams, opts ...ClientOption) (*GetUserListOK, error)

GetUserList returns user list in the server management panel

func (*Client) GetVersion

func (a *Client) GetVersion(params *GetVersionParams, opts ...ClientOption) (*GetVersionOK, error)

GetVersion returns the version of ant media server

func (*Client) IsAdmin

func (a *Client) IsAdmin(params *IsAdminParams, opts ...ClientOption) (*IsAdminOK, error)

IsAdmin returns whether current user is admin or not if user is admin it can call p o s t p u t d e l e t e methods

func (*Client) IsAuthenticatedRest

func (a *Client) IsAuthenticatedRest(params *IsAuthenticatedRestParams, opts ...ClientOption) (*IsAuthenticatedRestOK, error)

IsAuthenticatedRest returns true if user is authenticated to call rest api operations

func (*Client) IsEnterpriseEdition

func (a *Client) IsEnterpriseEdition(params *IsEnterpriseEditionParams, opts ...ClientOption) (*IsEnterpriseEditionOK, error)

IsEnterpriseEdition returns true if the server is enterprise edition

func (*Client) IsFirstLogin

func (a *Client) IsFirstLogin(params *IsFirstLoginParams, opts ...ClientOption) (*IsFirstLoginOK, error)

IsFirstLogin checks first login status if server being logged in first time it returns true otherwise false

func (*Client) IsInClusterMode

func (a *Client) IsInClusterMode(params *IsInClusterModeParams, opts ...ClientOption) (*IsInClusterModeOK, error)

IsInClusterMode returns the server mode if it is in the cluster mode result will be true

func (*Client) IsShutdownProperly

func (a *Client) IsShutdownProperly(params *IsShutdownProperlyParams, opts ...ClientOption) (*IsShutdownProperlyOK, error)

IsShutdownProperly checks whether application or applications have shutdown properly or not

func (*Client) PutV2Users

func (a *Client) PutV2Users(params *PutV2UsersParams, opts ...ClientOption) (*PutV2UsersOK, error)

PutV2Users edits the user in the server management panel s user list it can change password or user type admin read only

func (*Client) ResetBroadcast

func (a *Client) ResetBroadcast(params *ResetBroadcastParams, opts ...ClientOption) (*ResetBroadcastOK, error)

ResetBroadcast resets the viewer counts and broadcasts statuses in the db this can be used after server crashes to recover db it s not intended to use to ignore the crash

func (*Client) SetShutdownStatus

func (a *Client) SetShutdownStatus(params *SetShutdownStatusParams, opts ...ClientOption) (*SetShutdownStatusOK, error)

SetShutdownStatus sets application or applications shutdown properly to true

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	PutV2Users(params *PutV2UsersParams, opts ...ClientOption) (*PutV2UsersOK, error)

	AddInitialUser(params *AddInitialUserParams, opts ...ClientOption) (*AddInitialUserOK, error)

	AddUser(params *AddUserParams, opts ...ClientOption) (*AddUserOK, error)

	AuthenticateUser(params *AuthenticateUserParams, opts ...ClientOption) (*AuthenticateUserOK, error)

	ChangeServerSettings(params *ChangeServerSettingsParams, opts ...ClientOption) (*ChangeServerSettingsOK, error)

	ChangeSettings(params *ChangeSettingsParams, opts ...ClientOption) (*ChangeSettingsOK, error)

	ChangeUserPassword(params *ChangeUserPasswordParams, opts ...ClientOption) (*ChangeUserPasswordOK, error)

	CreateApplication(params *CreateApplicationParams, opts ...ClientOption) (*CreateApplicationOK, error)

	DeleteApplication(params *DeleteApplicationParams, opts ...ClientOption) (*DeleteApplicationOK, error)

	DeleteUser(params *DeleteUserParams, opts ...ClientOption) (*DeleteUserOK, error)

	GetAppLiveStreams(params *GetAppLiveStreamsParams, opts ...ClientOption) (*GetAppLiveStreamsOK, error)

	GetApplicationInfo(params *GetApplicationInfoParams, opts ...ClientOption) (*GetApplicationInfoOK, error)

	GetApplications(params *GetApplicationsParams, opts ...ClientOption) (*GetApplicationsOK, error)

	GetBlockedStatus(params *GetBlockedStatusParams, opts ...ClientOption) (*GetBlockedStatusOK, error)

	GetCPUInfo(params *GetCPUInfoParams, opts ...ClientOption) (*GetCPUInfoOK, error)

	GetFileSystemInfo(params *GetFileSystemInfoParams, opts ...ClientOption) (*GetFileSystemInfoOK, error)

	GetGPUInfo(params *GetGPUInfoParams, opts ...ClientOption) (*GetGPUInfoOK, error)

	GetHeapDump(params *GetHeapDumpParams, opts ...ClientOption) (*GetHeapDumpOK, error)

	GetJVMMemoryInfo(params *GetJVMMemoryInfoParams, opts ...ClientOption) (*GetJVMMemoryInfoOK, error)

	GetLicenceStatus(params *GetLicenceStatusParams, opts ...ClientOption) (*GetLicenceStatusOK, error)

	GetLiveClientsSize(params *GetLiveClientsSizeParams, opts ...ClientOption) (*GetLiveClientsSizeOK, error)

	GetLogFile(params *GetLogFileParams, opts ...ClientOption) (*GetLogFileOK, error)

	GetServerSettings(params *GetServerSettingsParams, opts ...ClientOption) (*GetServerSettingsOK, error)

	GetServerTime(params *GetServerTimeParams, opts ...ClientOption) (*GetServerTimeOK, error)

	GetSettings(params *GetSettingsParams, opts ...ClientOption) (*GetSettingsOK, error)

	GetSystemInfo(params *GetSystemInfoParams, opts ...ClientOption) (*GetSystemInfoOK, error)

	GetSystemMemoryInfo(params *GetSystemMemoryInfoParams, opts ...ClientOption) (*GetSystemMemoryInfoOK, error)

	GetSystemResourcesInfo(params *GetSystemResourcesInfoParams, opts ...ClientOption) (*GetSystemResourcesInfoOK, error)

	GetThreadDumpJSON(params *GetThreadDumpJSONParams, opts ...ClientOption) (*GetThreadDumpJSONOK, error)

	GetThreadsInfo(params *GetThreadsInfoParams, opts ...ClientOption) (*GetThreadsInfoOK, error)

	GetUserList(params *GetUserListParams, opts ...ClientOption) (*GetUserListOK, error)

	GetVersion(params *GetVersionParams, opts ...ClientOption) (*GetVersionOK, error)

	IsAdmin(params *IsAdminParams, opts ...ClientOption) (*IsAdminOK, error)

	IsAuthenticatedRest(params *IsAuthenticatedRestParams, opts ...ClientOption) (*IsAuthenticatedRestOK, error)

	IsEnterpriseEdition(params *IsEnterpriseEditionParams, opts ...ClientOption) (*IsEnterpriseEditionOK, error)

	IsFirstLogin(params *IsFirstLoginParams, opts ...ClientOption) (*IsFirstLoginOK, error)

	IsInClusterMode(params *IsInClusterModeParams, opts ...ClientOption) (*IsInClusterModeOK, error)

	IsShutdownProperly(params *IsShutdownProperlyParams, opts ...ClientOption) (*IsShutdownProperlyOK, error)

	ResetBroadcast(params *ResetBroadcastParams, opts ...ClientOption) (*ResetBroadcastOK, error)

	SetShutdownStatus(params *SetShutdownStatusParams, opts ...ClientOption) (*SetShutdownStatusOK, 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 management rest service API client.

type CreateApplicationOK

type CreateApplicationOK struct {
	Payload *models.Result
}
CreateApplicationOK describes a response with status code 200, with default header values.

successful operation

func NewCreateApplicationOK

func NewCreateApplicationOK() *CreateApplicationOK

NewCreateApplicationOK creates a CreateApplicationOK with default headers values

func (*CreateApplicationOK) Error

func (o *CreateApplicationOK) Error() string

func (*CreateApplicationOK) GetPayload

func (o *CreateApplicationOK) GetPayload() *models.Result

type CreateApplicationParams

type CreateApplicationParams struct {

	/* AppName.

	   Name for the new application
	*/
	AppName string

	/* Body.

	   file
	*/
	Body models.InputStream

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

CreateApplicationParams contains all the parameters to send to the API endpoint

for the create application operation.

Typically these are written to a http.Request.

func NewCreateApplicationParams

func NewCreateApplicationParams() *CreateApplicationParams

NewCreateApplicationParams creates a new CreateApplicationParams 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 NewCreateApplicationParamsWithContext

func NewCreateApplicationParamsWithContext(ctx context.Context) *CreateApplicationParams

NewCreateApplicationParamsWithContext creates a new CreateApplicationParams object with the ability to set a context for a request.

func NewCreateApplicationParamsWithHTTPClient

func NewCreateApplicationParamsWithHTTPClient(client *http.Client) *CreateApplicationParams

NewCreateApplicationParamsWithHTTPClient creates a new CreateApplicationParams object with the ability to set a custom HTTPClient for a request.

func NewCreateApplicationParamsWithTimeout

func NewCreateApplicationParamsWithTimeout(timeout time.Duration) *CreateApplicationParams

NewCreateApplicationParamsWithTimeout creates a new CreateApplicationParams object with the ability to set a timeout on a request.

func (*CreateApplicationParams) SetAppName

func (o *CreateApplicationParams) SetAppName(appName string)

SetAppName adds the appName to the create application params

func (*CreateApplicationParams) SetBody

func (o *CreateApplicationParams) SetBody(body models.InputStream)

SetBody adds the body to the create application params

func (*CreateApplicationParams) SetContext

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

SetContext adds the context to the create application params

func (*CreateApplicationParams) SetDefaults

func (o *CreateApplicationParams) SetDefaults()

SetDefaults hydrates default values in the create application params (not the query body).

All values with no default are reset to their zero value.

func (*CreateApplicationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create application params

func (*CreateApplicationParams) SetTimeout

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

SetTimeout adds the timeout to the create application params

func (*CreateApplicationParams) WithAppName

func (o *CreateApplicationParams) WithAppName(appName string) *CreateApplicationParams

WithAppName adds the appName to the create application params

func (*CreateApplicationParams) WithBody

WithBody adds the body to the create application params

func (*CreateApplicationParams) WithContext

WithContext adds the context to the create application params

func (*CreateApplicationParams) WithDefaults

WithDefaults hydrates default values in the create application params (not the query body).

All values with no default are reset to their zero value.

func (*CreateApplicationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create application params

func (*CreateApplicationParams) WithTimeout

WithTimeout adds the timeout to the create application params

func (*CreateApplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateApplicationReader

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

CreateApplicationReader is a Reader for the CreateApplication structure.

func (*CreateApplicationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteApplicationOK

type DeleteApplicationOK struct {
	Payload *models.Result
}
DeleteApplicationOK describes a response with status code 200, with default header values.

successful operation

func NewDeleteApplicationOK

func NewDeleteApplicationOK() *DeleteApplicationOK

NewDeleteApplicationOK creates a DeleteApplicationOK with default headers values

func (*DeleteApplicationOK) Error

func (o *DeleteApplicationOK) Error() string

func (*DeleteApplicationOK) GetPayload

func (o *DeleteApplicationOK) GetPayload() *models.Result

type DeleteApplicationParams

type DeleteApplicationParams struct {

	/* AppName.

	   Name of the application to delete
	*/
	AppName string

	// DeleteDB.
	DeleteDB *bool

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

DeleteApplicationParams contains all the parameters to send to the API endpoint

for the delete application operation.

Typically these are written to a http.Request.

func NewDeleteApplicationParams

func NewDeleteApplicationParams() *DeleteApplicationParams

NewDeleteApplicationParams creates a new DeleteApplicationParams 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 NewDeleteApplicationParamsWithContext

func NewDeleteApplicationParamsWithContext(ctx context.Context) *DeleteApplicationParams

NewDeleteApplicationParamsWithContext creates a new DeleteApplicationParams object with the ability to set a context for a request.

func NewDeleteApplicationParamsWithHTTPClient

func NewDeleteApplicationParamsWithHTTPClient(client *http.Client) *DeleteApplicationParams

NewDeleteApplicationParamsWithHTTPClient creates a new DeleteApplicationParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteApplicationParamsWithTimeout

func NewDeleteApplicationParamsWithTimeout(timeout time.Duration) *DeleteApplicationParams

NewDeleteApplicationParamsWithTimeout creates a new DeleteApplicationParams object with the ability to set a timeout on a request.

func (*DeleteApplicationParams) SetAppName

func (o *DeleteApplicationParams) SetAppName(appName string)

SetAppName adds the appName to the delete application params

func (*DeleteApplicationParams) SetContext

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

SetContext adds the context to the delete application params

func (*DeleteApplicationParams) SetDefaults

func (o *DeleteApplicationParams) SetDefaults()

SetDefaults hydrates default values in the delete application params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteApplicationParams) SetDeleteDB

func (o *DeleteApplicationParams) SetDeleteDB(deleteDB *bool)

SetDeleteDB adds the deleteDB to the delete application params

func (*DeleteApplicationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete application params

func (*DeleteApplicationParams) SetTimeout

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

SetTimeout adds the timeout to the delete application params

func (*DeleteApplicationParams) WithAppName

func (o *DeleteApplicationParams) WithAppName(appName string) *DeleteApplicationParams

WithAppName adds the appName to the delete application params

func (*DeleteApplicationParams) WithContext

WithContext adds the context to the delete application params

func (*DeleteApplicationParams) WithDefaults

WithDefaults hydrates default values in the delete application params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteApplicationParams) WithDeleteDB

func (o *DeleteApplicationParams) WithDeleteDB(deleteDB *bool) *DeleteApplicationParams

WithDeleteDB adds the deleteDB to the delete application params

func (*DeleteApplicationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete application params

func (*DeleteApplicationParams) WithTimeout

WithTimeout adds the timeout to the delete application params

func (*DeleteApplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteApplicationReader

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

DeleteApplicationReader is a Reader for the DeleteApplication structure.

func (*DeleteApplicationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteUserOK

type DeleteUserOK struct {
	Payload []interface{}
}
DeleteUserOK describes a response with status code 200, with default header values.

successful operation

func NewDeleteUserOK

func NewDeleteUserOK() *DeleteUserOK

NewDeleteUserOK creates a DeleteUserOK with default headers values

func (*DeleteUserOK) Error

func (o *DeleteUserOK) Error() string

func (*DeleteUserOK) GetPayload

func (o *DeleteUserOK) GetPayload() []interface{}

type DeleteUserParams

type DeleteUserParams struct {

	/* Username.

	   User name or e-mail of the user to be deleted
	*/
	Username string

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

DeleteUserParams contains all the parameters to send to the API endpoint

for the delete user operation.

Typically these are written to a http.Request.

func NewDeleteUserParams

func NewDeleteUserParams() *DeleteUserParams

NewDeleteUserParams creates a new DeleteUserParams 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 NewDeleteUserParamsWithContext

func NewDeleteUserParamsWithContext(ctx context.Context) *DeleteUserParams

NewDeleteUserParamsWithContext creates a new DeleteUserParams object with the ability to set a context for a request.

func NewDeleteUserParamsWithHTTPClient

func NewDeleteUserParamsWithHTTPClient(client *http.Client) *DeleteUserParams

NewDeleteUserParamsWithHTTPClient creates a new DeleteUserParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUserParamsWithTimeout

func NewDeleteUserParamsWithTimeout(timeout time.Duration) *DeleteUserParams

NewDeleteUserParamsWithTimeout creates a new DeleteUserParams object with the ability to set a timeout on a request.

func (*DeleteUserParams) SetContext

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

SetContext adds the context to the delete user params

func (*DeleteUserParams) SetDefaults

func (o *DeleteUserParams) SetDefaults()

SetDefaults hydrates default values in the delete user params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete user params

func (*DeleteUserParams) SetTimeout

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

SetTimeout adds the timeout to the delete user params

func (*DeleteUserParams) SetUsername

func (o *DeleteUserParams) SetUsername(username string)

SetUsername adds the username to the delete user params

func (*DeleteUserParams) WithContext

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

WithContext adds the context to the delete user params

func (*DeleteUserParams) WithDefaults

func (o *DeleteUserParams) WithDefaults() *DeleteUserParams

WithDefaults hydrates default values in the delete user params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete user params

func (*DeleteUserParams) WithTimeout

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

WithTimeout adds the timeout to the delete user params

func (*DeleteUserParams) WithUsername

func (o *DeleteUserParams) WithUsername(username string) *DeleteUserParams

WithUsername adds the username to the delete user params

func (*DeleteUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteUserReader

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

DeleteUserReader is a Reader for the DeleteUser structure.

func (*DeleteUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppLiveStreamsOK

type GetAppLiveStreamsOK struct {
	Payload *models.Result
}
GetAppLiveStreamsOK describes a response with status code 200, with default header values.

successful operation

func NewGetAppLiveStreamsOK

func NewGetAppLiveStreamsOK() *GetAppLiveStreamsOK

NewGetAppLiveStreamsOK creates a GetAppLiveStreamsOK with default headers values

func (*GetAppLiveStreamsOK) Error

func (o *GetAppLiveStreamsOK) Error() string

func (*GetAppLiveStreamsOK) GetPayload

func (o *GetAppLiveStreamsOK) GetPayload() *models.Result

type GetAppLiveStreamsParams

type GetAppLiveStreamsParams struct {

	/* Appname.

	   Application name
	*/
	Appname string

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

GetAppLiveStreamsParams contains all the parameters to send to the API endpoint

for the get app live streams operation.

Typically these are written to a http.Request.

func NewGetAppLiveStreamsParams

func NewGetAppLiveStreamsParams() *GetAppLiveStreamsParams

NewGetAppLiveStreamsParams creates a new GetAppLiveStreamsParams 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 NewGetAppLiveStreamsParamsWithContext

func NewGetAppLiveStreamsParamsWithContext(ctx context.Context) *GetAppLiveStreamsParams

NewGetAppLiveStreamsParamsWithContext creates a new GetAppLiveStreamsParams object with the ability to set a context for a request.

func NewGetAppLiveStreamsParamsWithHTTPClient

func NewGetAppLiveStreamsParamsWithHTTPClient(client *http.Client) *GetAppLiveStreamsParams

NewGetAppLiveStreamsParamsWithHTTPClient creates a new GetAppLiveStreamsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAppLiveStreamsParamsWithTimeout

func NewGetAppLiveStreamsParamsWithTimeout(timeout time.Duration) *GetAppLiveStreamsParams

NewGetAppLiveStreamsParamsWithTimeout creates a new GetAppLiveStreamsParams object with the ability to set a timeout on a request.

func (*GetAppLiveStreamsParams) SetAppname

func (o *GetAppLiveStreamsParams) SetAppname(appname string)

SetAppname adds the appname to the get app live streams params

func (*GetAppLiveStreamsParams) SetContext

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

SetContext adds the context to the get app live streams params

func (*GetAppLiveStreamsParams) SetDefaults

func (o *GetAppLiveStreamsParams) SetDefaults()

SetDefaults hydrates default values in the get app live streams params (not the query body).

All values with no default are reset to their zero value.

func (*GetAppLiveStreamsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app live streams params

func (*GetAppLiveStreamsParams) SetTimeout

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

SetTimeout adds the timeout to the get app live streams params

func (*GetAppLiveStreamsParams) WithAppname

func (o *GetAppLiveStreamsParams) WithAppname(appname string) *GetAppLiveStreamsParams

WithAppname adds the appname to the get app live streams params

func (*GetAppLiveStreamsParams) WithContext

WithContext adds the context to the get app live streams params

func (*GetAppLiveStreamsParams) WithDefaults

WithDefaults hydrates default values in the get app live streams params (not the query body).

All values with no default are reset to their zero value.

func (*GetAppLiveStreamsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get app live streams params

func (*GetAppLiveStreamsParams) WithTimeout

WithTimeout adds the timeout to the get app live streams params

func (*GetAppLiveStreamsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAppLiveStreamsReader

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

GetAppLiveStreamsReader is a Reader for the GetAppLiveStreams structure.

func (*GetAppLiveStreamsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationInfoOK

type GetApplicationInfoOK struct {
	Payload *models.Result
}
GetApplicationInfoOK describes a response with status code 200, with default header values.

successful operation

func NewGetApplicationInfoOK

func NewGetApplicationInfoOK() *GetApplicationInfoOK

NewGetApplicationInfoOK creates a GetApplicationInfoOK with default headers values

func (*GetApplicationInfoOK) Error

func (o *GetApplicationInfoOK) Error() string

func (*GetApplicationInfoOK) GetPayload

func (o *GetApplicationInfoOK) GetPayload() *models.Result

type GetApplicationInfoParams

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

GetApplicationInfoParams contains all the parameters to send to the API endpoint

for the get application info operation.

Typically these are written to a http.Request.

func NewGetApplicationInfoParams

func NewGetApplicationInfoParams() *GetApplicationInfoParams

NewGetApplicationInfoParams creates a new GetApplicationInfoParams 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 NewGetApplicationInfoParamsWithContext

func NewGetApplicationInfoParamsWithContext(ctx context.Context) *GetApplicationInfoParams

NewGetApplicationInfoParamsWithContext creates a new GetApplicationInfoParams object with the ability to set a context for a request.

func NewGetApplicationInfoParamsWithHTTPClient

func NewGetApplicationInfoParamsWithHTTPClient(client *http.Client) *GetApplicationInfoParams

NewGetApplicationInfoParamsWithHTTPClient creates a new GetApplicationInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetApplicationInfoParamsWithTimeout

func NewGetApplicationInfoParamsWithTimeout(timeout time.Duration) *GetApplicationInfoParams

NewGetApplicationInfoParamsWithTimeout creates a new GetApplicationInfoParams object with the ability to set a timeout on a request.

func (*GetApplicationInfoParams) SetContext

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

SetContext adds the context to the get application info params

func (*GetApplicationInfoParams) SetDefaults

func (o *GetApplicationInfoParams) SetDefaults()

SetDefaults hydrates default values in the get application info params (not the query body).

All values with no default are reset to their zero value.

func (*GetApplicationInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get application info params

func (*GetApplicationInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get application info params

func (*GetApplicationInfoParams) WithContext

WithContext adds the context to the get application info params

func (*GetApplicationInfoParams) WithDefaults

WithDefaults hydrates default values in the get application info params (not the query body).

All values with no default are reset to their zero value.

func (*GetApplicationInfoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get application info params

func (*GetApplicationInfoParams) WithTimeout

WithTimeout adds the timeout to the get application info params

func (*GetApplicationInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationInfoReader

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

GetApplicationInfoReader is a Reader for the GetApplicationInfo structure.

func (*GetApplicationInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationsOK

type GetApplicationsOK struct {
	Payload *models.Result
}
GetApplicationsOK describes a response with status code 200, with default header values.

successful operation

func NewGetApplicationsOK

func NewGetApplicationsOK() *GetApplicationsOK

NewGetApplicationsOK creates a GetApplicationsOK with default headers values

func (*GetApplicationsOK) Error

func (o *GetApplicationsOK) Error() string

func (*GetApplicationsOK) GetPayload

func (o *GetApplicationsOK) GetPayload() *models.Result

type GetApplicationsParams

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

GetApplicationsParams contains all the parameters to send to the API endpoint

for the get applications operation.

Typically these are written to a http.Request.

func NewGetApplicationsParams

func NewGetApplicationsParams() *GetApplicationsParams

NewGetApplicationsParams creates a new GetApplicationsParams 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 NewGetApplicationsParamsWithContext

func NewGetApplicationsParamsWithContext(ctx context.Context) *GetApplicationsParams

NewGetApplicationsParamsWithContext creates a new GetApplicationsParams object with the ability to set a context for a request.

func NewGetApplicationsParamsWithHTTPClient

func NewGetApplicationsParamsWithHTTPClient(client *http.Client) *GetApplicationsParams

NewGetApplicationsParamsWithHTTPClient creates a new GetApplicationsParams object with the ability to set a custom HTTPClient for a request.

func NewGetApplicationsParamsWithTimeout

func NewGetApplicationsParamsWithTimeout(timeout time.Duration) *GetApplicationsParams

NewGetApplicationsParamsWithTimeout creates a new GetApplicationsParams object with the ability to set a timeout on a request.

func (*GetApplicationsParams) SetContext

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

SetContext adds the context to the get applications params

func (*GetApplicationsParams) SetDefaults

func (o *GetApplicationsParams) SetDefaults()

SetDefaults hydrates default values in the get applications params (not the query body).

All values with no default are reset to their zero value.

func (*GetApplicationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get applications params

func (*GetApplicationsParams) SetTimeout

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

SetTimeout adds the timeout to the get applications params

func (*GetApplicationsParams) WithContext

WithContext adds the context to the get applications params

func (*GetApplicationsParams) WithDefaults

func (o *GetApplicationsParams) WithDefaults() *GetApplicationsParams

WithDefaults hydrates default values in the get applications params (not the query body).

All values with no default are reset to their zero value.

func (*GetApplicationsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get applications params

func (*GetApplicationsParams) WithTimeout

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

WithTimeout adds the timeout to the get applications params

func (*GetApplicationsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetApplicationsReader

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

GetApplicationsReader is a Reader for the GetApplications structure.

func (*GetApplicationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBlockedStatusOK

type GetBlockedStatusOK struct {
	Payload *models.Result
}
GetBlockedStatusOK describes a response with status code 200, with default header values.

successful operation

func NewGetBlockedStatusOK

func NewGetBlockedStatusOK() *GetBlockedStatusOK

NewGetBlockedStatusOK creates a GetBlockedStatusOK with default headers values

func (*GetBlockedStatusOK) Error

func (o *GetBlockedStatusOK) Error() string

func (*GetBlockedStatusOK) GetPayload

func (o *GetBlockedStatusOK) GetPayload() *models.Result

type GetBlockedStatusParams

type GetBlockedStatusParams struct {

	/* Usermail.

	   User name or e-mail of the user to check it status
	*/
	Usermail string

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

GetBlockedStatusParams contains all the parameters to send to the API endpoint

for the get blocked status operation.

Typically these are written to a http.Request.

func NewGetBlockedStatusParams

func NewGetBlockedStatusParams() *GetBlockedStatusParams

NewGetBlockedStatusParams creates a new GetBlockedStatusParams 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 NewGetBlockedStatusParamsWithContext

func NewGetBlockedStatusParamsWithContext(ctx context.Context) *GetBlockedStatusParams

NewGetBlockedStatusParamsWithContext creates a new GetBlockedStatusParams object with the ability to set a context for a request.

func NewGetBlockedStatusParamsWithHTTPClient

func NewGetBlockedStatusParamsWithHTTPClient(client *http.Client) *GetBlockedStatusParams

NewGetBlockedStatusParamsWithHTTPClient creates a new GetBlockedStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetBlockedStatusParamsWithTimeout

func NewGetBlockedStatusParamsWithTimeout(timeout time.Duration) *GetBlockedStatusParams

NewGetBlockedStatusParamsWithTimeout creates a new GetBlockedStatusParams object with the ability to set a timeout on a request.

func (*GetBlockedStatusParams) SetContext

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

SetContext adds the context to the get blocked status params

func (*GetBlockedStatusParams) SetDefaults

func (o *GetBlockedStatusParams) SetDefaults()

SetDefaults hydrates default values in the get blocked status params (not the query body).

All values with no default are reset to their zero value.

func (*GetBlockedStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get blocked status params

func (*GetBlockedStatusParams) SetTimeout

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

SetTimeout adds the timeout to the get blocked status params

func (*GetBlockedStatusParams) SetUsermail

func (o *GetBlockedStatusParams) SetUsermail(usermail string)

SetUsermail adds the usermail to the get blocked status params

func (*GetBlockedStatusParams) WithContext

WithContext adds the context to the get blocked status params

func (*GetBlockedStatusParams) WithDefaults

WithDefaults hydrates default values in the get blocked status params (not the query body).

All values with no default are reset to their zero value.

func (*GetBlockedStatusParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get blocked status params

func (*GetBlockedStatusParams) WithTimeout

WithTimeout adds the timeout to the get blocked status params

func (*GetBlockedStatusParams) WithUsermail

func (o *GetBlockedStatusParams) WithUsermail(usermail string) *GetBlockedStatusParams

WithUsermail adds the usermail to the get blocked status params

func (*GetBlockedStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetBlockedStatusReader

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

GetBlockedStatusReader is a Reader for the GetBlockedStatus structure.

func (*GetBlockedStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCPUInfoOK

type GetCPUInfoOK struct {
	Payload *models.Result
}
GetCPUInfoOK describes a response with status code 200, with default header values.

successful operation

func NewGetCPUInfoOK

func NewGetCPUInfoOK() *GetCPUInfoOK

NewGetCPUInfoOK creates a GetCPUInfoOK with default headers values

func (*GetCPUInfoOK) Error

func (o *GetCPUInfoOK) Error() string

func (*GetCPUInfoOK) GetPayload

func (o *GetCPUInfoOK) GetPayload() *models.Result

type GetCPUInfoParams

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

GetCPUInfoParams contains all the parameters to send to the API endpoint

for the get CPU info operation.

Typically these are written to a http.Request.

func NewGetCPUInfoParams

func NewGetCPUInfoParams() *GetCPUInfoParams

NewGetCPUInfoParams creates a new GetCPUInfoParams 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 NewGetCPUInfoParamsWithContext

func NewGetCPUInfoParamsWithContext(ctx context.Context) *GetCPUInfoParams

NewGetCPUInfoParamsWithContext creates a new GetCPUInfoParams object with the ability to set a context for a request.

func NewGetCPUInfoParamsWithHTTPClient

func NewGetCPUInfoParamsWithHTTPClient(client *http.Client) *GetCPUInfoParams

NewGetCPUInfoParamsWithHTTPClient creates a new GetCPUInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetCPUInfoParamsWithTimeout

func NewGetCPUInfoParamsWithTimeout(timeout time.Duration) *GetCPUInfoParams

NewGetCPUInfoParamsWithTimeout creates a new GetCPUInfoParams object with the ability to set a timeout on a request.

func (*GetCPUInfoParams) SetContext

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

SetContext adds the context to the get CPU info params

func (*GetCPUInfoParams) SetDefaults

func (o *GetCPUInfoParams) SetDefaults()

SetDefaults hydrates default values in the get CPU info params (not the query body).

All values with no default are reset to their zero value.

func (*GetCPUInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get CPU info params

func (*GetCPUInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get CPU info params

func (*GetCPUInfoParams) WithContext

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

WithContext adds the context to the get CPU info params

func (*GetCPUInfoParams) WithDefaults

func (o *GetCPUInfoParams) WithDefaults() *GetCPUInfoParams

WithDefaults hydrates default values in the get CPU info params (not the query body).

All values with no default are reset to their zero value.

func (*GetCPUInfoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get CPU info params

func (*GetCPUInfoParams) WithTimeout

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

WithTimeout adds the timeout to the get CPU info params

func (*GetCPUInfoParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetCPUInfoReader

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

GetCPUInfoReader is a Reader for the GetCPUInfo structure.

func (*GetCPUInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFileSystemInfoOK

type GetFileSystemInfoOK struct {
	Payload *models.Result
}
GetFileSystemInfoOK describes a response with status code 200, with default header values.

successful operation

func NewGetFileSystemInfoOK

func NewGetFileSystemInfoOK() *GetFileSystemInfoOK

NewGetFileSystemInfoOK creates a GetFileSystemInfoOK with default headers values

func (*GetFileSystemInfoOK) Error

func (o *GetFileSystemInfoOK) Error() string

func (*GetFileSystemInfoOK) GetPayload

func (o *GetFileSystemInfoOK) GetPayload() *models.Result

type GetFileSystemInfoParams

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

GetFileSystemInfoParams contains all the parameters to send to the API endpoint

for the get file system info operation.

Typically these are written to a http.Request.

func NewGetFileSystemInfoParams

func NewGetFileSystemInfoParams() *GetFileSystemInfoParams

NewGetFileSystemInfoParams creates a new GetFileSystemInfoParams 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 NewGetFileSystemInfoParamsWithContext

func NewGetFileSystemInfoParamsWithContext(ctx context.Context) *GetFileSystemInfoParams

NewGetFileSystemInfoParamsWithContext creates a new GetFileSystemInfoParams object with the ability to set a context for a request.

func NewGetFileSystemInfoParamsWithHTTPClient

func NewGetFileSystemInfoParamsWithHTTPClient(client *http.Client) *GetFileSystemInfoParams

NewGetFileSystemInfoParamsWithHTTPClient creates a new GetFileSystemInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetFileSystemInfoParamsWithTimeout

func NewGetFileSystemInfoParamsWithTimeout(timeout time.Duration) *GetFileSystemInfoParams

NewGetFileSystemInfoParamsWithTimeout creates a new GetFileSystemInfoParams object with the ability to set a timeout on a request.

func (*GetFileSystemInfoParams) SetContext

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

SetContext adds the context to the get file system info params

func (*GetFileSystemInfoParams) SetDefaults

func (o *GetFileSystemInfoParams) SetDefaults()

SetDefaults hydrates default values in the get file system info params (not the query body).

All values with no default are reset to their zero value.

func (*GetFileSystemInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get file system info params

func (*GetFileSystemInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get file system info params

func (*GetFileSystemInfoParams) WithContext

WithContext adds the context to the get file system info params

func (*GetFileSystemInfoParams) WithDefaults

WithDefaults hydrates default values in the get file system info params (not the query body).

All values with no default are reset to their zero value.

func (*GetFileSystemInfoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get file system info params

func (*GetFileSystemInfoParams) WithTimeout

WithTimeout adds the timeout to the get file system info params

func (*GetFileSystemInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFileSystemInfoReader

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

GetFileSystemInfoReader is a Reader for the GetFileSystemInfo structure.

func (*GetFileSystemInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGPUInfoOK

type GetGPUInfoOK struct {
	Payload *models.Result
}
GetGPUInfoOK describes a response with status code 200, with default header values.

successful operation

func NewGetGPUInfoOK

func NewGetGPUInfoOK() *GetGPUInfoOK

NewGetGPUInfoOK creates a GetGPUInfoOK with default headers values

func (*GetGPUInfoOK) Error

func (o *GetGPUInfoOK) Error() string

func (*GetGPUInfoOK) GetPayload

func (o *GetGPUInfoOK) GetPayload() *models.Result

type GetGPUInfoParams

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

GetGPUInfoParams contains all the parameters to send to the API endpoint

for the get g p u info operation.

Typically these are written to a http.Request.

func NewGetGPUInfoParams

func NewGetGPUInfoParams() *GetGPUInfoParams

NewGetGPUInfoParams creates a new GetGPUInfoParams 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 NewGetGPUInfoParamsWithContext

func NewGetGPUInfoParamsWithContext(ctx context.Context) *GetGPUInfoParams

NewGetGPUInfoParamsWithContext creates a new GetGPUInfoParams object with the ability to set a context for a request.

func NewGetGPUInfoParamsWithHTTPClient

func NewGetGPUInfoParamsWithHTTPClient(client *http.Client) *GetGPUInfoParams

NewGetGPUInfoParamsWithHTTPClient creates a new GetGPUInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetGPUInfoParamsWithTimeout

func NewGetGPUInfoParamsWithTimeout(timeout time.Duration) *GetGPUInfoParams

NewGetGPUInfoParamsWithTimeout creates a new GetGPUInfoParams object with the ability to set a timeout on a request.

func (*GetGPUInfoParams) SetContext

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

SetContext adds the context to the get g p u info params

func (*GetGPUInfoParams) SetDefaults

func (o *GetGPUInfoParams) SetDefaults()

SetDefaults hydrates default values in the get g p u info params (not the query body).

All values with no default are reset to their zero value.

func (*GetGPUInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get g p u info params

func (*GetGPUInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get g p u info params

func (*GetGPUInfoParams) WithContext

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

WithContext adds the context to the get g p u info params

func (*GetGPUInfoParams) WithDefaults

func (o *GetGPUInfoParams) WithDefaults() *GetGPUInfoParams

WithDefaults hydrates default values in the get g p u info params (not the query body).

All values with no default are reset to their zero value.

func (*GetGPUInfoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get g p u info params

func (*GetGPUInfoParams) WithTimeout

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

WithTimeout adds the timeout to the get g p u info params

func (*GetGPUInfoParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetGPUInfoReader

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

GetGPUInfoReader is a Reader for the GetGPUInfo structure.

func (*GetGPUInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetHeapDumpOK

type GetHeapDumpOK struct {
	Payload *models.Result
}
GetHeapDumpOK describes a response with status code 200, with default header values.

Returns the heap dump

func NewGetHeapDumpOK

func NewGetHeapDumpOK() *GetHeapDumpOK

NewGetHeapDumpOK creates a GetHeapDumpOK with default headers values

func (*GetHeapDumpOK) Error

func (o *GetHeapDumpOK) Error() string

func (*GetHeapDumpOK) GetPayload

func (o *GetHeapDumpOK) GetPayload() *models.Result

type GetHeapDumpParams

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

GetHeapDumpParams contains all the parameters to send to the API endpoint

for the get heap dump operation.

Typically these are written to a http.Request.

func NewGetHeapDumpParams

func NewGetHeapDumpParams() *GetHeapDumpParams

NewGetHeapDumpParams creates a new GetHeapDumpParams 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 NewGetHeapDumpParamsWithContext

func NewGetHeapDumpParamsWithContext(ctx context.Context) *GetHeapDumpParams

NewGetHeapDumpParamsWithContext creates a new GetHeapDumpParams object with the ability to set a context for a request.

func NewGetHeapDumpParamsWithHTTPClient

func NewGetHeapDumpParamsWithHTTPClient(client *http.Client) *GetHeapDumpParams

NewGetHeapDumpParamsWithHTTPClient creates a new GetHeapDumpParams object with the ability to set a custom HTTPClient for a request.

func NewGetHeapDumpParamsWithTimeout

func NewGetHeapDumpParamsWithTimeout(timeout time.Duration) *GetHeapDumpParams

NewGetHeapDumpParamsWithTimeout creates a new GetHeapDumpParams object with the ability to set a timeout on a request.

func (*GetHeapDumpParams) SetContext

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

SetContext adds the context to the get heap dump params

func (*GetHeapDumpParams) SetDefaults

func (o *GetHeapDumpParams) SetDefaults()

SetDefaults hydrates default values in the get heap dump params (not the query body).

All values with no default are reset to their zero value.

func (*GetHeapDumpParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get heap dump params

func (*GetHeapDumpParams) SetTimeout

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

SetTimeout adds the timeout to the get heap dump params

func (*GetHeapDumpParams) WithContext

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

WithContext adds the context to the get heap dump params

func (*GetHeapDumpParams) WithDefaults

func (o *GetHeapDumpParams) WithDefaults() *GetHeapDumpParams

WithDefaults hydrates default values in the get heap dump params (not the query body).

All values with no default are reset to their zero value.

func (*GetHeapDumpParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get heap dump params

func (*GetHeapDumpParams) WithTimeout

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

WithTimeout adds the timeout to the get heap dump params

func (*GetHeapDumpParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetHeapDumpReader

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

GetHeapDumpReader is a Reader for the GetHeapDump structure.

func (*GetHeapDumpReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetJVMMemoryInfoOK

type GetJVMMemoryInfoOK struct {
	Payload *models.Result
}
GetJVMMemoryInfoOK describes a response with status code 200, with default header values.

successful operation

func NewGetJVMMemoryInfoOK

func NewGetJVMMemoryInfoOK() *GetJVMMemoryInfoOK

NewGetJVMMemoryInfoOK creates a GetJVMMemoryInfoOK with default headers values

func (*GetJVMMemoryInfoOK) Error

func (o *GetJVMMemoryInfoOK) Error() string

func (*GetJVMMemoryInfoOK) GetPayload

func (o *GetJVMMemoryInfoOK) GetPayload() *models.Result

type GetJVMMemoryInfoParams

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

GetJVMMemoryInfoParams contains all the parameters to send to the API endpoint

for the get j VM memory info operation.

Typically these are written to a http.Request.

func NewGetJVMMemoryInfoParams

func NewGetJVMMemoryInfoParams() *GetJVMMemoryInfoParams

NewGetJVMMemoryInfoParams creates a new GetJVMMemoryInfoParams 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 NewGetJVMMemoryInfoParamsWithContext

func NewGetJVMMemoryInfoParamsWithContext(ctx context.Context) *GetJVMMemoryInfoParams

NewGetJVMMemoryInfoParamsWithContext creates a new GetJVMMemoryInfoParams object with the ability to set a context for a request.

func NewGetJVMMemoryInfoParamsWithHTTPClient

func NewGetJVMMemoryInfoParamsWithHTTPClient(client *http.Client) *GetJVMMemoryInfoParams

NewGetJVMMemoryInfoParamsWithHTTPClient creates a new GetJVMMemoryInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetJVMMemoryInfoParamsWithTimeout

func NewGetJVMMemoryInfoParamsWithTimeout(timeout time.Duration) *GetJVMMemoryInfoParams

NewGetJVMMemoryInfoParamsWithTimeout creates a new GetJVMMemoryInfoParams object with the ability to set a timeout on a request.

func (*GetJVMMemoryInfoParams) SetContext

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

SetContext adds the context to the get j VM memory info params

func (*GetJVMMemoryInfoParams) SetDefaults

func (o *GetJVMMemoryInfoParams) SetDefaults()

SetDefaults hydrates default values in the get j VM memory info params (not the query body).

All values with no default are reset to their zero value.

func (*GetJVMMemoryInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get j VM memory info params

func (*GetJVMMemoryInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get j VM memory info params

func (*GetJVMMemoryInfoParams) WithContext

WithContext adds the context to the get j VM memory info params

func (*GetJVMMemoryInfoParams) WithDefaults

WithDefaults hydrates default values in the get j VM memory info params (not the query body).

All values with no default are reset to their zero value.

func (*GetJVMMemoryInfoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get j VM memory info params

func (*GetJVMMemoryInfoParams) WithTimeout

WithTimeout adds the timeout to the get j VM memory info params

func (*GetJVMMemoryInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetJVMMemoryInfoReader

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

GetJVMMemoryInfoReader is a Reader for the GetJVMMemoryInfo structure.

func (*GetJVMMemoryInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLicenceStatusOK

type GetLicenceStatusOK struct {
	Payload *models.Result
}
GetLicenceStatusOK describes a response with status code 200, with default header values.

successful operation

func NewGetLicenceStatusOK

func NewGetLicenceStatusOK() *GetLicenceStatusOK

NewGetLicenceStatusOK creates a GetLicenceStatusOK with default headers values

func (*GetLicenceStatusOK) Error

func (o *GetLicenceStatusOK) Error() string

func (*GetLicenceStatusOK) GetPayload

func (o *GetLicenceStatusOK) GetPayload() *models.Result

type GetLicenceStatusParams

type GetLicenceStatusParams struct {

	/* Key.

	   License key
	*/
	Key string

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

GetLicenceStatusParams contains all the parameters to send to the API endpoint

for the get licence status operation.

Typically these are written to a http.Request.

func NewGetLicenceStatusParams

func NewGetLicenceStatusParams() *GetLicenceStatusParams

NewGetLicenceStatusParams creates a new GetLicenceStatusParams 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 NewGetLicenceStatusParamsWithContext

func NewGetLicenceStatusParamsWithContext(ctx context.Context) *GetLicenceStatusParams

NewGetLicenceStatusParamsWithContext creates a new GetLicenceStatusParams object with the ability to set a context for a request.

func NewGetLicenceStatusParamsWithHTTPClient

func NewGetLicenceStatusParamsWithHTTPClient(client *http.Client) *GetLicenceStatusParams

NewGetLicenceStatusParamsWithHTTPClient creates a new GetLicenceStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetLicenceStatusParamsWithTimeout

func NewGetLicenceStatusParamsWithTimeout(timeout time.Duration) *GetLicenceStatusParams

NewGetLicenceStatusParamsWithTimeout creates a new GetLicenceStatusParams object with the ability to set a timeout on a request.

func (*GetLicenceStatusParams) SetContext

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

SetContext adds the context to the get licence status params

func (*GetLicenceStatusParams) SetDefaults

func (o *GetLicenceStatusParams) SetDefaults()

SetDefaults hydrates default values in the get licence status params (not the query body).

All values with no default are reset to their zero value.

func (*GetLicenceStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get licence status params

func (*GetLicenceStatusParams) SetKey

func (o *GetLicenceStatusParams) SetKey(key string)

SetKey adds the key to the get licence status params

func (*GetLicenceStatusParams) SetTimeout

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

SetTimeout adds the timeout to the get licence status params

func (*GetLicenceStatusParams) WithContext

WithContext adds the context to the get licence status params

func (*GetLicenceStatusParams) WithDefaults

WithDefaults hydrates default values in the get licence status params (not the query body).

All values with no default are reset to their zero value.

func (*GetLicenceStatusParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get licence status params

func (*GetLicenceStatusParams) WithKey

WithKey adds the key to the get licence status params

func (*GetLicenceStatusParams) WithTimeout

WithTimeout adds the timeout to the get licence status params

func (*GetLicenceStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLicenceStatusReader

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

GetLicenceStatusReader is a Reader for the GetLicenceStatus structure.

func (*GetLicenceStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLiveClientsSizeOK

type GetLiveClientsSizeOK struct {
	Payload *models.Result
}
GetLiveClientsSizeOK describes a response with status code 200, with default header values.

successful operation

func NewGetLiveClientsSizeOK

func NewGetLiveClientsSizeOK() *GetLiveClientsSizeOK

NewGetLiveClientsSizeOK creates a GetLiveClientsSizeOK with default headers values

func (*GetLiveClientsSizeOK) Error

func (o *GetLiveClientsSizeOK) Error() string

func (*GetLiveClientsSizeOK) GetPayload

func (o *GetLiveClientsSizeOK) GetPayload() *models.Result

type GetLiveClientsSizeParams

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

GetLiveClientsSizeParams contains all the parameters to send to the API endpoint

for the get live clients size operation.

Typically these are written to a http.Request.

func NewGetLiveClientsSizeParams

func NewGetLiveClientsSizeParams() *GetLiveClientsSizeParams

NewGetLiveClientsSizeParams creates a new GetLiveClientsSizeParams 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 NewGetLiveClientsSizeParamsWithContext

func NewGetLiveClientsSizeParamsWithContext(ctx context.Context) *GetLiveClientsSizeParams

NewGetLiveClientsSizeParamsWithContext creates a new GetLiveClientsSizeParams object with the ability to set a context for a request.

func NewGetLiveClientsSizeParamsWithHTTPClient

func NewGetLiveClientsSizeParamsWithHTTPClient(client *http.Client) *GetLiveClientsSizeParams

NewGetLiveClientsSizeParamsWithHTTPClient creates a new GetLiveClientsSizeParams object with the ability to set a custom HTTPClient for a request.

func NewGetLiveClientsSizeParamsWithTimeout

func NewGetLiveClientsSizeParamsWithTimeout(timeout time.Duration) *GetLiveClientsSizeParams

NewGetLiveClientsSizeParamsWithTimeout creates a new GetLiveClientsSizeParams object with the ability to set a timeout on a request.

func (*GetLiveClientsSizeParams) SetContext

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

SetContext adds the context to the get live clients size params

func (*GetLiveClientsSizeParams) SetDefaults

func (o *GetLiveClientsSizeParams) SetDefaults()

SetDefaults hydrates default values in the get live clients size params (not the query body).

All values with no default are reset to their zero value.

func (*GetLiveClientsSizeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get live clients size params

func (*GetLiveClientsSizeParams) SetTimeout

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

SetTimeout adds the timeout to the get live clients size params

func (*GetLiveClientsSizeParams) WithContext

WithContext adds the context to the get live clients size params

func (*GetLiveClientsSizeParams) WithDefaults

WithDefaults hydrates default values in the get live clients size params (not the query body).

All values with no default are reset to their zero value.

func (*GetLiveClientsSizeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get live clients size params

func (*GetLiveClientsSizeParams) WithTimeout

WithTimeout adds the timeout to the get live clients size params

func (*GetLiveClientsSizeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLiveClientsSizeReader

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

GetLiveClientsSizeReader is a Reader for the GetLiveClientsSize structure.

func (*GetLiveClientsSizeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLogFileOK

type GetLogFileOK struct {
	Payload *models.Result
}
GetLogFileOK describes a response with status code 200, with default header values.

successful operation

func NewGetLogFileOK

func NewGetLogFileOK() *GetLogFileOK

NewGetLogFileOK creates a GetLogFileOK with default headers values

func (*GetLogFileOK) Error

func (o *GetLogFileOK) Error() string

func (*GetLogFileOK) GetPayload

func (o *GetLogFileOK) GetPayload() *models.Result

type GetLogFileParams

type GetLogFileParams struct {

	/* CharSize.

	   Char size of the log

	   Format: int32
	*/
	CharSize int32

	/* LogType.

	   Log type. ERROR can be used to get only error logs
	*/
	LogType string

	/* OffsetSize.

	   Offset of the retrieved log

	   Format: int64
	*/
	OffsetSize int64

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

GetLogFileParams contains all the parameters to send to the API endpoint

for the get log file operation.

Typically these are written to a http.Request.

func NewGetLogFileParams

func NewGetLogFileParams() *GetLogFileParams

NewGetLogFileParams creates a new GetLogFileParams 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 NewGetLogFileParamsWithContext

func NewGetLogFileParamsWithContext(ctx context.Context) *GetLogFileParams

NewGetLogFileParamsWithContext creates a new GetLogFileParams object with the ability to set a context for a request.

func NewGetLogFileParamsWithHTTPClient

func NewGetLogFileParamsWithHTTPClient(client *http.Client) *GetLogFileParams

NewGetLogFileParamsWithHTTPClient creates a new GetLogFileParams object with the ability to set a custom HTTPClient for a request.

func NewGetLogFileParamsWithTimeout

func NewGetLogFileParamsWithTimeout(timeout time.Duration) *GetLogFileParams

NewGetLogFileParamsWithTimeout creates a new GetLogFileParams object with the ability to set a timeout on a request.

func (*GetLogFileParams) SetCharSize

func (o *GetLogFileParams) SetCharSize(charSize int32)

SetCharSize adds the charSize to the get log file params

func (*GetLogFileParams) SetContext

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

SetContext adds the context to the get log file params

func (*GetLogFileParams) SetDefaults

func (o *GetLogFileParams) SetDefaults()

SetDefaults hydrates default values in the get log file params (not the query body).

All values with no default are reset to their zero value.

func (*GetLogFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get log file params

func (*GetLogFileParams) SetLogType

func (o *GetLogFileParams) SetLogType(logType string)

SetLogType adds the logType to the get log file params

func (*GetLogFileParams) SetOffsetSize

func (o *GetLogFileParams) SetOffsetSize(offsetSize int64)

SetOffsetSize adds the offsetSize to the get log file params

func (*GetLogFileParams) SetTimeout

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

SetTimeout adds the timeout to the get log file params

func (*GetLogFileParams) WithCharSize

func (o *GetLogFileParams) WithCharSize(charSize int32) *GetLogFileParams

WithCharSize adds the charSize to the get log file params

func (*GetLogFileParams) WithContext

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

WithContext adds the context to the get log file params

func (*GetLogFileParams) WithDefaults

func (o *GetLogFileParams) WithDefaults() *GetLogFileParams

WithDefaults hydrates default values in the get log file params (not the query body).

All values with no default are reset to their zero value.

func (*GetLogFileParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get log file params

func (*GetLogFileParams) WithLogType

func (o *GetLogFileParams) WithLogType(logType string) *GetLogFileParams

WithLogType adds the logType to the get log file params

func (*GetLogFileParams) WithOffsetSize

func (o *GetLogFileParams) WithOffsetSize(offsetSize int64) *GetLogFileParams

WithOffsetSize adds the offsetSize to the get log file params

func (*GetLogFileParams) WithTimeout

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

WithTimeout adds the timeout to the get log file params

func (*GetLogFileParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetLogFileReader

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

GetLogFileReader is a Reader for the GetLogFile structure.

func (*GetLogFileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetServerSettingsOK

type GetServerSettingsOK struct {
	Payload *models.Result
}
GetServerSettingsOK describes a response with status code 200, with default header values.

successful operation

func NewGetServerSettingsOK

func NewGetServerSettingsOK() *GetServerSettingsOK

NewGetServerSettingsOK creates a GetServerSettingsOK with default headers values

func (*GetServerSettingsOK) Error

func (o *GetServerSettingsOK) Error() string

func (*GetServerSettingsOK) GetPayload

func (o *GetServerSettingsOK) GetPayload() *models.Result

type GetServerSettingsParams

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

GetServerSettingsParams contains all the parameters to send to the API endpoint

for the get server settings operation.

Typically these are written to a http.Request.

func NewGetServerSettingsParams

func NewGetServerSettingsParams() *GetServerSettingsParams

NewGetServerSettingsParams creates a new GetServerSettingsParams 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 NewGetServerSettingsParamsWithContext

func NewGetServerSettingsParamsWithContext(ctx context.Context) *GetServerSettingsParams

NewGetServerSettingsParamsWithContext creates a new GetServerSettingsParams object with the ability to set a context for a request.

func NewGetServerSettingsParamsWithHTTPClient

func NewGetServerSettingsParamsWithHTTPClient(client *http.Client) *GetServerSettingsParams

NewGetServerSettingsParamsWithHTTPClient creates a new GetServerSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetServerSettingsParamsWithTimeout

func NewGetServerSettingsParamsWithTimeout(timeout time.Duration) *GetServerSettingsParams

NewGetServerSettingsParamsWithTimeout creates a new GetServerSettingsParams object with the ability to set a timeout on a request.

func (*GetServerSettingsParams) SetContext

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

SetContext adds the context to the get server settings params

func (*GetServerSettingsParams) SetDefaults

func (o *GetServerSettingsParams) SetDefaults()

SetDefaults hydrates default values in the get server settings params (not the query body).

All values with no default are reset to their zero value.

func (*GetServerSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get server settings params

func (*GetServerSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get server settings params

func (*GetServerSettingsParams) WithContext

WithContext adds the context to the get server settings params

func (*GetServerSettingsParams) WithDefaults

WithDefaults hydrates default values in the get server settings params (not the query body).

All values with no default are reset to their zero value.

func (*GetServerSettingsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get server settings params

func (*GetServerSettingsParams) WithTimeout

WithTimeout adds the timeout to the get server settings params

func (*GetServerSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetServerSettingsReader

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

GetServerSettingsReader is a Reader for the GetServerSettings structure.

func (*GetServerSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetServerTimeOK

type GetServerTimeOK struct {
	Payload *models.Result
}
GetServerTimeOK describes a response with status code 200, with default header values.

successful operation

func NewGetServerTimeOK

func NewGetServerTimeOK() *GetServerTimeOK

NewGetServerTimeOK creates a GetServerTimeOK with default headers values

func (*GetServerTimeOK) Error

func (o *GetServerTimeOK) Error() string

func (*GetServerTimeOK) GetPayload

func (o *GetServerTimeOK) GetPayload() *models.Result

type GetServerTimeParams

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

GetServerTimeParams contains all the parameters to send to the API endpoint

for the get server time operation.

Typically these are written to a http.Request.

func NewGetServerTimeParams

func NewGetServerTimeParams() *GetServerTimeParams

NewGetServerTimeParams creates a new GetServerTimeParams 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 NewGetServerTimeParamsWithContext

func NewGetServerTimeParamsWithContext(ctx context.Context) *GetServerTimeParams

NewGetServerTimeParamsWithContext creates a new GetServerTimeParams object with the ability to set a context for a request.

func NewGetServerTimeParamsWithHTTPClient

func NewGetServerTimeParamsWithHTTPClient(client *http.Client) *GetServerTimeParams

NewGetServerTimeParamsWithHTTPClient creates a new GetServerTimeParams object with the ability to set a custom HTTPClient for a request.

func NewGetServerTimeParamsWithTimeout

func NewGetServerTimeParamsWithTimeout(timeout time.Duration) *GetServerTimeParams

NewGetServerTimeParamsWithTimeout creates a new GetServerTimeParams object with the ability to set a timeout on a request.

func (*GetServerTimeParams) SetContext

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

SetContext adds the context to the get server time params

func (*GetServerTimeParams) SetDefaults

func (o *GetServerTimeParams) SetDefaults()

SetDefaults hydrates default values in the get server time params (not the query body).

All values with no default are reset to their zero value.

func (*GetServerTimeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get server time params

func (*GetServerTimeParams) SetTimeout

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

SetTimeout adds the timeout to the get server time params

func (*GetServerTimeParams) WithContext

WithContext adds the context to the get server time params

func (*GetServerTimeParams) WithDefaults

func (o *GetServerTimeParams) WithDefaults() *GetServerTimeParams

WithDefaults hydrates default values in the get server time params (not the query body).

All values with no default are reset to their zero value.

func (*GetServerTimeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get server time params

func (*GetServerTimeParams) WithTimeout

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

WithTimeout adds the timeout to the get server time params

func (*GetServerTimeParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetServerTimeReader

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

GetServerTimeReader is a Reader for the GetServerTime structure.

func (*GetServerTimeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSettingsOK

type GetSettingsOK struct {
	Payload *models.Result
}
GetSettingsOK describes a response with status code 200, with default header values.

successful operation

func NewGetSettingsOK

func NewGetSettingsOK() *GetSettingsOK

NewGetSettingsOK creates a GetSettingsOK with default headers values

func (*GetSettingsOK) Error

func (o *GetSettingsOK) Error() string

func (*GetSettingsOK) GetPayload

func (o *GetSettingsOK) GetPayload() *models.Result

type GetSettingsParams

type GetSettingsParams struct {

	/* Appname.

	   Application name
	*/
	Appname string

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

GetSettingsParams contains all the parameters to send to the API endpoint

for the get settings operation.

Typically these are written to a http.Request.

func NewGetSettingsParams

func NewGetSettingsParams() *GetSettingsParams

NewGetSettingsParams creates a new GetSettingsParams 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 NewGetSettingsParamsWithContext

func NewGetSettingsParamsWithContext(ctx context.Context) *GetSettingsParams

NewGetSettingsParamsWithContext creates a new GetSettingsParams object with the ability to set a context for a request.

func NewGetSettingsParamsWithHTTPClient

func NewGetSettingsParamsWithHTTPClient(client *http.Client) *GetSettingsParams

NewGetSettingsParamsWithHTTPClient creates a new GetSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetSettingsParamsWithTimeout

func NewGetSettingsParamsWithTimeout(timeout time.Duration) *GetSettingsParams

NewGetSettingsParamsWithTimeout creates a new GetSettingsParams object with the ability to set a timeout on a request.

func (*GetSettingsParams) SetAppname

func (o *GetSettingsParams) SetAppname(appname string)

SetAppname adds the appname to the get settings params

func (*GetSettingsParams) SetContext

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

SetContext adds the context to the get settings params

func (*GetSettingsParams) SetDefaults

func (o *GetSettingsParams) SetDefaults()

SetDefaults hydrates default values in the get settings params (not the query body).

All values with no default are reset to their zero value.

func (*GetSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get settings params

func (*GetSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get settings params

func (*GetSettingsParams) WithAppname

func (o *GetSettingsParams) WithAppname(appname string) *GetSettingsParams

WithAppname adds the appname to the get settings params

func (*GetSettingsParams) WithContext

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

WithContext adds the context to the get settings params

func (*GetSettingsParams) WithDefaults

func (o *GetSettingsParams) WithDefaults() *GetSettingsParams

WithDefaults hydrates default values in the get settings params (not the query body).

All values with no default are reset to their zero value.

func (*GetSettingsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get settings params

func (*GetSettingsParams) WithTimeout

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

WithTimeout adds the timeout to the get settings params

func (*GetSettingsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSettingsReader

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

GetSettingsReader is a Reader for the GetSettings structure.

func (*GetSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSystemInfoOK

type GetSystemInfoOK struct {
	Payload *models.Result
}
GetSystemInfoOK describes a response with status code 200, with default header values.

successful operation

func NewGetSystemInfoOK

func NewGetSystemInfoOK() *GetSystemInfoOK

NewGetSystemInfoOK creates a GetSystemInfoOK with default headers values

func (*GetSystemInfoOK) Error

func (o *GetSystemInfoOK) Error() string

func (*GetSystemInfoOK) GetPayload

func (o *GetSystemInfoOK) GetPayload() *models.Result

type GetSystemInfoParams

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

GetSystemInfoParams contains all the parameters to send to the API endpoint

for the get system info operation.

Typically these are written to a http.Request.

func NewGetSystemInfoParams

func NewGetSystemInfoParams() *GetSystemInfoParams

NewGetSystemInfoParams creates a new GetSystemInfoParams 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 NewGetSystemInfoParamsWithContext

func NewGetSystemInfoParamsWithContext(ctx context.Context) *GetSystemInfoParams

NewGetSystemInfoParamsWithContext creates a new GetSystemInfoParams object with the ability to set a context for a request.

func NewGetSystemInfoParamsWithHTTPClient

func NewGetSystemInfoParamsWithHTTPClient(client *http.Client) *GetSystemInfoParams

NewGetSystemInfoParamsWithHTTPClient creates a new GetSystemInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetSystemInfoParamsWithTimeout

func NewGetSystemInfoParamsWithTimeout(timeout time.Duration) *GetSystemInfoParams

NewGetSystemInfoParamsWithTimeout creates a new GetSystemInfoParams object with the ability to set a timeout on a request.

func (*GetSystemInfoParams) SetContext

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

SetContext adds the context to the get system info params

func (*GetSystemInfoParams) SetDefaults

func (o *GetSystemInfoParams) SetDefaults()

SetDefaults hydrates default values in the get system info params (not the query body).

All values with no default are reset to their zero value.

func (*GetSystemInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get system info params

func (*GetSystemInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get system info params

func (*GetSystemInfoParams) WithContext

WithContext adds the context to the get system info params

func (*GetSystemInfoParams) WithDefaults

func (o *GetSystemInfoParams) WithDefaults() *GetSystemInfoParams

WithDefaults hydrates default values in the get system info params (not the query body).

All values with no default are reset to their zero value.

func (*GetSystemInfoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get system info params

func (*GetSystemInfoParams) WithTimeout

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

WithTimeout adds the timeout to the get system info params

func (*GetSystemInfoParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSystemInfoReader

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

GetSystemInfoReader is a Reader for the GetSystemInfo structure.

func (*GetSystemInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSystemMemoryInfoOK

type GetSystemMemoryInfoOK struct {
	Payload *models.Result
}
GetSystemMemoryInfoOK describes a response with status code 200, with default header values.

successful operation

func NewGetSystemMemoryInfoOK

func NewGetSystemMemoryInfoOK() *GetSystemMemoryInfoOK

NewGetSystemMemoryInfoOK creates a GetSystemMemoryInfoOK with default headers values

func (*GetSystemMemoryInfoOK) Error

func (o *GetSystemMemoryInfoOK) Error() string

func (*GetSystemMemoryInfoOK) GetPayload

func (o *GetSystemMemoryInfoOK) GetPayload() *models.Result

type GetSystemMemoryInfoParams

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

GetSystemMemoryInfoParams contains all the parameters to send to the API endpoint

for the get system memory info operation.

Typically these are written to a http.Request.

func NewGetSystemMemoryInfoParams

func NewGetSystemMemoryInfoParams() *GetSystemMemoryInfoParams

NewGetSystemMemoryInfoParams creates a new GetSystemMemoryInfoParams 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 NewGetSystemMemoryInfoParamsWithContext

func NewGetSystemMemoryInfoParamsWithContext(ctx context.Context) *GetSystemMemoryInfoParams

NewGetSystemMemoryInfoParamsWithContext creates a new GetSystemMemoryInfoParams object with the ability to set a context for a request.

func NewGetSystemMemoryInfoParamsWithHTTPClient

func NewGetSystemMemoryInfoParamsWithHTTPClient(client *http.Client) *GetSystemMemoryInfoParams

NewGetSystemMemoryInfoParamsWithHTTPClient creates a new GetSystemMemoryInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetSystemMemoryInfoParamsWithTimeout

func NewGetSystemMemoryInfoParamsWithTimeout(timeout time.Duration) *GetSystemMemoryInfoParams

NewGetSystemMemoryInfoParamsWithTimeout creates a new GetSystemMemoryInfoParams object with the ability to set a timeout on a request.

func (*GetSystemMemoryInfoParams) SetContext

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

SetContext adds the context to the get system memory info params

func (*GetSystemMemoryInfoParams) SetDefaults

func (o *GetSystemMemoryInfoParams) SetDefaults()

SetDefaults hydrates default values in the get system memory info params (not the query body).

All values with no default are reset to their zero value.

func (*GetSystemMemoryInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get system memory info params

func (*GetSystemMemoryInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get system memory info params

func (*GetSystemMemoryInfoParams) WithContext

WithContext adds the context to the get system memory info params

func (*GetSystemMemoryInfoParams) WithDefaults

WithDefaults hydrates default values in the get system memory info params (not the query body).

All values with no default are reset to their zero value.

func (*GetSystemMemoryInfoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get system memory info params

func (*GetSystemMemoryInfoParams) WithTimeout

WithTimeout adds the timeout to the get system memory info params

func (*GetSystemMemoryInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSystemMemoryInfoReader

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

GetSystemMemoryInfoReader is a Reader for the GetSystemMemoryInfo structure.

func (*GetSystemMemoryInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSystemResourcesInfoOK

type GetSystemResourcesInfoOK struct {
	Payload *models.Result
}
GetSystemResourcesInfoOK describes a response with status code 200, with default header values.

successful operation

func NewGetSystemResourcesInfoOK

func NewGetSystemResourcesInfoOK() *GetSystemResourcesInfoOK

NewGetSystemResourcesInfoOK creates a GetSystemResourcesInfoOK with default headers values

func (*GetSystemResourcesInfoOK) Error

func (o *GetSystemResourcesInfoOK) Error() string

func (*GetSystemResourcesInfoOK) GetPayload

func (o *GetSystemResourcesInfoOK) GetPayload() *models.Result

type GetSystemResourcesInfoParams

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

GetSystemResourcesInfoParams contains all the parameters to send to the API endpoint

for the get system resources info operation.

Typically these are written to a http.Request.

func NewGetSystemResourcesInfoParams

func NewGetSystemResourcesInfoParams() *GetSystemResourcesInfoParams

NewGetSystemResourcesInfoParams creates a new GetSystemResourcesInfoParams 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 NewGetSystemResourcesInfoParamsWithContext

func NewGetSystemResourcesInfoParamsWithContext(ctx context.Context) *GetSystemResourcesInfoParams

NewGetSystemResourcesInfoParamsWithContext creates a new GetSystemResourcesInfoParams object with the ability to set a context for a request.

func NewGetSystemResourcesInfoParamsWithHTTPClient

func NewGetSystemResourcesInfoParamsWithHTTPClient(client *http.Client) *GetSystemResourcesInfoParams

NewGetSystemResourcesInfoParamsWithHTTPClient creates a new GetSystemResourcesInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetSystemResourcesInfoParamsWithTimeout

func NewGetSystemResourcesInfoParamsWithTimeout(timeout time.Duration) *GetSystemResourcesInfoParams

NewGetSystemResourcesInfoParamsWithTimeout creates a new GetSystemResourcesInfoParams object with the ability to set a timeout on a request.

func (*GetSystemResourcesInfoParams) SetContext

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

SetContext adds the context to the get system resources info params

func (*GetSystemResourcesInfoParams) SetDefaults

func (o *GetSystemResourcesInfoParams) SetDefaults()

SetDefaults hydrates default values in the get system resources info params (not the query body).

All values with no default are reset to their zero value.

func (*GetSystemResourcesInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get system resources info params

func (*GetSystemResourcesInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get system resources info params

func (*GetSystemResourcesInfoParams) WithContext

WithContext adds the context to the get system resources info params

func (*GetSystemResourcesInfoParams) WithDefaults

WithDefaults hydrates default values in the get system resources info params (not the query body).

All values with no default are reset to their zero value.

func (*GetSystemResourcesInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get system resources info params

func (*GetSystemResourcesInfoParams) WithTimeout

WithTimeout adds the timeout to the get system resources info params

func (*GetSystemResourcesInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSystemResourcesInfoReader

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

GetSystemResourcesInfoReader is a Reader for the GetSystemResourcesInfo structure.

func (*GetSystemResourcesInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetThreadDumpJSONOK

type GetThreadDumpJSONOK struct {
	Payload *models.Result
}
GetThreadDumpJSONOK describes a response with status code 200, with default header values.

successful operation

func NewGetThreadDumpJSONOK

func NewGetThreadDumpJSONOK() *GetThreadDumpJSONOK

NewGetThreadDumpJSONOK creates a GetThreadDumpJSONOK with default headers values

func (*GetThreadDumpJSONOK) Error

func (o *GetThreadDumpJSONOK) Error() string

func (*GetThreadDumpJSONOK) GetPayload

func (o *GetThreadDumpJSONOK) GetPayload() *models.Result

type GetThreadDumpJSONParams

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

GetThreadDumpJSONParams contains all the parameters to send to the API endpoint

for the get thread dump JSON operation.

Typically these are written to a http.Request.

func NewGetThreadDumpJSONParams

func NewGetThreadDumpJSONParams() *GetThreadDumpJSONParams

NewGetThreadDumpJSONParams creates a new GetThreadDumpJSONParams 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 NewGetThreadDumpJSONParamsWithContext

func NewGetThreadDumpJSONParamsWithContext(ctx context.Context) *GetThreadDumpJSONParams

NewGetThreadDumpJSONParamsWithContext creates a new GetThreadDumpJSONParams object with the ability to set a context for a request.

func NewGetThreadDumpJSONParamsWithHTTPClient

func NewGetThreadDumpJSONParamsWithHTTPClient(client *http.Client) *GetThreadDumpJSONParams

NewGetThreadDumpJSONParamsWithHTTPClient creates a new GetThreadDumpJSONParams object with the ability to set a custom HTTPClient for a request.

func NewGetThreadDumpJSONParamsWithTimeout

func NewGetThreadDumpJSONParamsWithTimeout(timeout time.Duration) *GetThreadDumpJSONParams

NewGetThreadDumpJSONParamsWithTimeout creates a new GetThreadDumpJSONParams object with the ability to set a timeout on a request.

func (*GetThreadDumpJSONParams) SetContext

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

SetContext adds the context to the get thread dump JSON params

func (*GetThreadDumpJSONParams) SetDefaults

func (o *GetThreadDumpJSONParams) SetDefaults()

SetDefaults hydrates default values in the get thread dump JSON params (not the query body).

All values with no default are reset to their zero value.

func (*GetThreadDumpJSONParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get thread dump JSON params

func (*GetThreadDumpJSONParams) SetTimeout

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

SetTimeout adds the timeout to the get thread dump JSON params

func (*GetThreadDumpJSONParams) WithContext

WithContext adds the context to the get thread dump JSON params

func (*GetThreadDumpJSONParams) WithDefaults

WithDefaults hydrates default values in the get thread dump JSON params (not the query body).

All values with no default are reset to their zero value.

func (*GetThreadDumpJSONParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get thread dump JSON params

func (*GetThreadDumpJSONParams) WithTimeout

WithTimeout adds the timeout to the get thread dump JSON params

func (*GetThreadDumpJSONParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetThreadDumpJSONReader

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

GetThreadDumpJSONReader is a Reader for the GetThreadDumpJSON structure.

func (*GetThreadDumpJSONReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetThreadsInfoOK

type GetThreadsInfoOK struct {
	Payload *models.Result
}
GetThreadsInfoOK describes a response with status code 200, with default header values.

successful operation

func NewGetThreadsInfoOK

func NewGetThreadsInfoOK() *GetThreadsInfoOK

NewGetThreadsInfoOK creates a GetThreadsInfoOK with default headers values

func (*GetThreadsInfoOK) Error

func (o *GetThreadsInfoOK) Error() string

func (*GetThreadsInfoOK) GetPayload

func (o *GetThreadsInfoOK) GetPayload() *models.Result

type GetThreadsInfoParams

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

GetThreadsInfoParams contains all the parameters to send to the API endpoint

for the get threads info operation.

Typically these are written to a http.Request.

func NewGetThreadsInfoParams

func NewGetThreadsInfoParams() *GetThreadsInfoParams

NewGetThreadsInfoParams creates a new GetThreadsInfoParams 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 NewGetThreadsInfoParamsWithContext

func NewGetThreadsInfoParamsWithContext(ctx context.Context) *GetThreadsInfoParams

NewGetThreadsInfoParamsWithContext creates a new GetThreadsInfoParams object with the ability to set a context for a request.

func NewGetThreadsInfoParamsWithHTTPClient

func NewGetThreadsInfoParamsWithHTTPClient(client *http.Client) *GetThreadsInfoParams

NewGetThreadsInfoParamsWithHTTPClient creates a new GetThreadsInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetThreadsInfoParamsWithTimeout

func NewGetThreadsInfoParamsWithTimeout(timeout time.Duration) *GetThreadsInfoParams

NewGetThreadsInfoParamsWithTimeout creates a new GetThreadsInfoParams object with the ability to set a timeout on a request.

func (*GetThreadsInfoParams) SetContext

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

SetContext adds the context to the get threads info params

func (*GetThreadsInfoParams) SetDefaults

func (o *GetThreadsInfoParams) SetDefaults()

SetDefaults hydrates default values in the get threads info params (not the query body).

All values with no default are reset to their zero value.

func (*GetThreadsInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get threads info params

func (*GetThreadsInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get threads info params

func (*GetThreadsInfoParams) WithContext

WithContext adds the context to the get threads info params

func (*GetThreadsInfoParams) WithDefaults

func (o *GetThreadsInfoParams) WithDefaults() *GetThreadsInfoParams

WithDefaults hydrates default values in the get threads info params (not the query body).

All values with no default are reset to their zero value.

func (*GetThreadsInfoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get threads info params

func (*GetThreadsInfoParams) WithTimeout

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

WithTimeout adds the timeout to the get threads info params

func (*GetThreadsInfoParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetThreadsInfoReader

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

GetThreadsInfoReader is a Reader for the GetThreadsInfo structure.

func (*GetThreadsInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUserListOK

type GetUserListOK struct {
	Payload []interface{}
}
GetUserListOK describes a response with status code 200, with default header values.

successful operation

func NewGetUserListOK

func NewGetUserListOK() *GetUserListOK

NewGetUserListOK creates a GetUserListOK with default headers values

func (*GetUserListOK) Error

func (o *GetUserListOK) Error() string

func (*GetUserListOK) GetPayload

func (o *GetUserListOK) GetPayload() []interface{}

type GetUserListParams

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

GetUserListParams contains all the parameters to send to the API endpoint

for the get user list operation.

Typically these are written to a http.Request.

func NewGetUserListParams

func NewGetUserListParams() *GetUserListParams

NewGetUserListParams creates a new GetUserListParams 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 NewGetUserListParamsWithContext

func NewGetUserListParamsWithContext(ctx context.Context) *GetUserListParams

NewGetUserListParamsWithContext creates a new GetUserListParams object with the ability to set a context for a request.

func NewGetUserListParamsWithHTTPClient

func NewGetUserListParamsWithHTTPClient(client *http.Client) *GetUserListParams

NewGetUserListParamsWithHTTPClient creates a new GetUserListParams object with the ability to set a custom HTTPClient for a request.

func NewGetUserListParamsWithTimeout

func NewGetUserListParamsWithTimeout(timeout time.Duration) *GetUserListParams

NewGetUserListParamsWithTimeout creates a new GetUserListParams object with the ability to set a timeout on a request.

func (*GetUserListParams) SetContext

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

SetContext adds the context to the get user list params

func (*GetUserListParams) SetDefaults

func (o *GetUserListParams) SetDefaults()

SetDefaults hydrates default values in the get user list params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get user list params

func (*GetUserListParams) SetTimeout

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

SetTimeout adds the timeout to the get user list params

func (*GetUserListParams) WithContext

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

WithContext adds the context to the get user list params

func (*GetUserListParams) WithDefaults

func (o *GetUserListParams) WithDefaults() *GetUserListParams

WithDefaults hydrates default values in the get user list params (not the query body).

All values with no default are reset to their zero value.

func (*GetUserListParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get user list params

func (*GetUserListParams) WithTimeout

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

WithTimeout adds the timeout to the get user list params

func (*GetUserListParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUserListReader

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

GetUserListReader is a Reader for the GetUserList structure.

func (*GetUserListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVersionOK

type GetVersionOK struct {
	Payload *models.Result
}
GetVersionOK describes a response with status code 200, with default header values.

successful operation

func NewGetVersionOK

func NewGetVersionOK() *GetVersionOK

NewGetVersionOK creates a GetVersionOK with default headers values

func (*GetVersionOK) Error

func (o *GetVersionOK) Error() string

func (*GetVersionOK) GetPayload

func (o *GetVersionOK) GetPayload() *models.Result

type GetVersionParams

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

GetVersionParams contains all the parameters to send to the API endpoint

for the get version operation.

Typically these are written to a http.Request.

func NewGetVersionParams

func NewGetVersionParams() *GetVersionParams

NewGetVersionParams creates a new GetVersionParams 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 NewGetVersionParamsWithContext

func NewGetVersionParamsWithContext(ctx context.Context) *GetVersionParams

NewGetVersionParamsWithContext creates a new GetVersionParams object with the ability to set a context for a request.

func NewGetVersionParamsWithHTTPClient

func NewGetVersionParamsWithHTTPClient(client *http.Client) *GetVersionParams

NewGetVersionParamsWithHTTPClient creates a new GetVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGetVersionParamsWithTimeout

func NewGetVersionParamsWithTimeout(timeout time.Duration) *GetVersionParams

NewGetVersionParamsWithTimeout creates a new GetVersionParams object with the ability to set a timeout on a request.

func (*GetVersionParams) SetContext

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

SetContext adds the context to the get version params

func (*GetVersionParams) SetDefaults

func (o *GetVersionParams) SetDefaults()

SetDefaults hydrates default values in the get version params (not the query body).

All values with no default are reset to their zero value.

func (*GetVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get version params

func (*GetVersionParams) SetTimeout

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

SetTimeout adds the timeout to the get version params

func (*GetVersionParams) WithContext

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

WithContext adds the context to the get version params

func (*GetVersionParams) WithDefaults

func (o *GetVersionParams) WithDefaults() *GetVersionParams

WithDefaults hydrates default values in the get version params (not the query body).

All values with no default are reset to their zero value.

func (*GetVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get version params

func (*GetVersionParams) WithTimeout

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

WithTimeout adds the timeout to the get version params

func (*GetVersionParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetVersionReader

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

GetVersionReader is a Reader for the GetVersion structure.

func (*GetVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IsAdminOK

type IsAdminOK struct {
	Payload *models.Result
}
IsAdminOK describes a response with status code 200, with default header values.

successful operation

func NewIsAdminOK

func NewIsAdminOK() *IsAdminOK

NewIsAdminOK creates a IsAdminOK with default headers values

func (*IsAdminOK) Error

func (o *IsAdminOK) Error() string

func (*IsAdminOK) GetPayload

func (o *IsAdminOK) GetPayload() *models.Result

type IsAdminParams

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

IsAdminParams contains all the parameters to send to the API endpoint

for the is admin operation.

Typically these are written to a http.Request.

func NewIsAdminParams

func NewIsAdminParams() *IsAdminParams

NewIsAdminParams creates a new IsAdminParams 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 NewIsAdminParamsWithContext

func NewIsAdminParamsWithContext(ctx context.Context) *IsAdminParams

NewIsAdminParamsWithContext creates a new IsAdminParams object with the ability to set a context for a request.

func NewIsAdminParamsWithHTTPClient

func NewIsAdminParamsWithHTTPClient(client *http.Client) *IsAdminParams

NewIsAdminParamsWithHTTPClient creates a new IsAdminParams object with the ability to set a custom HTTPClient for a request.

func NewIsAdminParamsWithTimeout

func NewIsAdminParamsWithTimeout(timeout time.Duration) *IsAdminParams

NewIsAdminParamsWithTimeout creates a new IsAdminParams object with the ability to set a timeout on a request.

func (*IsAdminParams) SetContext

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

SetContext adds the context to the is admin params

func (*IsAdminParams) SetDefaults

func (o *IsAdminParams) SetDefaults()

SetDefaults hydrates default values in the is admin params (not the query body).

All values with no default are reset to their zero value.

func (*IsAdminParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the is admin params

func (*IsAdminParams) SetTimeout

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

SetTimeout adds the timeout to the is admin params

func (*IsAdminParams) WithContext

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

WithContext adds the context to the is admin params

func (*IsAdminParams) WithDefaults

func (o *IsAdminParams) WithDefaults() *IsAdminParams

WithDefaults hydrates default values in the is admin params (not the query body).

All values with no default are reset to their zero value.

func (*IsAdminParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the is admin params

func (*IsAdminParams) WithTimeout

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

WithTimeout adds the timeout to the is admin params

func (*IsAdminParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type IsAdminReader

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

IsAdminReader is a Reader for the IsAdmin structure.

func (*IsAdminReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IsAuthenticatedRestOK

type IsAuthenticatedRestOK struct {
	Payload *models.Result
}
IsAuthenticatedRestOK describes a response with status code 200, with default header values.

successful operation

func NewIsAuthenticatedRestOK

func NewIsAuthenticatedRestOK() *IsAuthenticatedRestOK

NewIsAuthenticatedRestOK creates a IsAuthenticatedRestOK with default headers values

func (*IsAuthenticatedRestOK) Error

func (o *IsAuthenticatedRestOK) Error() string

func (*IsAuthenticatedRestOK) GetPayload

func (o *IsAuthenticatedRestOK) GetPayload() *models.Result

type IsAuthenticatedRestParams

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

IsAuthenticatedRestParams contains all the parameters to send to the API endpoint

for the is authenticated rest operation.

Typically these are written to a http.Request.

func NewIsAuthenticatedRestParams

func NewIsAuthenticatedRestParams() *IsAuthenticatedRestParams

NewIsAuthenticatedRestParams creates a new IsAuthenticatedRestParams 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 NewIsAuthenticatedRestParamsWithContext

func NewIsAuthenticatedRestParamsWithContext(ctx context.Context) *IsAuthenticatedRestParams

NewIsAuthenticatedRestParamsWithContext creates a new IsAuthenticatedRestParams object with the ability to set a context for a request.

func NewIsAuthenticatedRestParamsWithHTTPClient

func NewIsAuthenticatedRestParamsWithHTTPClient(client *http.Client) *IsAuthenticatedRestParams

NewIsAuthenticatedRestParamsWithHTTPClient creates a new IsAuthenticatedRestParams object with the ability to set a custom HTTPClient for a request.

func NewIsAuthenticatedRestParamsWithTimeout

func NewIsAuthenticatedRestParamsWithTimeout(timeout time.Duration) *IsAuthenticatedRestParams

NewIsAuthenticatedRestParamsWithTimeout creates a new IsAuthenticatedRestParams object with the ability to set a timeout on a request.

func (*IsAuthenticatedRestParams) SetContext

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

SetContext adds the context to the is authenticated rest params

func (*IsAuthenticatedRestParams) SetDefaults

func (o *IsAuthenticatedRestParams) SetDefaults()

SetDefaults hydrates default values in the is authenticated rest params (not the query body).

All values with no default are reset to their zero value.

func (*IsAuthenticatedRestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the is authenticated rest params

func (*IsAuthenticatedRestParams) SetTimeout

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

SetTimeout adds the timeout to the is authenticated rest params

func (*IsAuthenticatedRestParams) WithContext

WithContext adds the context to the is authenticated rest params

func (*IsAuthenticatedRestParams) WithDefaults

WithDefaults hydrates default values in the is authenticated rest params (not the query body).

All values with no default are reset to their zero value.

func (*IsAuthenticatedRestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the is authenticated rest params

func (*IsAuthenticatedRestParams) WithTimeout

WithTimeout adds the timeout to the is authenticated rest params

func (*IsAuthenticatedRestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IsAuthenticatedRestReader

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

IsAuthenticatedRestReader is a Reader for the IsAuthenticatedRest structure.

func (*IsAuthenticatedRestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IsEnterpriseEditionOK

type IsEnterpriseEditionOK struct {
	Payload *models.Result
}
IsEnterpriseEditionOK describes a response with status code 200, with default header values.

successful operation

func NewIsEnterpriseEditionOK

func NewIsEnterpriseEditionOK() *IsEnterpriseEditionOK

NewIsEnterpriseEditionOK creates a IsEnterpriseEditionOK with default headers values

func (*IsEnterpriseEditionOK) Error

func (o *IsEnterpriseEditionOK) Error() string

func (*IsEnterpriseEditionOK) GetPayload

func (o *IsEnterpriseEditionOK) GetPayload() *models.Result

type IsEnterpriseEditionParams

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

IsEnterpriseEditionParams contains all the parameters to send to the API endpoint

for the is enterprise edition operation.

Typically these are written to a http.Request.

func NewIsEnterpriseEditionParams

func NewIsEnterpriseEditionParams() *IsEnterpriseEditionParams

NewIsEnterpriseEditionParams creates a new IsEnterpriseEditionParams 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 NewIsEnterpriseEditionParamsWithContext

func NewIsEnterpriseEditionParamsWithContext(ctx context.Context) *IsEnterpriseEditionParams

NewIsEnterpriseEditionParamsWithContext creates a new IsEnterpriseEditionParams object with the ability to set a context for a request.

func NewIsEnterpriseEditionParamsWithHTTPClient

func NewIsEnterpriseEditionParamsWithHTTPClient(client *http.Client) *IsEnterpriseEditionParams

NewIsEnterpriseEditionParamsWithHTTPClient creates a new IsEnterpriseEditionParams object with the ability to set a custom HTTPClient for a request.

func NewIsEnterpriseEditionParamsWithTimeout

func NewIsEnterpriseEditionParamsWithTimeout(timeout time.Duration) *IsEnterpriseEditionParams

NewIsEnterpriseEditionParamsWithTimeout creates a new IsEnterpriseEditionParams object with the ability to set a timeout on a request.

func (*IsEnterpriseEditionParams) SetContext

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

SetContext adds the context to the is enterprise edition params

func (*IsEnterpriseEditionParams) SetDefaults

func (o *IsEnterpriseEditionParams) SetDefaults()

SetDefaults hydrates default values in the is enterprise edition params (not the query body).

All values with no default are reset to their zero value.

func (*IsEnterpriseEditionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the is enterprise edition params

func (*IsEnterpriseEditionParams) SetTimeout

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

SetTimeout adds the timeout to the is enterprise edition params

func (*IsEnterpriseEditionParams) WithContext

WithContext adds the context to the is enterprise edition params

func (*IsEnterpriseEditionParams) WithDefaults

WithDefaults hydrates default values in the is enterprise edition params (not the query body).

All values with no default are reset to their zero value.

func (*IsEnterpriseEditionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the is enterprise edition params

func (*IsEnterpriseEditionParams) WithTimeout

WithTimeout adds the timeout to the is enterprise edition params

func (*IsEnterpriseEditionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IsEnterpriseEditionReader

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

IsEnterpriseEditionReader is a Reader for the IsEnterpriseEdition structure.

func (*IsEnterpriseEditionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IsFirstLoginOK

type IsFirstLoginOK struct {
	Payload *models.Result
}
IsFirstLoginOK describes a response with status code 200, with default header values.

successful operation

func NewIsFirstLoginOK

func NewIsFirstLoginOK() *IsFirstLoginOK

NewIsFirstLoginOK creates a IsFirstLoginOK with default headers values

func (*IsFirstLoginOK) Error

func (o *IsFirstLoginOK) Error() string

func (*IsFirstLoginOK) GetPayload

func (o *IsFirstLoginOK) GetPayload() *models.Result

type IsFirstLoginParams

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

IsFirstLoginParams contains all the parameters to send to the API endpoint

for the is first login operation.

Typically these are written to a http.Request.

func NewIsFirstLoginParams

func NewIsFirstLoginParams() *IsFirstLoginParams

NewIsFirstLoginParams creates a new IsFirstLoginParams 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 NewIsFirstLoginParamsWithContext

func NewIsFirstLoginParamsWithContext(ctx context.Context) *IsFirstLoginParams

NewIsFirstLoginParamsWithContext creates a new IsFirstLoginParams object with the ability to set a context for a request.

func NewIsFirstLoginParamsWithHTTPClient

func NewIsFirstLoginParamsWithHTTPClient(client *http.Client) *IsFirstLoginParams

NewIsFirstLoginParamsWithHTTPClient creates a new IsFirstLoginParams object with the ability to set a custom HTTPClient for a request.

func NewIsFirstLoginParamsWithTimeout

func NewIsFirstLoginParamsWithTimeout(timeout time.Duration) *IsFirstLoginParams

NewIsFirstLoginParamsWithTimeout creates a new IsFirstLoginParams object with the ability to set a timeout on a request.

func (*IsFirstLoginParams) SetContext

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

SetContext adds the context to the is first login params

func (*IsFirstLoginParams) SetDefaults

func (o *IsFirstLoginParams) SetDefaults()

SetDefaults hydrates default values in the is first login params (not the query body).

All values with no default are reset to their zero value.

func (*IsFirstLoginParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the is first login params

func (*IsFirstLoginParams) SetTimeout

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

SetTimeout adds the timeout to the is first login params

func (*IsFirstLoginParams) WithContext

WithContext adds the context to the is first login params

func (*IsFirstLoginParams) WithDefaults

func (o *IsFirstLoginParams) WithDefaults() *IsFirstLoginParams

WithDefaults hydrates default values in the is first login params (not the query body).

All values with no default are reset to their zero value.

func (*IsFirstLoginParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the is first login params

func (*IsFirstLoginParams) WithTimeout

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

WithTimeout adds the timeout to the is first login params

func (*IsFirstLoginParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type IsFirstLoginReader

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

IsFirstLoginReader is a Reader for the IsFirstLogin structure.

func (*IsFirstLoginReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IsInClusterModeOK

type IsInClusterModeOK struct {
	Payload *models.Result
}
IsInClusterModeOK describes a response with status code 200, with default header values.

successful operation

func NewIsInClusterModeOK

func NewIsInClusterModeOK() *IsInClusterModeOK

NewIsInClusterModeOK creates a IsInClusterModeOK with default headers values

func (*IsInClusterModeOK) Error

func (o *IsInClusterModeOK) Error() string

func (*IsInClusterModeOK) GetPayload

func (o *IsInClusterModeOK) GetPayload() *models.Result

type IsInClusterModeParams

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

IsInClusterModeParams contains all the parameters to send to the API endpoint

for the is in cluster mode operation.

Typically these are written to a http.Request.

func NewIsInClusterModeParams

func NewIsInClusterModeParams() *IsInClusterModeParams

NewIsInClusterModeParams creates a new IsInClusterModeParams 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 NewIsInClusterModeParamsWithContext

func NewIsInClusterModeParamsWithContext(ctx context.Context) *IsInClusterModeParams

NewIsInClusterModeParamsWithContext creates a new IsInClusterModeParams object with the ability to set a context for a request.

func NewIsInClusterModeParamsWithHTTPClient

func NewIsInClusterModeParamsWithHTTPClient(client *http.Client) *IsInClusterModeParams

NewIsInClusterModeParamsWithHTTPClient creates a new IsInClusterModeParams object with the ability to set a custom HTTPClient for a request.

func NewIsInClusterModeParamsWithTimeout

func NewIsInClusterModeParamsWithTimeout(timeout time.Duration) *IsInClusterModeParams

NewIsInClusterModeParamsWithTimeout creates a new IsInClusterModeParams object with the ability to set a timeout on a request.

func (*IsInClusterModeParams) SetContext

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

SetContext adds the context to the is in cluster mode params

func (*IsInClusterModeParams) SetDefaults

func (o *IsInClusterModeParams) SetDefaults()

SetDefaults hydrates default values in the is in cluster mode params (not the query body).

All values with no default are reset to their zero value.

func (*IsInClusterModeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the is in cluster mode params

func (*IsInClusterModeParams) SetTimeout

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

SetTimeout adds the timeout to the is in cluster mode params

func (*IsInClusterModeParams) WithContext

WithContext adds the context to the is in cluster mode params

func (*IsInClusterModeParams) WithDefaults

func (o *IsInClusterModeParams) WithDefaults() *IsInClusterModeParams

WithDefaults hydrates default values in the is in cluster mode params (not the query body).

All values with no default are reset to their zero value.

func (*IsInClusterModeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the is in cluster mode params

func (*IsInClusterModeParams) WithTimeout

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

WithTimeout adds the timeout to the is in cluster mode params

func (*IsInClusterModeParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type IsInClusterModeReader

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

IsInClusterModeReader is a Reader for the IsInClusterMode structure.

func (*IsInClusterModeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IsShutdownProperlyBadRequest

type IsShutdownProperlyBadRequest struct {
}
IsShutdownProperlyBadRequest describes a response with status code 400, with default header values.

Either entered in wrong format or typed incorrectly application names

func NewIsShutdownProperlyBadRequest

func NewIsShutdownProperlyBadRequest() *IsShutdownProperlyBadRequest

NewIsShutdownProperlyBadRequest creates a IsShutdownProperlyBadRequest with default headers values

func (*IsShutdownProperlyBadRequest) Error

type IsShutdownProperlyOK

type IsShutdownProperlyOK struct {
	Payload *models.Result
}
IsShutdownProperlyOK describes a response with status code 200, with default header values.

Returns the shutdown status of entered applications.

func NewIsShutdownProperlyOK

func NewIsShutdownProperlyOK() *IsShutdownProperlyOK

NewIsShutdownProperlyOK creates a IsShutdownProperlyOK with default headers values

func (*IsShutdownProperlyOK) Error

func (o *IsShutdownProperlyOK) Error() string

func (*IsShutdownProperlyOK) GetPayload

func (o *IsShutdownProperlyOK) GetPayload() *models.Result

type IsShutdownProperlyParams

type IsShutdownProperlyParams struct {

	/* AppNames.

	   Application name
	*/
	AppNames string

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

IsShutdownProperlyParams contains all the parameters to send to the API endpoint

for the is shutdown properly operation.

Typically these are written to a http.Request.

func NewIsShutdownProperlyParams

func NewIsShutdownProperlyParams() *IsShutdownProperlyParams

NewIsShutdownProperlyParams creates a new IsShutdownProperlyParams 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 NewIsShutdownProperlyParamsWithContext

func NewIsShutdownProperlyParamsWithContext(ctx context.Context) *IsShutdownProperlyParams

NewIsShutdownProperlyParamsWithContext creates a new IsShutdownProperlyParams object with the ability to set a context for a request.

func NewIsShutdownProperlyParamsWithHTTPClient

func NewIsShutdownProperlyParamsWithHTTPClient(client *http.Client) *IsShutdownProperlyParams

NewIsShutdownProperlyParamsWithHTTPClient creates a new IsShutdownProperlyParams object with the ability to set a custom HTTPClient for a request.

func NewIsShutdownProperlyParamsWithTimeout

func NewIsShutdownProperlyParamsWithTimeout(timeout time.Duration) *IsShutdownProperlyParams

NewIsShutdownProperlyParamsWithTimeout creates a new IsShutdownProperlyParams object with the ability to set a timeout on a request.

func (*IsShutdownProperlyParams) SetAppNames

func (o *IsShutdownProperlyParams) SetAppNames(appNames string)

SetAppNames adds the appNames to the is shutdown properly params

func (*IsShutdownProperlyParams) SetContext

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

SetContext adds the context to the is shutdown properly params

func (*IsShutdownProperlyParams) SetDefaults

func (o *IsShutdownProperlyParams) SetDefaults()

SetDefaults hydrates default values in the is shutdown properly params (not the query body).

All values with no default are reset to their zero value.

func (*IsShutdownProperlyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the is shutdown properly params

func (*IsShutdownProperlyParams) SetTimeout

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

SetTimeout adds the timeout to the is shutdown properly params

func (*IsShutdownProperlyParams) WithAppNames

func (o *IsShutdownProperlyParams) WithAppNames(appNames string) *IsShutdownProperlyParams

WithAppNames adds the appNames to the is shutdown properly params

func (*IsShutdownProperlyParams) WithContext

WithContext adds the context to the is shutdown properly params

func (*IsShutdownProperlyParams) WithDefaults

WithDefaults hydrates default values in the is shutdown properly params (not the query body).

All values with no default are reset to their zero value.

func (*IsShutdownProperlyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the is shutdown properly params

func (*IsShutdownProperlyParams) WithTimeout

WithTimeout adds the timeout to the is shutdown properly params

func (*IsShutdownProperlyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IsShutdownProperlyReader

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

IsShutdownProperlyReader is a Reader for the IsShutdownProperly structure.

func (*IsShutdownProperlyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutV2UsersOK

type PutV2UsersOK struct {
	Payload []interface{}
}
PutV2UsersOK describes a response with status code 200, with default header values.

successful operation

func NewPutV2UsersOK

func NewPutV2UsersOK() *PutV2UsersOK

NewPutV2UsersOK creates a PutV2UsersOK with default headers values

func (*PutV2UsersOK) Error

func (o *PutV2UsersOK) Error() string

func (*PutV2UsersOK) GetPayload

func (o *PutV2UsersOK) GetPayload() []interface{}

type PutV2UsersParams

type PutV2UsersParams struct {

	/* Body.

	   User to be edited. It finds the user with username.
	*/
	Body *models.User

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

PutV2UsersParams contains all the parameters to send to the API endpoint

for the put v2 users operation.

Typically these are written to a http.Request.

func NewPutV2UsersParams

func NewPutV2UsersParams() *PutV2UsersParams

NewPutV2UsersParams creates a new PutV2UsersParams 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 NewPutV2UsersParamsWithContext

func NewPutV2UsersParamsWithContext(ctx context.Context) *PutV2UsersParams

NewPutV2UsersParamsWithContext creates a new PutV2UsersParams object with the ability to set a context for a request.

func NewPutV2UsersParamsWithHTTPClient

func NewPutV2UsersParamsWithHTTPClient(client *http.Client) *PutV2UsersParams

NewPutV2UsersParamsWithHTTPClient creates a new PutV2UsersParams object with the ability to set a custom HTTPClient for a request.

func NewPutV2UsersParamsWithTimeout

func NewPutV2UsersParamsWithTimeout(timeout time.Duration) *PutV2UsersParams

NewPutV2UsersParamsWithTimeout creates a new PutV2UsersParams object with the ability to set a timeout on a request.

func (*PutV2UsersParams) SetBody

func (o *PutV2UsersParams) SetBody(body *models.User)

SetBody adds the body to the put v2 users params

func (*PutV2UsersParams) SetContext

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

SetContext adds the context to the put v2 users params

func (*PutV2UsersParams) SetDefaults

func (o *PutV2UsersParams) SetDefaults()

SetDefaults hydrates default values in the put v2 users params (not the query body).

All values with no default are reset to their zero value.

func (*PutV2UsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put v2 users params

func (*PutV2UsersParams) SetTimeout

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

SetTimeout adds the timeout to the put v2 users params

func (*PutV2UsersParams) WithBody

func (o *PutV2UsersParams) WithBody(body *models.User) *PutV2UsersParams

WithBody adds the body to the put v2 users params

func (*PutV2UsersParams) WithContext

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

WithContext adds the context to the put v2 users params

func (*PutV2UsersParams) WithDefaults

func (o *PutV2UsersParams) WithDefaults() *PutV2UsersParams

WithDefaults hydrates default values in the put v2 users params (not the query body).

All values with no default are reset to their zero value.

func (*PutV2UsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put v2 users params

func (*PutV2UsersParams) WithTimeout

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

WithTimeout adds the timeout to the put v2 users params

func (*PutV2UsersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutV2UsersReader

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

PutV2UsersReader is a Reader for the PutV2Users structure.

func (*PutV2UsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResetBroadcastOK

type ResetBroadcastOK struct {
	Payload *models.Result
}
ResetBroadcastOK describes a response with status code 200, with default header values.

successful operation

func NewResetBroadcastOK

func NewResetBroadcastOK() *ResetBroadcastOK

NewResetBroadcastOK creates a ResetBroadcastOK with default headers values

func (*ResetBroadcastOK) Error

func (o *ResetBroadcastOK) Error() string

func (*ResetBroadcastOK) GetPayload

func (o *ResetBroadcastOK) GetPayload() *models.Result

type ResetBroadcastParams

type ResetBroadcastParams struct {

	/* Appname.

	   Application name
	*/
	Appname string

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

ResetBroadcastParams contains all the parameters to send to the API endpoint

for the reset broadcast operation.

Typically these are written to a http.Request.

func NewResetBroadcastParams

func NewResetBroadcastParams() *ResetBroadcastParams

NewResetBroadcastParams creates a new ResetBroadcastParams 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 NewResetBroadcastParamsWithContext

func NewResetBroadcastParamsWithContext(ctx context.Context) *ResetBroadcastParams

NewResetBroadcastParamsWithContext creates a new ResetBroadcastParams object with the ability to set a context for a request.

func NewResetBroadcastParamsWithHTTPClient

func NewResetBroadcastParamsWithHTTPClient(client *http.Client) *ResetBroadcastParams

NewResetBroadcastParamsWithHTTPClient creates a new ResetBroadcastParams object with the ability to set a custom HTTPClient for a request.

func NewResetBroadcastParamsWithTimeout

func NewResetBroadcastParamsWithTimeout(timeout time.Duration) *ResetBroadcastParams

NewResetBroadcastParamsWithTimeout creates a new ResetBroadcastParams object with the ability to set a timeout on a request.

func (*ResetBroadcastParams) SetAppname

func (o *ResetBroadcastParams) SetAppname(appname string)

SetAppname adds the appname to the reset broadcast params

func (*ResetBroadcastParams) SetContext

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

SetContext adds the context to the reset broadcast params

func (*ResetBroadcastParams) SetDefaults

func (o *ResetBroadcastParams) SetDefaults()

SetDefaults hydrates default values in the reset broadcast params (not the query body).

All values with no default are reset to their zero value.

func (*ResetBroadcastParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reset broadcast params

func (*ResetBroadcastParams) SetTimeout

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

SetTimeout adds the timeout to the reset broadcast params

func (*ResetBroadcastParams) WithAppname

func (o *ResetBroadcastParams) WithAppname(appname string) *ResetBroadcastParams

WithAppname adds the appname to the reset broadcast params

func (*ResetBroadcastParams) WithContext

WithContext adds the context to the reset broadcast params

func (*ResetBroadcastParams) WithDefaults

func (o *ResetBroadcastParams) WithDefaults() *ResetBroadcastParams

WithDefaults hydrates default values in the reset broadcast params (not the query body).

All values with no default are reset to their zero value.

func (*ResetBroadcastParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the reset broadcast params

func (*ResetBroadcastParams) WithTimeout

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

WithTimeout adds the timeout to the reset broadcast params

func (*ResetBroadcastParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ResetBroadcastReader

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

ResetBroadcastReader is a Reader for the ResetBroadcast structure.

func (*ResetBroadcastReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetShutdownStatusOK

type SetShutdownStatusOK struct {
	Payload *models.Result
}
SetShutdownStatusOK describes a response with status code 200, with default header values.

successful operation

func NewSetShutdownStatusOK

func NewSetShutdownStatusOK() *SetShutdownStatusOK

NewSetShutdownStatusOK creates a SetShutdownStatusOK with default headers values

func (*SetShutdownStatusOK) Error

func (o *SetShutdownStatusOK) Error() string

func (*SetShutdownStatusOK) GetPayload

func (o *SetShutdownStatusOK) GetPayload() *models.Result

type SetShutdownStatusParams

type SetShutdownStatusParams struct {

	/* AppNames.

	   Application name
	*/
	AppNames string

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

SetShutdownStatusParams contains all the parameters to send to the API endpoint

for the set shutdown status operation.

Typically these are written to a http.Request.

func NewSetShutdownStatusParams

func NewSetShutdownStatusParams() *SetShutdownStatusParams

NewSetShutdownStatusParams creates a new SetShutdownStatusParams 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 NewSetShutdownStatusParamsWithContext

func NewSetShutdownStatusParamsWithContext(ctx context.Context) *SetShutdownStatusParams

NewSetShutdownStatusParamsWithContext creates a new SetShutdownStatusParams object with the ability to set a context for a request.

func NewSetShutdownStatusParamsWithHTTPClient

func NewSetShutdownStatusParamsWithHTTPClient(client *http.Client) *SetShutdownStatusParams

NewSetShutdownStatusParamsWithHTTPClient creates a new SetShutdownStatusParams object with the ability to set a custom HTTPClient for a request.

func NewSetShutdownStatusParamsWithTimeout

func NewSetShutdownStatusParamsWithTimeout(timeout time.Duration) *SetShutdownStatusParams

NewSetShutdownStatusParamsWithTimeout creates a new SetShutdownStatusParams object with the ability to set a timeout on a request.

func (*SetShutdownStatusParams) SetAppNames

func (o *SetShutdownStatusParams) SetAppNames(appNames string)

SetAppNames adds the appNames to the set shutdown status params

func (*SetShutdownStatusParams) SetContext

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

SetContext adds the context to the set shutdown status params

func (*SetShutdownStatusParams) SetDefaults

func (o *SetShutdownStatusParams) SetDefaults()

SetDefaults hydrates default values in the set shutdown status params (not the query body).

All values with no default are reset to their zero value.

func (*SetShutdownStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set shutdown status params

func (*SetShutdownStatusParams) SetTimeout

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

SetTimeout adds the timeout to the set shutdown status params

func (*SetShutdownStatusParams) WithAppNames

func (o *SetShutdownStatusParams) WithAppNames(appNames string) *SetShutdownStatusParams

WithAppNames adds the appNames to the set shutdown status params

func (*SetShutdownStatusParams) WithContext

WithContext adds the context to the set shutdown status params

func (*SetShutdownStatusParams) WithDefaults

WithDefaults hydrates default values in the set shutdown status params (not the query body).

All values with no default are reset to their zero value.

func (*SetShutdownStatusParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set shutdown status params

func (*SetShutdownStatusParams) WithTimeout

WithTimeout adds the timeout to the set shutdown status params

func (*SetShutdownStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetShutdownStatusReader

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

SetShutdownStatusReader is a Reader for the SetShutdownStatus structure.

func (*SetShutdownStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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