Versions in this module Expand all Collapse all v0 v0.212.1 Dec 13, 2024 v0.2.12 Dec 13, 2024 Changes in this version + type API interface + CreateRobot func(ctx context.Context, params *CreateRobotParams) (*CreateRobotCreated, error) + DeleteRobot func(ctx context.Context, params *DeleteRobotParams) (*DeleteRobotOK, error) + GetRobotByID func(ctx context.Context, params *GetRobotByIDParams) (*GetRobotByIDOK, error) + ListRobot func(ctx context.Context, params *ListRobotParams) (*ListRobotOK, error) + RefreshSec func(ctx context.Context, params *RefreshSecParams) (*RefreshSecOK, error) + UpdateRobot func(ctx context.Context, params *UpdateRobotParams) (*UpdateRobotOK, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) CreateRobot(ctx context.Context, params *CreateRobotParams) (*CreateRobotCreated, error) + func (a *Client) DeleteRobot(ctx context.Context, params *DeleteRobotParams) (*DeleteRobotOK, error) + func (a *Client) GetRobotByID(ctx context.Context, params *GetRobotByIDParams) (*GetRobotByIDOK, error) + func (a *Client) ListRobot(ctx context.Context, params *ListRobotParams) (*ListRobotOK, error) + func (a *Client) RefreshSec(ctx context.Context, params *RefreshSecParams) (*RefreshSecOK, error) + func (a *Client) UpdateRobot(ctx context.Context, params *UpdateRobotParams) (*UpdateRobotOK, error) + type CreateRobotBadRequest struct + Payload *models.Errors + XRequestID string + func NewCreateRobotBadRequest() *CreateRobotBadRequest + func (o *CreateRobotBadRequest) Error() string + func (o *CreateRobotBadRequest) GetPayload() *models.Errors + func (o *CreateRobotBadRequest) IsClientError() bool + func (o *CreateRobotBadRequest) IsCode(code int) bool + func (o *CreateRobotBadRequest) IsRedirect() bool + func (o *CreateRobotBadRequest) IsServerError() bool + func (o *CreateRobotBadRequest) IsSuccess() bool + func (o *CreateRobotBadRequest) String() string + type CreateRobotCreated struct + Location string + Payload *models.RobotCreated + XRequestID string + func NewCreateRobotCreated() *CreateRobotCreated + func (o *CreateRobotCreated) Error() string + func (o *CreateRobotCreated) GetPayload() *models.RobotCreated + func (o *CreateRobotCreated) IsClientError() bool + func (o *CreateRobotCreated) IsCode(code int) bool + func (o *CreateRobotCreated) IsRedirect() bool + func (o *CreateRobotCreated) IsServerError() bool + func (o *CreateRobotCreated) IsSuccess() bool + func (o *CreateRobotCreated) String() string + type CreateRobotForbidden struct + Payload *models.Errors + XRequestID string + func NewCreateRobotForbidden() *CreateRobotForbidden + func (o *CreateRobotForbidden) Error() string + func (o *CreateRobotForbidden) GetPayload() *models.Errors + func (o *CreateRobotForbidden) IsClientError() bool + func (o *CreateRobotForbidden) IsCode(code int) bool + func (o *CreateRobotForbidden) IsRedirect() bool + func (o *CreateRobotForbidden) IsServerError() bool + func (o *CreateRobotForbidden) IsSuccess() bool + func (o *CreateRobotForbidden) String() string + type CreateRobotInternalServerError struct + Payload *models.Errors + XRequestID string + func NewCreateRobotInternalServerError() *CreateRobotInternalServerError + func (o *CreateRobotInternalServerError) Error() string + func (o *CreateRobotInternalServerError) GetPayload() *models.Errors + func (o *CreateRobotInternalServerError) IsClientError() bool + func (o *CreateRobotInternalServerError) IsCode(code int) bool + func (o *CreateRobotInternalServerError) IsRedirect() bool + func (o *CreateRobotInternalServerError) IsServerError() bool + func (o *CreateRobotInternalServerError) IsSuccess() bool + func (o *CreateRobotInternalServerError) String() string + type CreateRobotNotFound struct + Payload *models.Errors + XRequestID string + func NewCreateRobotNotFound() *CreateRobotNotFound + func (o *CreateRobotNotFound) Error() string + func (o *CreateRobotNotFound) GetPayload() *models.Errors + func (o *CreateRobotNotFound) IsClientError() bool + func (o *CreateRobotNotFound) IsCode(code int) bool + func (o *CreateRobotNotFound) IsRedirect() bool + func (o *CreateRobotNotFound) IsServerError() bool + func (o *CreateRobotNotFound) IsSuccess() bool + func (o *CreateRobotNotFound) String() string + type CreateRobotParams struct + Context context.Context + HTTPClient *http.Client + Robot *models.RobotCreate + XRequestID *string + func NewCreateRobotParams() *CreateRobotParams + func NewCreateRobotParamsWithContext(ctx context.Context) *CreateRobotParams + func NewCreateRobotParamsWithHTTPClient(client *http.Client) *CreateRobotParams + func NewCreateRobotParamsWithTimeout(timeout time.Duration) *CreateRobotParams + func (o *CreateRobotParams) SetContext(ctx context.Context) + func (o *CreateRobotParams) SetDefaults() + func (o *CreateRobotParams) SetHTTPClient(client *http.Client) + func (o *CreateRobotParams) SetRobot(robot *models.RobotCreate) + func (o *CreateRobotParams) SetTimeout(timeout time.Duration) + func (o *CreateRobotParams) SetXRequestID(xRequestID *string) + func (o *CreateRobotParams) WithContext(ctx context.Context) *CreateRobotParams + func (o *CreateRobotParams) WithDefaults() *CreateRobotParams + func (o *CreateRobotParams) WithHTTPClient(client *http.Client) *CreateRobotParams + func (o *CreateRobotParams) WithRobot(robot *models.RobotCreate) *CreateRobotParams + func (o *CreateRobotParams) WithTimeout(timeout time.Duration) *CreateRobotParams + func (o *CreateRobotParams) WithXRequestID(xRequestID *string) *CreateRobotParams + func (o *CreateRobotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateRobotReader struct + func (o *CreateRobotReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateRobotUnauthorized struct + Payload *models.Errors + XRequestID string + func NewCreateRobotUnauthorized() *CreateRobotUnauthorized + func (o *CreateRobotUnauthorized) Error() string + func (o *CreateRobotUnauthorized) GetPayload() *models.Errors + func (o *CreateRobotUnauthorized) IsClientError() bool + func (o *CreateRobotUnauthorized) IsCode(code int) bool + func (o *CreateRobotUnauthorized) IsRedirect() bool + func (o *CreateRobotUnauthorized) IsServerError() bool + func (o *CreateRobotUnauthorized) IsSuccess() bool + func (o *CreateRobotUnauthorized) String() string + type DeleteRobotBadRequest struct + Payload *models.Errors + XRequestID string + func NewDeleteRobotBadRequest() *DeleteRobotBadRequest + func (o *DeleteRobotBadRequest) Error() string + func (o *DeleteRobotBadRequest) GetPayload() *models.Errors + func (o *DeleteRobotBadRequest) IsClientError() bool + func (o *DeleteRobotBadRequest) IsCode(code int) bool + func (o *DeleteRobotBadRequest) IsRedirect() bool + func (o *DeleteRobotBadRequest) IsServerError() bool + func (o *DeleteRobotBadRequest) IsSuccess() bool + func (o *DeleteRobotBadRequest) String() string + type DeleteRobotForbidden struct + Payload *models.Errors + XRequestID string + func NewDeleteRobotForbidden() *DeleteRobotForbidden + func (o *DeleteRobotForbidden) Error() string + func (o *DeleteRobotForbidden) GetPayload() *models.Errors + func (o *DeleteRobotForbidden) IsClientError() bool + func (o *DeleteRobotForbidden) IsCode(code int) bool + func (o *DeleteRobotForbidden) IsRedirect() bool + func (o *DeleteRobotForbidden) IsServerError() bool + func (o *DeleteRobotForbidden) IsSuccess() bool + func (o *DeleteRobotForbidden) String() string + type DeleteRobotInternalServerError struct + Payload *models.Errors + XRequestID string + func NewDeleteRobotInternalServerError() *DeleteRobotInternalServerError + func (o *DeleteRobotInternalServerError) Error() string + func (o *DeleteRobotInternalServerError) GetPayload() *models.Errors + func (o *DeleteRobotInternalServerError) IsClientError() bool + func (o *DeleteRobotInternalServerError) IsCode(code int) bool + func (o *DeleteRobotInternalServerError) IsRedirect() bool + func (o *DeleteRobotInternalServerError) IsServerError() bool + func (o *DeleteRobotInternalServerError) IsSuccess() bool + func (o *DeleteRobotInternalServerError) String() string + type DeleteRobotNotFound struct + Payload *models.Errors + XRequestID string + func NewDeleteRobotNotFound() *DeleteRobotNotFound + func (o *DeleteRobotNotFound) Error() string + func (o *DeleteRobotNotFound) GetPayload() *models.Errors + func (o *DeleteRobotNotFound) IsClientError() bool + func (o *DeleteRobotNotFound) IsCode(code int) bool + func (o *DeleteRobotNotFound) IsRedirect() bool + func (o *DeleteRobotNotFound) IsServerError() bool + func (o *DeleteRobotNotFound) IsSuccess() bool + func (o *DeleteRobotNotFound) String() string + type DeleteRobotOK struct + XRequestID string + func NewDeleteRobotOK() *DeleteRobotOK + func (o *DeleteRobotOK) Error() string + func (o *DeleteRobotOK) IsClientError() bool + func (o *DeleteRobotOK) IsCode(code int) bool + func (o *DeleteRobotOK) IsRedirect() bool + func (o *DeleteRobotOK) IsServerError() bool + func (o *DeleteRobotOK) IsSuccess() bool + func (o *DeleteRobotOK) String() string + type DeleteRobotParams struct + Context context.Context + HTTPClient *http.Client + RobotID int64 + XRequestID *string + func NewDeleteRobotParams() *DeleteRobotParams + func NewDeleteRobotParamsWithContext(ctx context.Context) *DeleteRobotParams + func NewDeleteRobotParamsWithHTTPClient(client *http.Client) *DeleteRobotParams + func NewDeleteRobotParamsWithTimeout(timeout time.Duration) *DeleteRobotParams + func (o *DeleteRobotParams) SetContext(ctx context.Context) + func (o *DeleteRobotParams) SetDefaults() + func (o *DeleteRobotParams) SetHTTPClient(client *http.Client) + func (o *DeleteRobotParams) SetRobotID(robotID int64) + func (o *DeleteRobotParams) SetTimeout(timeout time.Duration) + func (o *DeleteRobotParams) SetXRequestID(xRequestID *string) + func (o *DeleteRobotParams) WithContext(ctx context.Context) *DeleteRobotParams + func (o *DeleteRobotParams) WithDefaults() *DeleteRobotParams + func (o *DeleteRobotParams) WithHTTPClient(client *http.Client) *DeleteRobotParams + func (o *DeleteRobotParams) WithRobotID(robotID int64) *DeleteRobotParams + func (o *DeleteRobotParams) WithTimeout(timeout time.Duration) *DeleteRobotParams + func (o *DeleteRobotParams) WithXRequestID(xRequestID *string) *DeleteRobotParams + func (o *DeleteRobotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteRobotReader struct + func (o *DeleteRobotReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteRobotUnauthorized struct + Payload *models.Errors + XRequestID string + func NewDeleteRobotUnauthorized() *DeleteRobotUnauthorized + func (o *DeleteRobotUnauthorized) Error() string + func (o *DeleteRobotUnauthorized) GetPayload() *models.Errors + func (o *DeleteRobotUnauthorized) IsClientError() bool + func (o *DeleteRobotUnauthorized) IsCode(code int) bool + func (o *DeleteRobotUnauthorized) IsRedirect() bool + func (o *DeleteRobotUnauthorized) IsServerError() bool + func (o *DeleteRobotUnauthorized) IsSuccess() bool + func (o *DeleteRobotUnauthorized) String() string + type GetRobotByIDForbidden struct + Payload *models.Errors + XRequestID string + func NewGetRobotByIDForbidden() *GetRobotByIDForbidden + func (o *GetRobotByIDForbidden) Error() string + func (o *GetRobotByIDForbidden) GetPayload() *models.Errors + func (o *GetRobotByIDForbidden) IsClientError() bool + func (o *GetRobotByIDForbidden) IsCode(code int) bool + func (o *GetRobotByIDForbidden) IsRedirect() bool + func (o *GetRobotByIDForbidden) IsServerError() bool + func (o *GetRobotByIDForbidden) IsSuccess() bool + func (o *GetRobotByIDForbidden) String() string + type GetRobotByIDInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetRobotByIDInternalServerError() *GetRobotByIDInternalServerError + func (o *GetRobotByIDInternalServerError) Error() string + func (o *GetRobotByIDInternalServerError) GetPayload() *models.Errors + func (o *GetRobotByIDInternalServerError) IsClientError() bool + func (o *GetRobotByIDInternalServerError) IsCode(code int) bool + func (o *GetRobotByIDInternalServerError) IsRedirect() bool + func (o *GetRobotByIDInternalServerError) IsServerError() bool + func (o *GetRobotByIDInternalServerError) IsSuccess() bool + func (o *GetRobotByIDInternalServerError) String() string + type GetRobotByIDNotFound struct + Payload *models.Errors + XRequestID string + func NewGetRobotByIDNotFound() *GetRobotByIDNotFound + func (o *GetRobotByIDNotFound) Error() string + func (o *GetRobotByIDNotFound) GetPayload() *models.Errors + func (o *GetRobotByIDNotFound) IsClientError() bool + func (o *GetRobotByIDNotFound) IsCode(code int) bool + func (o *GetRobotByIDNotFound) IsRedirect() bool + func (o *GetRobotByIDNotFound) IsServerError() bool + func (o *GetRobotByIDNotFound) IsSuccess() bool + func (o *GetRobotByIDNotFound) String() string + type GetRobotByIDOK struct + Payload *models.Robot + func NewGetRobotByIDOK() *GetRobotByIDOK + func (o *GetRobotByIDOK) Error() string + func (o *GetRobotByIDOK) GetPayload() *models.Robot + func (o *GetRobotByIDOK) IsClientError() bool + func (o *GetRobotByIDOK) IsCode(code int) bool + func (o *GetRobotByIDOK) IsRedirect() bool + func (o *GetRobotByIDOK) IsServerError() bool + func (o *GetRobotByIDOK) IsSuccess() bool + func (o *GetRobotByIDOK) String() string + type GetRobotByIDParams struct + Context context.Context + HTTPClient *http.Client + RobotID int64 + XRequestID *string + func NewGetRobotByIDParams() *GetRobotByIDParams + func NewGetRobotByIDParamsWithContext(ctx context.Context) *GetRobotByIDParams + func NewGetRobotByIDParamsWithHTTPClient(client *http.Client) *GetRobotByIDParams + func NewGetRobotByIDParamsWithTimeout(timeout time.Duration) *GetRobotByIDParams + func (o *GetRobotByIDParams) SetContext(ctx context.Context) + func (o *GetRobotByIDParams) SetDefaults() + func (o *GetRobotByIDParams) SetHTTPClient(client *http.Client) + func (o *GetRobotByIDParams) SetRobotID(robotID int64) + func (o *GetRobotByIDParams) SetTimeout(timeout time.Duration) + func (o *GetRobotByIDParams) SetXRequestID(xRequestID *string) + func (o *GetRobotByIDParams) WithContext(ctx context.Context) *GetRobotByIDParams + func (o *GetRobotByIDParams) WithDefaults() *GetRobotByIDParams + func (o *GetRobotByIDParams) WithHTTPClient(client *http.Client) *GetRobotByIDParams + func (o *GetRobotByIDParams) WithRobotID(robotID int64) *GetRobotByIDParams + func (o *GetRobotByIDParams) WithTimeout(timeout time.Duration) *GetRobotByIDParams + func (o *GetRobotByIDParams) WithXRequestID(xRequestID *string) *GetRobotByIDParams + func (o *GetRobotByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetRobotByIDReader struct + func (o *GetRobotByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetRobotByIDUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetRobotByIDUnauthorized() *GetRobotByIDUnauthorized + func (o *GetRobotByIDUnauthorized) Error() string + func (o *GetRobotByIDUnauthorized) GetPayload() *models.Errors + func (o *GetRobotByIDUnauthorized) IsClientError() bool + func (o *GetRobotByIDUnauthorized) IsCode(code int) bool + func (o *GetRobotByIDUnauthorized) IsRedirect() bool + func (o *GetRobotByIDUnauthorized) IsServerError() bool + func (o *GetRobotByIDUnauthorized) IsSuccess() bool + func (o *GetRobotByIDUnauthorized) String() string + type ListRobotBadRequest struct + Payload *models.Errors + XRequestID string + func NewListRobotBadRequest() *ListRobotBadRequest + func (o *ListRobotBadRequest) Error() string + func (o *ListRobotBadRequest) GetPayload() *models.Errors + func (o *ListRobotBadRequest) IsClientError() bool + func (o *ListRobotBadRequest) IsCode(code int) bool + func (o *ListRobotBadRequest) IsRedirect() bool + func (o *ListRobotBadRequest) IsServerError() bool + func (o *ListRobotBadRequest) IsSuccess() bool + func (o *ListRobotBadRequest) String() string + type ListRobotInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListRobotInternalServerError() *ListRobotInternalServerError + func (o *ListRobotInternalServerError) Error() string + func (o *ListRobotInternalServerError) GetPayload() *models.Errors + func (o *ListRobotInternalServerError) IsClientError() bool + func (o *ListRobotInternalServerError) IsCode(code int) bool + func (o *ListRobotInternalServerError) IsRedirect() bool + func (o *ListRobotInternalServerError) IsServerError() bool + func (o *ListRobotInternalServerError) IsSuccess() bool + func (o *ListRobotInternalServerError) String() string + type ListRobotNotFound struct + Payload *models.Errors + XRequestID string + func NewListRobotNotFound() *ListRobotNotFound + func (o *ListRobotNotFound) Error() string + func (o *ListRobotNotFound) GetPayload() *models.Errors + func (o *ListRobotNotFound) IsClientError() bool + func (o *ListRobotNotFound) IsCode(code int) bool + func (o *ListRobotNotFound) IsRedirect() bool + func (o *ListRobotNotFound) IsServerError() bool + func (o *ListRobotNotFound) IsSuccess() bool + func (o *ListRobotNotFound) String() string + type ListRobotOK struct + Link string + Payload []*models.Robot + XTotalCount int64 + func NewListRobotOK() *ListRobotOK + func (o *ListRobotOK) Error() string + func (o *ListRobotOK) GetPayload() []*models.Robot + func (o *ListRobotOK) IsClientError() bool + func (o *ListRobotOK) IsCode(code int) bool + func (o *ListRobotOK) IsRedirect() bool + func (o *ListRobotOK) IsServerError() bool + func (o *ListRobotOK) IsSuccess() bool + func (o *ListRobotOK) String() string + type ListRobotParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + Q *string + Sort *string + XRequestID *string + func NewListRobotParams() *ListRobotParams + func NewListRobotParamsWithContext(ctx context.Context) *ListRobotParams + func NewListRobotParamsWithHTTPClient(client *http.Client) *ListRobotParams + func NewListRobotParamsWithTimeout(timeout time.Duration) *ListRobotParams + func (o *ListRobotParams) SetContext(ctx context.Context) + func (o *ListRobotParams) SetDefaults() + func (o *ListRobotParams) SetHTTPClient(client *http.Client) + func (o *ListRobotParams) SetPage(page *int64) + func (o *ListRobotParams) SetPageSize(pageSize *int64) + func (o *ListRobotParams) SetQ(q *string) + func (o *ListRobotParams) SetSort(sort *string) + func (o *ListRobotParams) SetTimeout(timeout time.Duration) + func (o *ListRobotParams) SetXRequestID(xRequestID *string) + func (o *ListRobotParams) WithContext(ctx context.Context) *ListRobotParams + func (o *ListRobotParams) WithDefaults() *ListRobotParams + func (o *ListRobotParams) WithHTTPClient(client *http.Client) *ListRobotParams + func (o *ListRobotParams) WithPage(page *int64) *ListRobotParams + func (o *ListRobotParams) WithPageSize(pageSize *int64) *ListRobotParams + func (o *ListRobotParams) WithQ(q *string) *ListRobotParams + func (o *ListRobotParams) WithSort(sort *string) *ListRobotParams + func (o *ListRobotParams) WithTimeout(timeout time.Duration) *ListRobotParams + func (o *ListRobotParams) WithXRequestID(xRequestID *string) *ListRobotParams + func (o *ListRobotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListRobotReader struct + func (o *ListRobotReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type RefreshSecBadRequest struct + Payload *models.Errors + XRequestID string + func NewRefreshSecBadRequest() *RefreshSecBadRequest + func (o *RefreshSecBadRequest) Error() string + func (o *RefreshSecBadRequest) GetPayload() *models.Errors + func (o *RefreshSecBadRequest) IsClientError() bool + func (o *RefreshSecBadRequest) IsCode(code int) bool + func (o *RefreshSecBadRequest) IsRedirect() bool + func (o *RefreshSecBadRequest) IsServerError() bool + func (o *RefreshSecBadRequest) IsSuccess() bool + func (o *RefreshSecBadRequest) String() string + type RefreshSecForbidden struct + Payload *models.Errors + XRequestID string + func NewRefreshSecForbidden() *RefreshSecForbidden + func (o *RefreshSecForbidden) Error() string + func (o *RefreshSecForbidden) GetPayload() *models.Errors + func (o *RefreshSecForbidden) IsClientError() bool + func (o *RefreshSecForbidden) IsCode(code int) bool + func (o *RefreshSecForbidden) IsRedirect() bool + func (o *RefreshSecForbidden) IsServerError() bool + func (o *RefreshSecForbidden) IsSuccess() bool + func (o *RefreshSecForbidden) String() string + type RefreshSecInternalServerError struct + Payload *models.Errors + XRequestID string + func NewRefreshSecInternalServerError() *RefreshSecInternalServerError + func (o *RefreshSecInternalServerError) Error() string + func (o *RefreshSecInternalServerError) GetPayload() *models.Errors + func (o *RefreshSecInternalServerError) IsClientError() bool + func (o *RefreshSecInternalServerError) IsCode(code int) bool + func (o *RefreshSecInternalServerError) IsRedirect() bool + func (o *RefreshSecInternalServerError) IsServerError() bool + func (o *RefreshSecInternalServerError) IsSuccess() bool + func (o *RefreshSecInternalServerError) String() string + type RefreshSecNotFound struct + Payload *models.Errors + XRequestID string + func NewRefreshSecNotFound() *RefreshSecNotFound + func (o *RefreshSecNotFound) Error() string + func (o *RefreshSecNotFound) GetPayload() *models.Errors + func (o *RefreshSecNotFound) IsClientError() bool + func (o *RefreshSecNotFound) IsCode(code int) bool + func (o *RefreshSecNotFound) IsRedirect() bool + func (o *RefreshSecNotFound) IsServerError() bool + func (o *RefreshSecNotFound) IsSuccess() bool + func (o *RefreshSecNotFound) String() string + type RefreshSecOK struct + Payload *models.RobotSec + func NewRefreshSecOK() *RefreshSecOK + func (o *RefreshSecOK) Error() string + func (o *RefreshSecOK) GetPayload() *models.RobotSec + func (o *RefreshSecOK) IsClientError() bool + func (o *RefreshSecOK) IsCode(code int) bool + func (o *RefreshSecOK) IsRedirect() bool + func (o *RefreshSecOK) IsServerError() bool + func (o *RefreshSecOK) IsSuccess() bool + func (o *RefreshSecOK) String() string + type RefreshSecParams struct + Context context.Context + HTTPClient *http.Client + RobotID int64 + RobotSec *models.RobotSec + XRequestID *string + func NewRefreshSecParams() *RefreshSecParams + func NewRefreshSecParamsWithContext(ctx context.Context) *RefreshSecParams + func NewRefreshSecParamsWithHTTPClient(client *http.Client) *RefreshSecParams + func NewRefreshSecParamsWithTimeout(timeout time.Duration) *RefreshSecParams + func (o *RefreshSecParams) SetContext(ctx context.Context) + func (o *RefreshSecParams) SetDefaults() + func (o *RefreshSecParams) SetHTTPClient(client *http.Client) + func (o *RefreshSecParams) SetRobotID(robotID int64) + func (o *RefreshSecParams) SetRobotSec(robotSec *models.RobotSec) + func (o *RefreshSecParams) SetTimeout(timeout time.Duration) + func (o *RefreshSecParams) SetXRequestID(xRequestID *string) + func (o *RefreshSecParams) WithContext(ctx context.Context) *RefreshSecParams + func (o *RefreshSecParams) WithDefaults() *RefreshSecParams + func (o *RefreshSecParams) WithHTTPClient(client *http.Client) *RefreshSecParams + func (o *RefreshSecParams) WithRobotID(robotID int64) *RefreshSecParams + func (o *RefreshSecParams) WithRobotSec(robotSec *models.RobotSec) *RefreshSecParams + func (o *RefreshSecParams) WithTimeout(timeout time.Duration) *RefreshSecParams + func (o *RefreshSecParams) WithXRequestID(xRequestID *string) *RefreshSecParams + func (o *RefreshSecParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RefreshSecReader struct + func (o *RefreshSecReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type RefreshSecUnauthorized struct + Payload *models.Errors + XRequestID string + func NewRefreshSecUnauthorized() *RefreshSecUnauthorized + func (o *RefreshSecUnauthorized) Error() string + func (o *RefreshSecUnauthorized) GetPayload() *models.Errors + func (o *RefreshSecUnauthorized) IsClientError() bool + func (o *RefreshSecUnauthorized) IsCode(code int) bool + func (o *RefreshSecUnauthorized) IsRedirect() bool + func (o *RefreshSecUnauthorized) IsServerError() bool + func (o *RefreshSecUnauthorized) IsSuccess() bool + func (o *RefreshSecUnauthorized) String() string + type UpdateRobotBadRequest struct + Payload *models.Errors + XRequestID string + func NewUpdateRobotBadRequest() *UpdateRobotBadRequest + func (o *UpdateRobotBadRequest) Error() string + func (o *UpdateRobotBadRequest) GetPayload() *models.Errors + func (o *UpdateRobotBadRequest) IsClientError() bool + func (o *UpdateRobotBadRequest) IsCode(code int) bool + func (o *UpdateRobotBadRequest) IsRedirect() bool + func (o *UpdateRobotBadRequest) IsServerError() bool + func (o *UpdateRobotBadRequest) IsSuccess() bool + func (o *UpdateRobotBadRequest) String() string + type UpdateRobotConflict struct + Payload *models.Errors + XRequestID string + func NewUpdateRobotConflict() *UpdateRobotConflict + func (o *UpdateRobotConflict) Error() string + func (o *UpdateRobotConflict) GetPayload() *models.Errors + func (o *UpdateRobotConflict) IsClientError() bool + func (o *UpdateRobotConflict) IsCode(code int) bool + func (o *UpdateRobotConflict) IsRedirect() bool + func (o *UpdateRobotConflict) IsServerError() bool + func (o *UpdateRobotConflict) IsSuccess() bool + func (o *UpdateRobotConflict) String() string + type UpdateRobotForbidden struct + Payload *models.Errors + XRequestID string + func NewUpdateRobotForbidden() *UpdateRobotForbidden + func (o *UpdateRobotForbidden) Error() string + func (o *UpdateRobotForbidden) GetPayload() *models.Errors + func (o *UpdateRobotForbidden) IsClientError() bool + func (o *UpdateRobotForbidden) IsCode(code int) bool + func (o *UpdateRobotForbidden) IsRedirect() bool + func (o *UpdateRobotForbidden) IsServerError() bool + func (o *UpdateRobotForbidden) IsSuccess() bool + func (o *UpdateRobotForbidden) String() string + type UpdateRobotInternalServerError struct + Payload *models.Errors + XRequestID string + func NewUpdateRobotInternalServerError() *UpdateRobotInternalServerError + func (o *UpdateRobotInternalServerError) Error() string + func (o *UpdateRobotInternalServerError) GetPayload() *models.Errors + func (o *UpdateRobotInternalServerError) IsClientError() bool + func (o *UpdateRobotInternalServerError) IsCode(code int) bool + func (o *UpdateRobotInternalServerError) IsRedirect() bool + func (o *UpdateRobotInternalServerError) IsServerError() bool + func (o *UpdateRobotInternalServerError) IsSuccess() bool + func (o *UpdateRobotInternalServerError) String() string + type UpdateRobotNotFound struct + Payload *models.Errors + XRequestID string + func NewUpdateRobotNotFound() *UpdateRobotNotFound + func (o *UpdateRobotNotFound) Error() string + func (o *UpdateRobotNotFound) GetPayload() *models.Errors + func (o *UpdateRobotNotFound) IsClientError() bool + func (o *UpdateRobotNotFound) IsCode(code int) bool + func (o *UpdateRobotNotFound) IsRedirect() bool + func (o *UpdateRobotNotFound) IsServerError() bool + func (o *UpdateRobotNotFound) IsSuccess() bool + func (o *UpdateRobotNotFound) String() string + type UpdateRobotOK struct + XRequestID string + func NewUpdateRobotOK() *UpdateRobotOK + func (o *UpdateRobotOK) Error() string + func (o *UpdateRobotOK) IsClientError() bool + func (o *UpdateRobotOK) IsCode(code int) bool + func (o *UpdateRobotOK) IsRedirect() bool + func (o *UpdateRobotOK) IsServerError() bool + func (o *UpdateRobotOK) IsSuccess() bool + func (o *UpdateRobotOK) String() string + type UpdateRobotParams struct + Context context.Context + HTTPClient *http.Client + Robot *models.Robot + RobotID int64 + XRequestID *string + func NewUpdateRobotParams() *UpdateRobotParams + func NewUpdateRobotParamsWithContext(ctx context.Context) *UpdateRobotParams + func NewUpdateRobotParamsWithHTTPClient(client *http.Client) *UpdateRobotParams + func NewUpdateRobotParamsWithTimeout(timeout time.Duration) *UpdateRobotParams + func (o *UpdateRobotParams) SetContext(ctx context.Context) + func (o *UpdateRobotParams) SetDefaults() + func (o *UpdateRobotParams) SetHTTPClient(client *http.Client) + func (o *UpdateRobotParams) SetRobot(robot *models.Robot) + func (o *UpdateRobotParams) SetRobotID(robotID int64) + func (o *UpdateRobotParams) SetTimeout(timeout time.Duration) + func (o *UpdateRobotParams) SetXRequestID(xRequestID *string) + func (o *UpdateRobotParams) WithContext(ctx context.Context) *UpdateRobotParams + func (o *UpdateRobotParams) WithDefaults() *UpdateRobotParams + func (o *UpdateRobotParams) WithHTTPClient(client *http.Client) *UpdateRobotParams + func (o *UpdateRobotParams) WithRobot(robot *models.Robot) *UpdateRobotParams + func (o *UpdateRobotParams) WithRobotID(robotID int64) *UpdateRobotParams + func (o *UpdateRobotParams) WithTimeout(timeout time.Duration) *UpdateRobotParams + func (o *UpdateRobotParams) WithXRequestID(xRequestID *string) *UpdateRobotParams + func (o *UpdateRobotParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateRobotReader struct + func (o *UpdateRobotReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateRobotUnauthorized struct + Payload *models.Errors + XRequestID string + func NewUpdateRobotUnauthorized() *UpdateRobotUnauthorized + func (o *UpdateRobotUnauthorized) Error() string + func (o *UpdateRobotUnauthorized) GetPayload() *models.Errors + func (o *UpdateRobotUnauthorized) IsClientError() bool + func (o *UpdateRobotUnauthorized) IsCode(code int) bool + func (o *UpdateRobotUnauthorized) IsRedirect() bool + func (o *UpdateRobotUnauthorized) IsServerError() bool + func (o *UpdateRobotUnauthorized) IsSuccess() bool + func (o *UpdateRobotUnauthorized) String() string