Versions in this module Expand all Collapse all v0 v0.2.3 Jan 14, 2023 v0.2.2 Feb 23, 2022 Changes in this version + type Client struct + func (a *Client) DeletePoolStore(params *DeletePoolStoreParams, authInfo runtime.ClientAuthInfoWriter, ...) error + func (a *Client) ExportPoolStore(params *ExportPoolStoreParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ExportPoolStoreOK, error) + func (a *Client) GetStoreStatus(params *GetStoreStatusParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetStoreStatusOK, error) + func (a *Client) ImportPoolStore(params *ImportPoolStoreParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ImportPoolStoreOK, error) + func (a *Client) SetLock(params *SetLockParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SetLockOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + DeletePoolStore func(params *DeletePoolStoreParams, authInfo runtime.ClientAuthInfoWriter, ...) error + ExportPoolStore func(params *ExportPoolStoreParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ExportPoolStoreOK, error) + GetStoreStatus func(params *GetStoreStatusParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetStoreStatusOK, error) + ImportPoolStore func(params *ImportPoolStoreParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ImportPoolStoreOK, error) + SetLock func(params *SetLockParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SetLockOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeletePoolStoreInternalServerError struct + Payload interface{} + func NewDeletePoolStoreInternalServerError() *DeletePoolStoreInternalServerError + func (o *DeletePoolStoreInternalServerError) Error() string + func (o *DeletePoolStoreInternalServerError) GetPayload() interface{} + type DeletePoolStoreNotFound struct + Payload interface{} + func NewDeletePoolStoreNotFound() *DeletePoolStoreNotFound + func (o *DeletePoolStoreNotFound) Error() string + func (o *DeletePoolStoreNotFound) GetPayload() interface{} + type DeletePoolStoreParams struct + Context context.Context + HTTPClient *http.Client + func NewDeletePoolStoreParams() *DeletePoolStoreParams + func NewDeletePoolStoreParamsWithContext(ctx context.Context) *DeletePoolStoreParams + func NewDeletePoolStoreParamsWithHTTPClient(client *http.Client) *DeletePoolStoreParams + func NewDeletePoolStoreParamsWithTimeout(timeout time.Duration) *DeletePoolStoreParams + func (o *DeletePoolStoreParams) SetContext(ctx context.Context) + func (o *DeletePoolStoreParams) SetDefaults() + func (o *DeletePoolStoreParams) SetHTTPClient(client *http.Client) + func (o *DeletePoolStoreParams) SetTimeout(timeout time.Duration) + func (o *DeletePoolStoreParams) WithContext(ctx context.Context) *DeletePoolStoreParams + func (o *DeletePoolStoreParams) WithDefaults() *DeletePoolStoreParams + func (o *DeletePoolStoreParams) WithHTTPClient(client *http.Client) *DeletePoolStoreParams + func (o *DeletePoolStoreParams) WithTimeout(timeout time.Duration) *DeletePoolStoreParams + func (o *DeletePoolStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeletePoolStoreReader struct + func (o *DeletePoolStoreReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeletePoolStoreUnauthorized struct + Payload interface{} + func NewDeletePoolStoreUnauthorized() *DeletePoolStoreUnauthorized + func (o *DeletePoolStoreUnauthorized) Error() string + func (o *DeletePoolStoreUnauthorized) GetPayload() interface{} + type ExportPoolStoreInternalServerError struct + Payload interface{} + func NewExportPoolStoreInternalServerError() *ExportPoolStoreInternalServerError + func (o *ExportPoolStoreInternalServerError) Error() string + func (o *ExportPoolStoreInternalServerError) GetPayload() interface{} + type ExportPoolStoreOK struct + Payload *models.Poolstore + func NewExportPoolStoreOK() *ExportPoolStoreOK + func (o *ExportPoolStoreOK) Error() string + func (o *ExportPoolStoreOK) GetPayload() *models.Poolstore + type ExportPoolStoreParams struct + Context context.Context + HTTPClient *http.Client + func NewExportPoolStoreParams() *ExportPoolStoreParams + func NewExportPoolStoreParamsWithContext(ctx context.Context) *ExportPoolStoreParams + func NewExportPoolStoreParamsWithHTTPClient(client *http.Client) *ExportPoolStoreParams + func NewExportPoolStoreParamsWithTimeout(timeout time.Duration) *ExportPoolStoreParams + func (o *ExportPoolStoreParams) SetContext(ctx context.Context) + func (o *ExportPoolStoreParams) SetDefaults() + func (o *ExportPoolStoreParams) SetHTTPClient(client *http.Client) + func (o *ExportPoolStoreParams) SetTimeout(timeout time.Duration) + func (o *ExportPoolStoreParams) WithContext(ctx context.Context) *ExportPoolStoreParams + func (o *ExportPoolStoreParams) WithDefaults() *ExportPoolStoreParams + func (o *ExportPoolStoreParams) WithHTTPClient(client *http.Client) *ExportPoolStoreParams + func (o *ExportPoolStoreParams) WithTimeout(timeout time.Duration) *ExportPoolStoreParams + func (o *ExportPoolStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ExportPoolStoreReader struct + func (o *ExportPoolStoreReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ExportPoolStoreUnauthorized struct + Payload interface{} + func NewExportPoolStoreUnauthorized() *ExportPoolStoreUnauthorized + func (o *ExportPoolStoreUnauthorized) Error() string + func (o *ExportPoolStoreUnauthorized) GetPayload() interface{} + type GetStoreStatusInternalServerError struct + Payload interface{} + func NewGetStoreStatusInternalServerError() *GetStoreStatusInternalServerError + func (o *GetStoreStatusInternalServerError) Error() string + func (o *GetStoreStatusInternalServerError) GetPayload() interface{} + type GetStoreStatusOK struct + Payload *models.StoreStatus + func NewGetStoreStatusOK() *GetStoreStatusOK + func (o *GetStoreStatusOK) Error() string + func (o *GetStoreStatusOK) GetPayload() *models.StoreStatus + type GetStoreStatusParams struct + Context context.Context + HTTPClient *http.Client + func NewGetStoreStatusParams() *GetStoreStatusParams + func NewGetStoreStatusParamsWithContext(ctx context.Context) *GetStoreStatusParams + func NewGetStoreStatusParamsWithHTTPClient(client *http.Client) *GetStoreStatusParams + func NewGetStoreStatusParamsWithTimeout(timeout time.Duration) *GetStoreStatusParams + func (o *GetStoreStatusParams) SetContext(ctx context.Context) + func (o *GetStoreStatusParams) SetDefaults() + func (o *GetStoreStatusParams) SetHTTPClient(client *http.Client) + func (o *GetStoreStatusParams) SetTimeout(timeout time.Duration) + func (o *GetStoreStatusParams) WithContext(ctx context.Context) *GetStoreStatusParams + func (o *GetStoreStatusParams) WithDefaults() *GetStoreStatusParams + func (o *GetStoreStatusParams) WithHTTPClient(client *http.Client) *GetStoreStatusParams + func (o *GetStoreStatusParams) WithTimeout(timeout time.Duration) *GetStoreStatusParams + func (o *GetStoreStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetStoreStatusReader struct + func (o *GetStoreStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetStoreStatusUnauthorized struct + Payload interface{} + func NewGetStoreStatusUnauthorized() *GetStoreStatusUnauthorized + func (o *GetStoreStatusUnauthorized) Error() string + func (o *GetStoreStatusUnauthorized) GetPayload() interface{} + type ImportPoolStoreInternalServerError struct + Payload interface{} + func NewImportPoolStoreInternalServerError() *ImportPoolStoreInternalServerError + func (o *ImportPoolStoreInternalServerError) Error() string + func (o *ImportPoolStoreInternalServerError) GetPayload() interface{} + type ImportPoolStoreOK struct + Payload *models.StoreStatus + func NewImportPoolStoreOK() *ImportPoolStoreOK + func (o *ImportPoolStoreOK) Error() string + func (o *ImportPoolStoreOK) GetPayload() *models.StoreStatus + type ImportPoolStoreParams struct + Context context.Context + HTTPClient *http.Client + Poolstore *models.Poolstore + func NewImportPoolStoreParams() *ImportPoolStoreParams + func NewImportPoolStoreParamsWithContext(ctx context.Context) *ImportPoolStoreParams + func NewImportPoolStoreParamsWithHTTPClient(client *http.Client) *ImportPoolStoreParams + func NewImportPoolStoreParamsWithTimeout(timeout time.Duration) *ImportPoolStoreParams + func (o *ImportPoolStoreParams) SetContext(ctx context.Context) + func (o *ImportPoolStoreParams) SetDefaults() + func (o *ImportPoolStoreParams) SetHTTPClient(client *http.Client) + func (o *ImportPoolStoreParams) SetPoolstore(poolstore *models.Poolstore) + func (o *ImportPoolStoreParams) SetTimeout(timeout time.Duration) + func (o *ImportPoolStoreParams) WithContext(ctx context.Context) *ImportPoolStoreParams + func (o *ImportPoolStoreParams) WithDefaults() *ImportPoolStoreParams + func (o *ImportPoolStoreParams) WithHTTPClient(client *http.Client) *ImportPoolStoreParams + func (o *ImportPoolStoreParams) WithPoolstore(poolstore *models.Poolstore) *ImportPoolStoreParams + func (o *ImportPoolStoreParams) WithTimeout(timeout time.Duration) *ImportPoolStoreParams + func (o *ImportPoolStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ImportPoolStoreReader struct + func (o *ImportPoolStoreReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ImportPoolStoreUnauthorized struct + Payload interface{} + func NewImportPoolStoreUnauthorized() *ImportPoolStoreUnauthorized + func (o *ImportPoolStoreUnauthorized) Error() string + func (o *ImportPoolStoreUnauthorized) GetPayload() interface{} + type SetLockInternalServerError struct + Payload interface{} + func NewSetLockInternalServerError() *SetLockInternalServerError + func (o *SetLockInternalServerError) Error() string + func (o *SetLockInternalServerError) GetPayload() interface{} + type SetLockOK struct + Payload *models.StoreStatus + func NewSetLockOK() *SetLockOK + func (o *SetLockOK) Error() string + func (o *SetLockOK) GetPayload() *models.StoreStatus + type SetLockParams struct + Context context.Context + HTTPClient *http.Client + Lock bool + Msg *string + func NewSetLockParams() *SetLockParams + func NewSetLockParamsWithContext(ctx context.Context) *SetLockParams + func NewSetLockParamsWithHTTPClient(client *http.Client) *SetLockParams + func NewSetLockParamsWithTimeout(timeout time.Duration) *SetLockParams + func (o *SetLockParams) SetContext(ctx context.Context) + func (o *SetLockParams) SetDefaults() + func (o *SetLockParams) SetHTTPClient(client *http.Client) + func (o *SetLockParams) SetLock(lock bool) + func (o *SetLockParams) SetMsg(msg *string) + func (o *SetLockParams) SetTimeout(timeout time.Duration) + func (o *SetLockParams) WithContext(ctx context.Context) *SetLockParams + func (o *SetLockParams) WithDefaults() *SetLockParams + func (o *SetLockParams) WithHTTPClient(client *http.Client) *SetLockParams + func (o *SetLockParams) WithLock(lock bool) *SetLockParams + func (o *SetLockParams) WithMsg(msg *string) *SetLockParams + func (o *SetLockParams) WithTimeout(timeout time.Duration) *SetLockParams + func (o *SetLockParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SetLockReader struct + func (o *SetLockReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SetLockUnauthorized struct + Payload interface{} + func NewSetLockUnauthorized() *SetLockUnauthorized + func (o *SetLockUnauthorized) Error() string + func (o *SetLockUnauthorized) GetPayload() interface{}