Versions in this module Expand all Collapse all v1 v1.14.2 Mar 14, 2023 v1.14.1 Mar 14, 2023 v1.14.0 Mar 14, 2023 Changes in this version + type Client struct + func (a *Client) DeleteRecorderID(params *DeleteRecorderIDParams, opts ...ClientOption) (*DeleteRecorderIDOK, error) + func (a *Client) GetRecorder(params *GetRecorderParams, opts ...ClientOption) (*GetRecorderOK, error) + func (a *Client) GetRecorderID(params *GetRecorderIDParams, opts ...ClientOption) (*GetRecorderIDOK, error) + func (a *Client) GetRecorderMasks(params *GetRecorderMasksParams, opts ...ClientOption) (*GetRecorderMasksOK, error) + func (a *Client) PutRecorderID(params *PutRecorderIDParams, opts ...ClientOption) (*PutRecorderIDOK, *PutRecorderIDCreated, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + DeleteRecorderID func(params *DeleteRecorderIDParams, opts ...ClientOption) (*DeleteRecorderIDOK, error) + GetRecorder func(params *GetRecorderParams, opts ...ClientOption) (*GetRecorderOK, error) + GetRecorderID func(params *GetRecorderIDParams, opts ...ClientOption) (*GetRecorderIDOK, error) + GetRecorderMasks func(params *GetRecorderMasksParams, opts ...ClientOption) (*GetRecorderMasksOK, error) + PutRecorderID func(params *PutRecorderIDParams, opts ...ClientOption) (*PutRecorderIDOK, *PutRecorderIDCreated, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeleteRecorderIDFailure struct + Payload models.Error + func NewDeleteRecorderIDFailure() *DeleteRecorderIDFailure + func (o *DeleteRecorderIDFailure) Error() string + func (o *DeleteRecorderIDFailure) GetPayload() models.Error + func (o *DeleteRecorderIDFailure) IsClientError() bool + func (o *DeleteRecorderIDFailure) IsCode(code int) bool + func (o *DeleteRecorderIDFailure) IsRedirect() bool + func (o *DeleteRecorderIDFailure) IsServerError() bool + func (o *DeleteRecorderIDFailure) IsSuccess() bool + func (o *DeleteRecorderIDFailure) String() string + type DeleteRecorderIDNotFound struct + func NewDeleteRecorderIDNotFound() *DeleteRecorderIDNotFound + func (o *DeleteRecorderIDNotFound) Error() string + func (o *DeleteRecorderIDNotFound) IsClientError() bool + func (o *DeleteRecorderIDNotFound) IsCode(code int) bool + func (o *DeleteRecorderIDNotFound) IsRedirect() bool + func (o *DeleteRecorderIDNotFound) IsServerError() bool + func (o *DeleteRecorderIDNotFound) IsSuccess() bool + func (o *DeleteRecorderIDNotFound) String() string + type DeleteRecorderIDOK struct + func NewDeleteRecorderIDOK() *DeleteRecorderIDOK + func (o *DeleteRecorderIDOK) Error() string + func (o *DeleteRecorderIDOK) IsClientError() bool + func (o *DeleteRecorderIDOK) IsCode(code int) bool + func (o *DeleteRecorderIDOK) IsRedirect() bool + func (o *DeleteRecorderIDOK) IsServerError() bool + func (o *DeleteRecorderIDOK) IsSuccess() bool + func (o *DeleteRecorderIDOK) String() string + type DeleteRecorderIDParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteRecorderIDParams() *DeleteRecorderIDParams + func NewDeleteRecorderIDParamsWithContext(ctx context.Context) *DeleteRecorderIDParams + func NewDeleteRecorderIDParamsWithHTTPClient(client *http.Client) *DeleteRecorderIDParams + func NewDeleteRecorderIDParamsWithTimeout(timeout time.Duration) *DeleteRecorderIDParams + func (o *DeleteRecorderIDParams) SetContext(ctx context.Context) + func (o *DeleteRecorderIDParams) SetDefaults() + func (o *DeleteRecorderIDParams) SetHTTPClient(client *http.Client) + func (o *DeleteRecorderIDParams) SetID(id int64) + func (o *DeleteRecorderIDParams) SetTimeout(timeout time.Duration) + func (o *DeleteRecorderIDParams) WithContext(ctx context.Context) *DeleteRecorderIDParams + func (o *DeleteRecorderIDParams) WithDefaults() *DeleteRecorderIDParams + func (o *DeleteRecorderIDParams) WithHTTPClient(client *http.Client) *DeleteRecorderIDParams + func (o *DeleteRecorderIDParams) WithID(id int64) *DeleteRecorderIDParams + func (o *DeleteRecorderIDParams) WithTimeout(timeout time.Duration) *DeleteRecorderIDParams + func (o *DeleteRecorderIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteRecorderIDReader struct + func (o *DeleteRecorderIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetRecorderIDNotFound struct + func NewGetRecorderIDNotFound() *GetRecorderIDNotFound + func (o *GetRecorderIDNotFound) Error() string + func (o *GetRecorderIDNotFound) IsClientError() bool + func (o *GetRecorderIDNotFound) IsCode(code int) bool + func (o *GetRecorderIDNotFound) IsRedirect() bool + func (o *GetRecorderIDNotFound) IsServerError() bool + func (o *GetRecorderIDNotFound) IsSuccess() bool + func (o *GetRecorderIDNotFound) String() string + type GetRecorderIDOK struct + Payload *models.Recorder + func NewGetRecorderIDOK() *GetRecorderIDOK + func (o *GetRecorderIDOK) Error() string + func (o *GetRecorderIDOK) GetPayload() *models.Recorder + func (o *GetRecorderIDOK) IsClientError() bool + func (o *GetRecorderIDOK) IsCode(code int) bool + func (o *GetRecorderIDOK) IsRedirect() bool + func (o *GetRecorderIDOK) IsServerError() bool + func (o *GetRecorderIDOK) IsSuccess() bool + func (o *GetRecorderIDOK) String() string + type GetRecorderIDParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewGetRecorderIDParams() *GetRecorderIDParams + func NewGetRecorderIDParamsWithContext(ctx context.Context) *GetRecorderIDParams + func NewGetRecorderIDParamsWithHTTPClient(client *http.Client) *GetRecorderIDParams + func NewGetRecorderIDParamsWithTimeout(timeout time.Duration) *GetRecorderIDParams + func (o *GetRecorderIDParams) SetContext(ctx context.Context) + func (o *GetRecorderIDParams) SetDefaults() + func (o *GetRecorderIDParams) SetHTTPClient(client *http.Client) + func (o *GetRecorderIDParams) SetID(id int64) + func (o *GetRecorderIDParams) SetTimeout(timeout time.Duration) + func (o *GetRecorderIDParams) WithContext(ctx context.Context) *GetRecorderIDParams + func (o *GetRecorderIDParams) WithDefaults() *GetRecorderIDParams + func (o *GetRecorderIDParams) WithHTTPClient(client *http.Client) *GetRecorderIDParams + func (o *GetRecorderIDParams) WithID(id int64) *GetRecorderIDParams + func (o *GetRecorderIDParams) WithTimeout(timeout time.Duration) *GetRecorderIDParams + func (o *GetRecorderIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetRecorderIDReader struct + func (o *GetRecorderIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetRecorderMasksOK struct + Payload []*models.RecorderMask + func NewGetRecorderMasksOK() *GetRecorderMasksOK + func (o *GetRecorderMasksOK) Error() string + func (o *GetRecorderMasksOK) GetPayload() []*models.RecorderMask + func (o *GetRecorderMasksOK) IsClientError() bool + func (o *GetRecorderMasksOK) IsCode(code int) bool + func (o *GetRecorderMasksOK) IsRedirect() bool + func (o *GetRecorderMasksOK) IsServerError() bool + func (o *GetRecorderMasksOK) IsSuccess() bool + func (o *GetRecorderMasksOK) String() string + type GetRecorderMasksParams struct + Context context.Context + HTTPClient *http.Client + func NewGetRecorderMasksParams() *GetRecorderMasksParams + func NewGetRecorderMasksParamsWithContext(ctx context.Context) *GetRecorderMasksParams + func NewGetRecorderMasksParamsWithHTTPClient(client *http.Client) *GetRecorderMasksParams + func NewGetRecorderMasksParamsWithTimeout(timeout time.Duration) *GetRecorderMasksParams + func (o *GetRecorderMasksParams) SetContext(ctx context.Context) + func (o *GetRecorderMasksParams) SetDefaults() + func (o *GetRecorderMasksParams) SetHTTPClient(client *http.Client) + func (o *GetRecorderMasksParams) SetTimeout(timeout time.Duration) + func (o *GetRecorderMasksParams) WithContext(ctx context.Context) *GetRecorderMasksParams + func (o *GetRecorderMasksParams) WithDefaults() *GetRecorderMasksParams + func (o *GetRecorderMasksParams) WithHTTPClient(client *http.Client) *GetRecorderMasksParams + func (o *GetRecorderMasksParams) WithTimeout(timeout time.Duration) *GetRecorderMasksParams + func (o *GetRecorderMasksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetRecorderMasksReader struct + func (o *GetRecorderMasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetRecorderOK struct + Payload []*models.Recorder + func NewGetRecorderOK() *GetRecorderOK + func (o *GetRecorderOK) Error() string + func (o *GetRecorderOK) GetPayload() []*models.Recorder + func (o *GetRecorderOK) IsClientError() bool + func (o *GetRecorderOK) IsCode(code int) bool + func (o *GetRecorderOK) IsRedirect() bool + func (o *GetRecorderOK) IsServerError() bool + func (o *GetRecorderOK) IsSuccess() bool + func (o *GetRecorderOK) String() string + type GetRecorderParams struct + Context context.Context + HTTPClient *http.Client + func NewGetRecorderParams() *GetRecorderParams + func NewGetRecorderParamsWithContext(ctx context.Context) *GetRecorderParams + func NewGetRecorderParamsWithHTTPClient(client *http.Client) *GetRecorderParams + func NewGetRecorderParamsWithTimeout(timeout time.Duration) *GetRecorderParams + func (o *GetRecorderParams) SetContext(ctx context.Context) + func (o *GetRecorderParams) SetDefaults() + func (o *GetRecorderParams) SetHTTPClient(client *http.Client) + func (o *GetRecorderParams) SetTimeout(timeout time.Duration) + func (o *GetRecorderParams) WithContext(ctx context.Context) *GetRecorderParams + func (o *GetRecorderParams) WithDefaults() *GetRecorderParams + func (o *GetRecorderParams) WithHTTPClient(client *http.Client) *GetRecorderParams + func (o *GetRecorderParams) WithTimeout(timeout time.Duration) *GetRecorderParams + func (o *GetRecorderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetRecorderReader struct + func (o *GetRecorderReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutRecorderIDCreated struct + func NewPutRecorderIDCreated() *PutRecorderIDCreated + func (o *PutRecorderIDCreated) Error() string + func (o *PutRecorderIDCreated) IsClientError() bool + func (o *PutRecorderIDCreated) IsCode(code int) bool + func (o *PutRecorderIDCreated) IsRedirect() bool + func (o *PutRecorderIDCreated) IsServerError() bool + func (o *PutRecorderIDCreated) IsSuccess() bool + func (o *PutRecorderIDCreated) String() string + type PutRecorderIDFailure struct + Payload models.Error + func NewPutRecorderIDFailure() *PutRecorderIDFailure + func (o *PutRecorderIDFailure) Error() string + func (o *PutRecorderIDFailure) GetPayload() models.Error + func (o *PutRecorderIDFailure) IsClientError() bool + func (o *PutRecorderIDFailure) IsCode(code int) bool + func (o *PutRecorderIDFailure) IsRedirect() bool + func (o *PutRecorderIDFailure) IsServerError() bool + func (o *PutRecorderIDFailure) IsSuccess() bool + func (o *PutRecorderIDFailure) String() string + type PutRecorderIDOK struct + func NewPutRecorderIDOK() *PutRecorderIDOK + func (o *PutRecorderIDOK) Error() string + func (o *PutRecorderIDOK) IsClientError() bool + func (o *PutRecorderIDOK) IsCode(code int) bool + func (o *PutRecorderIDOK) IsRedirect() bool + func (o *PutRecorderIDOK) IsServerError() bool + func (o *PutRecorderIDOK) IsSuccess() bool + func (o *PutRecorderIDOK) String() string + type PutRecorderIDParams struct + Config *models.RecorderSpec + Context context.Context + HTTPClient *http.Client + ID int64 + func NewPutRecorderIDParams() *PutRecorderIDParams + func NewPutRecorderIDParamsWithContext(ctx context.Context) *PutRecorderIDParams + func NewPutRecorderIDParamsWithHTTPClient(client *http.Client) *PutRecorderIDParams + func NewPutRecorderIDParamsWithTimeout(timeout time.Duration) *PutRecorderIDParams + func (o *PutRecorderIDParams) SetConfig(config *models.RecorderSpec) + func (o *PutRecorderIDParams) SetContext(ctx context.Context) + func (o *PutRecorderIDParams) SetDefaults() + func (o *PutRecorderIDParams) SetHTTPClient(client *http.Client) + func (o *PutRecorderIDParams) SetID(id int64) + func (o *PutRecorderIDParams) SetTimeout(timeout time.Duration) + func (o *PutRecorderIDParams) WithConfig(config *models.RecorderSpec) *PutRecorderIDParams + func (o *PutRecorderIDParams) WithContext(ctx context.Context) *PutRecorderIDParams + func (o *PutRecorderIDParams) WithDefaults() *PutRecorderIDParams + func (o *PutRecorderIDParams) WithHTTPClient(client *http.Client) *PutRecorderIDParams + func (o *PutRecorderIDParams) WithID(id int64) *PutRecorderIDParams + func (o *PutRecorderIDParams) WithTimeout(timeout time.Duration) *PutRecorderIDParams + func (o *PutRecorderIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutRecorderIDReader struct + func (o *PutRecorderIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)