Versions in this module Expand all Collapse all v0 v0.1.1 Jan 12, 2023 v0.1.0 Jan 9, 2023 Changes in this version + type Client struct + func (a *Client) CreateVault(params *CreateVaultParams, opts ...ClientOption) (*CreateVaultOK, error) + func (a *Client) Decrypt(params *DecryptParams, opts ...ClientOption) (*DecryptOK, error) + func (a *Client) DeleteVault(params *DeleteVaultParams, opts ...ClientOption) (*DeleteVaultOK, error) + func (a *Client) Encrypt(params *EncryptParams, opts ...ClientOption) (*EncryptOK, error) + func (a *Client) ListVaults(params *ListVaultsParams, opts ...ClientOption) (*ListVaultsOK, error) + func (a *Client) QueryVault(params *QueryVaultParams, opts ...ClientOption) (*QueryVaultOK, error) + func (a *Client) SecretDecrypt(params *SecretDecryptParams, opts ...ClientOption) (*SecretDecryptOK, error) + func (a *Client) SecretEncrypt(params *SecretEncryptParams, opts ...ClientOption) (*SecretEncryptOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateVault(params *UpdateVaultParams, opts ...ClientOption) (*UpdateVaultOK, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + CreateVault func(params *CreateVaultParams, opts ...ClientOption) (*CreateVaultOK, error) + Decrypt func(params *DecryptParams, opts ...ClientOption) (*DecryptOK, error) + DeleteVault func(params *DeleteVaultParams, opts ...ClientOption) (*DeleteVaultOK, error) + Encrypt func(params *EncryptParams, opts ...ClientOption) (*EncryptOK, error) + ListVaults func(params *ListVaultsParams, opts ...ClientOption) (*ListVaultsOK, error) + QueryVault func(params *QueryVaultParams, opts ...ClientOption) (*QueryVaultOK, error) + SecretDecrypt func(params *SecretDecryptParams, opts ...ClientOption) (*SecretDecryptOK, error) + SecretEncrypt func(params *SecretEncryptParams, opts ...ClientOption) (*SecretEncryptOK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateVault func(params *UpdateVaultParams, opts ...ClientOption) (*UpdateVaultOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateVaultBadRequest struct + Payload *CreateVaultBadRequestBody + func NewCreateVaultBadRequest() *CreateVaultBadRequest + func (o *CreateVaultBadRequest) Error() string + func (o *CreateVaultBadRequest) GetPayload() *CreateVaultBadRequestBody + type CreateVaultBadRequestBody struct + Message *string + func (o *CreateVaultBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateVaultBadRequestBody) MarshalBinary() ([]byte, error) + func (o *CreateVaultBadRequestBody) UnmarshalBinary(b []byte) error + func (o *CreateVaultBadRequestBody) Validate(formats strfmt.Registry) error + type CreateVaultForbidden struct + Payload *CreateVaultForbiddenBody + func NewCreateVaultForbidden() *CreateVaultForbidden + func (o *CreateVaultForbidden) Error() string + func (o *CreateVaultForbidden) GetPayload() *CreateVaultForbiddenBody + type CreateVaultForbiddenBody struct + Message *string + func (o *CreateVaultForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateVaultForbiddenBody) MarshalBinary() ([]byte, error) + func (o *CreateVaultForbiddenBody) UnmarshalBinary(b []byte) error + func (o *CreateVaultForbiddenBody) Validate(formats strfmt.Registry) error + type CreateVaultInternalServerError struct + Payload interface{} + func NewCreateVaultInternalServerError() *CreateVaultInternalServerError + func (o *CreateVaultInternalServerError) Error() string + func (o *CreateVaultInternalServerError) GetPayload() interface{} + type CreateVaultNotFound struct + Payload *CreateVaultNotFoundBody + func NewCreateVaultNotFound() *CreateVaultNotFound + func (o *CreateVaultNotFound) Error() string + func (o *CreateVaultNotFound) GetPayload() *CreateVaultNotFoundBody + type CreateVaultNotFoundBody struct + Error *string + Status *string + func (o *CreateVaultNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateVaultNotFoundBody) MarshalBinary() ([]byte, error) + func (o *CreateVaultNotFoundBody) UnmarshalBinary(b []byte) error + func (o *CreateVaultNotFoundBody) Validate(formats strfmt.Registry) error + type CreateVaultOK struct + Payload string + func NewCreateVaultOK() *CreateVaultOK + func (o *CreateVaultOK) Error() string + func (o *CreateVaultOK) GetPayload() string + type CreateVaultParams struct + Context context.Context + Data map[string]string + HTTPClient *http.Client + Name string + func NewCreateVaultParams() *CreateVaultParams + func NewCreateVaultParamsWithContext(ctx context.Context) *CreateVaultParams + func NewCreateVaultParamsWithHTTPClient(client *http.Client) *CreateVaultParams + func NewCreateVaultParamsWithTimeout(timeout time.Duration) *CreateVaultParams + func (o *CreateVaultParams) SetContext(ctx context.Context) + func (o *CreateVaultParams) SetData(data map[string]string) + func (o *CreateVaultParams) SetDefaults() + func (o *CreateVaultParams) SetHTTPClient(client *http.Client) + func (o *CreateVaultParams) SetName(name string) + func (o *CreateVaultParams) SetTimeout(timeout time.Duration) + func (o *CreateVaultParams) WithContext(ctx context.Context) *CreateVaultParams + func (o *CreateVaultParams) WithData(data map[string]string) *CreateVaultParams + func (o *CreateVaultParams) WithDefaults() *CreateVaultParams + func (o *CreateVaultParams) WithHTTPClient(client *http.Client) *CreateVaultParams + func (o *CreateVaultParams) WithName(name string) *CreateVaultParams + func (o *CreateVaultParams) WithTimeout(timeout time.Duration) *CreateVaultParams + func (o *CreateVaultParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateVaultReader struct + func (o *CreateVaultReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateVaultUnauthorized struct + Payload interface{} + func NewCreateVaultUnauthorized() *CreateVaultUnauthorized + func (o *CreateVaultUnauthorized) Error() string + func (o *CreateVaultUnauthorized) GetPayload() interface{} + type DecryptBadRequest struct + Payload *DecryptBadRequestBody + func NewDecryptBadRequest() *DecryptBadRequest + func (o *DecryptBadRequest) Error() string + func (o *DecryptBadRequest) GetPayload() *DecryptBadRequestBody + type DecryptBadRequestBody struct + Message *string + func (o *DecryptBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DecryptBadRequestBody) MarshalBinary() ([]byte, error) + func (o *DecryptBadRequestBody) UnmarshalBinary(b []byte) error + func (o *DecryptBadRequestBody) Validate(formats strfmt.Registry) error + type DecryptForbidden struct + Payload *DecryptForbiddenBody + func NewDecryptForbidden() *DecryptForbidden + func (o *DecryptForbidden) Error() string + func (o *DecryptForbidden) GetPayload() *DecryptForbiddenBody + type DecryptForbiddenBody struct + Message *string + func (o *DecryptForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DecryptForbiddenBody) MarshalBinary() ([]byte, error) + func (o *DecryptForbiddenBody) UnmarshalBinary(b []byte) error + func (o *DecryptForbiddenBody) Validate(formats strfmt.Registry) error + type DecryptInternalServerError struct + Payload interface{} + func NewDecryptInternalServerError() *DecryptInternalServerError + func (o *DecryptInternalServerError) Error() string + func (o *DecryptInternalServerError) GetPayload() interface{} + type DecryptNotFound struct + Payload *DecryptNotFoundBody + func NewDecryptNotFound() *DecryptNotFound + func (o *DecryptNotFound) Error() string + func (o *DecryptNotFound) GetPayload() *DecryptNotFoundBody + type DecryptNotFoundBody struct + Error *string + Status *string + func (o *DecryptNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DecryptNotFoundBody) MarshalBinary() ([]byte, error) + func (o *DecryptNotFoundBody) UnmarshalBinary(b []byte) error + func (o *DecryptNotFoundBody) Validate(formats strfmt.Registry) error + type DecryptOK struct + Payload *models.CryptoData + func NewDecryptOK() *DecryptOK + func (o *DecryptOK) Error() string + func (o *DecryptOK) GetPayload() *models.CryptoData + type DecryptParams struct + Context context.Context + Data *models.CryptoData + HTTPClient *http.Client + func NewDecryptParams() *DecryptParams + func NewDecryptParamsWithContext(ctx context.Context) *DecryptParams + func NewDecryptParamsWithHTTPClient(client *http.Client) *DecryptParams + func NewDecryptParamsWithTimeout(timeout time.Duration) *DecryptParams + func (o *DecryptParams) SetContext(ctx context.Context) + func (o *DecryptParams) SetData(data *models.CryptoData) + func (o *DecryptParams) SetDefaults() + func (o *DecryptParams) SetHTTPClient(client *http.Client) + func (o *DecryptParams) SetTimeout(timeout time.Duration) + func (o *DecryptParams) WithContext(ctx context.Context) *DecryptParams + func (o *DecryptParams) WithData(data *models.CryptoData) *DecryptParams + func (o *DecryptParams) WithDefaults() *DecryptParams + func (o *DecryptParams) WithHTTPClient(client *http.Client) *DecryptParams + func (o *DecryptParams) WithTimeout(timeout time.Duration) *DecryptParams + func (o *DecryptParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DecryptReader struct + func (o *DecryptReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DecryptUnauthorized struct + Payload interface{} + func NewDecryptUnauthorized() *DecryptUnauthorized + func (o *DecryptUnauthorized) Error() string + func (o *DecryptUnauthorized) GetPayload() interface{} + type DeleteVaultBadRequest struct + Payload *DeleteVaultBadRequestBody + func NewDeleteVaultBadRequest() *DeleteVaultBadRequest + func (o *DeleteVaultBadRequest) Error() string + func (o *DeleteVaultBadRequest) GetPayload() *DeleteVaultBadRequestBody + type DeleteVaultBadRequestBody struct + Message *string + func (o *DeleteVaultBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteVaultBadRequestBody) MarshalBinary() ([]byte, error) + func (o *DeleteVaultBadRequestBody) UnmarshalBinary(b []byte) error + func (o *DeleteVaultBadRequestBody) Validate(formats strfmt.Registry) error + type DeleteVaultForbidden struct + Payload *DeleteVaultForbiddenBody + func NewDeleteVaultForbidden() *DeleteVaultForbidden + func (o *DeleteVaultForbidden) Error() string + func (o *DeleteVaultForbidden) GetPayload() *DeleteVaultForbiddenBody + type DeleteVaultForbiddenBody struct + Message *string + func (o *DeleteVaultForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteVaultForbiddenBody) MarshalBinary() ([]byte, error) + func (o *DeleteVaultForbiddenBody) UnmarshalBinary(b []byte) error + func (o *DeleteVaultForbiddenBody) Validate(formats strfmt.Registry) error + type DeleteVaultInternalServerError struct + Payload interface{} + func NewDeleteVaultInternalServerError() *DeleteVaultInternalServerError + func (o *DeleteVaultInternalServerError) Error() string + func (o *DeleteVaultInternalServerError) GetPayload() interface{} + type DeleteVaultNotFound struct + Payload *DeleteVaultNotFoundBody + func NewDeleteVaultNotFound() *DeleteVaultNotFound + func (o *DeleteVaultNotFound) Error() string + func (o *DeleteVaultNotFound) GetPayload() *DeleteVaultNotFoundBody + type DeleteVaultNotFoundBody struct + Error *string + Status *string + func (o *DeleteVaultNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteVaultNotFoundBody) MarshalBinary() ([]byte, error) + func (o *DeleteVaultNotFoundBody) UnmarshalBinary(b []byte) error + func (o *DeleteVaultNotFoundBody) Validate(formats strfmt.Registry) error + type DeleteVaultOK struct + Payload string + func NewDeleteVaultOK() *DeleteVaultOK + func (o *DeleteVaultOK) Error() string + func (o *DeleteVaultOK) GetPayload() string + type DeleteVaultParams struct + Context context.Context + HTTPClient *http.Client + Keys []string + Name string + func NewDeleteVaultParams() *DeleteVaultParams + func NewDeleteVaultParamsWithContext(ctx context.Context) *DeleteVaultParams + func NewDeleteVaultParamsWithHTTPClient(client *http.Client) *DeleteVaultParams + func NewDeleteVaultParamsWithTimeout(timeout time.Duration) *DeleteVaultParams + func (o *DeleteVaultParams) SetContext(ctx context.Context) + func (o *DeleteVaultParams) SetDefaults() + func (o *DeleteVaultParams) SetHTTPClient(client *http.Client) + func (o *DeleteVaultParams) SetKeys(keys []string) + func (o *DeleteVaultParams) SetName(name string) + func (o *DeleteVaultParams) SetTimeout(timeout time.Duration) + func (o *DeleteVaultParams) WithContext(ctx context.Context) *DeleteVaultParams + func (o *DeleteVaultParams) WithDefaults() *DeleteVaultParams + func (o *DeleteVaultParams) WithHTTPClient(client *http.Client) *DeleteVaultParams + func (o *DeleteVaultParams) WithKeys(keys []string) *DeleteVaultParams + func (o *DeleteVaultParams) WithName(name string) *DeleteVaultParams + func (o *DeleteVaultParams) WithTimeout(timeout time.Duration) *DeleteVaultParams + func (o *DeleteVaultParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteVaultReader struct + func (o *DeleteVaultReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteVaultUnauthorized struct + Payload interface{} + func NewDeleteVaultUnauthorized() *DeleteVaultUnauthorized + func (o *DeleteVaultUnauthorized) Error() string + func (o *DeleteVaultUnauthorized) GetPayload() interface{} + type EncryptBadRequest struct + Payload *EncryptBadRequestBody + func NewEncryptBadRequest() *EncryptBadRequest + func (o *EncryptBadRequest) Error() string + func (o *EncryptBadRequest) GetPayload() *EncryptBadRequestBody + type EncryptBadRequestBody struct + Message *string + func (o *EncryptBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *EncryptBadRequestBody) MarshalBinary() ([]byte, error) + func (o *EncryptBadRequestBody) UnmarshalBinary(b []byte) error + func (o *EncryptBadRequestBody) Validate(formats strfmt.Registry) error + type EncryptForbidden struct + Payload *EncryptForbiddenBody + func NewEncryptForbidden() *EncryptForbidden + func (o *EncryptForbidden) Error() string + func (o *EncryptForbidden) GetPayload() *EncryptForbiddenBody + type EncryptForbiddenBody struct + Message *string + func (o *EncryptForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *EncryptForbiddenBody) MarshalBinary() ([]byte, error) + func (o *EncryptForbiddenBody) UnmarshalBinary(b []byte) error + func (o *EncryptForbiddenBody) Validate(formats strfmt.Registry) error + type EncryptInternalServerError struct + Payload interface{} + func NewEncryptInternalServerError() *EncryptInternalServerError + func (o *EncryptInternalServerError) Error() string + func (o *EncryptInternalServerError) GetPayload() interface{} + type EncryptNotFound struct + Payload *EncryptNotFoundBody + func NewEncryptNotFound() *EncryptNotFound + func (o *EncryptNotFound) Error() string + func (o *EncryptNotFound) GetPayload() *EncryptNotFoundBody + type EncryptNotFoundBody struct + Error *string + Status *string + func (o *EncryptNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *EncryptNotFoundBody) MarshalBinary() ([]byte, error) + func (o *EncryptNotFoundBody) UnmarshalBinary(b []byte) error + func (o *EncryptNotFoundBody) Validate(formats strfmt.Registry) error + type EncryptOK struct + Payload *models.CryptoData + func NewEncryptOK() *EncryptOK + func (o *EncryptOK) Error() string + func (o *EncryptOK) GetPayload() *models.CryptoData + type EncryptParams struct + Context context.Context + Data *models.CryptoData + HTTPClient *http.Client + func NewEncryptParams() *EncryptParams + func NewEncryptParamsWithContext(ctx context.Context) *EncryptParams + func NewEncryptParamsWithHTTPClient(client *http.Client) *EncryptParams + func NewEncryptParamsWithTimeout(timeout time.Duration) *EncryptParams + func (o *EncryptParams) SetContext(ctx context.Context) + func (o *EncryptParams) SetData(data *models.CryptoData) + func (o *EncryptParams) SetDefaults() + func (o *EncryptParams) SetHTTPClient(client *http.Client) + func (o *EncryptParams) SetTimeout(timeout time.Duration) + func (o *EncryptParams) WithContext(ctx context.Context) *EncryptParams + func (o *EncryptParams) WithData(data *models.CryptoData) *EncryptParams + func (o *EncryptParams) WithDefaults() *EncryptParams + func (o *EncryptParams) WithHTTPClient(client *http.Client) *EncryptParams + func (o *EncryptParams) WithTimeout(timeout time.Duration) *EncryptParams + func (o *EncryptParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type EncryptReader struct + func (o *EncryptReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type EncryptUnauthorized struct + Payload interface{} + func NewEncryptUnauthorized() *EncryptUnauthorized + func (o *EncryptUnauthorized) Error() string + func (o *EncryptUnauthorized) GetPayload() interface{} + type ListVaultsBadRequest struct + Payload *ListVaultsBadRequestBody + func NewListVaultsBadRequest() *ListVaultsBadRequest + func (o *ListVaultsBadRequest) Error() string + func (o *ListVaultsBadRequest) GetPayload() *ListVaultsBadRequestBody + type ListVaultsBadRequestBody struct + Message *string + func (o *ListVaultsBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ListVaultsBadRequestBody) MarshalBinary() ([]byte, error) + func (o *ListVaultsBadRequestBody) UnmarshalBinary(b []byte) error + func (o *ListVaultsBadRequestBody) Validate(formats strfmt.Registry) error + type ListVaultsForbidden struct + Payload *ListVaultsForbiddenBody + func NewListVaultsForbidden() *ListVaultsForbidden + func (o *ListVaultsForbidden) Error() string + func (o *ListVaultsForbidden) GetPayload() *ListVaultsForbiddenBody + type ListVaultsForbiddenBody struct + Message *string + func (o *ListVaultsForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ListVaultsForbiddenBody) MarshalBinary() ([]byte, error) + func (o *ListVaultsForbiddenBody) UnmarshalBinary(b []byte) error + func (o *ListVaultsForbiddenBody) Validate(formats strfmt.Registry) error + type ListVaultsInternalServerError struct + Payload interface{} + func NewListVaultsInternalServerError() *ListVaultsInternalServerError + func (o *ListVaultsInternalServerError) Error() string + func (o *ListVaultsInternalServerError) GetPayload() interface{} + type ListVaultsNotFound struct + Payload *ListVaultsNotFoundBody + func NewListVaultsNotFound() *ListVaultsNotFound + func (o *ListVaultsNotFound) Error() string + func (o *ListVaultsNotFound) GetPayload() *ListVaultsNotFoundBody + type ListVaultsNotFoundBody struct + Error *string + Status *string + func (o *ListVaultsNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ListVaultsNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ListVaultsNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ListVaultsNotFoundBody) Validate(formats strfmt.Registry) error + type ListVaultsOK struct + Payload []string + func NewListVaultsOK() *ListVaultsOK + func (o *ListVaultsOK) Error() string + func (o *ListVaultsOK) GetPayload() []string + type ListVaultsParams struct + Context context.Context + HTTPClient *http.Client + Name *string + func NewListVaultsParams() *ListVaultsParams + func NewListVaultsParamsWithContext(ctx context.Context) *ListVaultsParams + func NewListVaultsParamsWithHTTPClient(client *http.Client) *ListVaultsParams + func NewListVaultsParamsWithTimeout(timeout time.Duration) *ListVaultsParams + func (o *ListVaultsParams) SetContext(ctx context.Context) + func (o *ListVaultsParams) SetDefaults() + func (o *ListVaultsParams) SetHTTPClient(client *http.Client) + func (o *ListVaultsParams) SetName(name *string) + func (o *ListVaultsParams) SetTimeout(timeout time.Duration) + func (o *ListVaultsParams) WithContext(ctx context.Context) *ListVaultsParams + func (o *ListVaultsParams) WithDefaults() *ListVaultsParams + func (o *ListVaultsParams) WithHTTPClient(client *http.Client) *ListVaultsParams + func (o *ListVaultsParams) WithName(name *string) *ListVaultsParams + func (o *ListVaultsParams) WithTimeout(timeout time.Duration) *ListVaultsParams + func (o *ListVaultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListVaultsReader struct + func (o *ListVaultsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListVaultsUnauthorized struct + Payload interface{} + func NewListVaultsUnauthorized() *ListVaultsUnauthorized + func (o *ListVaultsUnauthorized) Error() string + func (o *ListVaultsUnauthorized) GetPayload() interface{} + type QueryVaultBadRequest struct + Payload *QueryVaultBadRequestBody + func NewQueryVaultBadRequest() *QueryVaultBadRequest + func (o *QueryVaultBadRequest) Error() string + func (o *QueryVaultBadRequest) GetPayload() *QueryVaultBadRequestBody + type QueryVaultBadRequestBody struct + Message *string + func (o *QueryVaultBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *QueryVaultBadRequestBody) MarshalBinary() ([]byte, error) + func (o *QueryVaultBadRequestBody) UnmarshalBinary(b []byte) error + func (o *QueryVaultBadRequestBody) Validate(formats strfmt.Registry) error + type QueryVaultForbidden struct + Payload *QueryVaultForbiddenBody + func NewQueryVaultForbidden() *QueryVaultForbidden + func (o *QueryVaultForbidden) Error() string + func (o *QueryVaultForbidden) GetPayload() *QueryVaultForbiddenBody + type QueryVaultForbiddenBody struct + Message *string + func (o *QueryVaultForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *QueryVaultForbiddenBody) MarshalBinary() ([]byte, error) + func (o *QueryVaultForbiddenBody) UnmarshalBinary(b []byte) error + func (o *QueryVaultForbiddenBody) Validate(formats strfmt.Registry) error + type QueryVaultInternalServerError struct + Payload interface{} + func NewQueryVaultInternalServerError() *QueryVaultInternalServerError + func (o *QueryVaultInternalServerError) Error() string + func (o *QueryVaultInternalServerError) GetPayload() interface{} + type QueryVaultNotFound struct + Payload *QueryVaultNotFoundBody + func NewQueryVaultNotFound() *QueryVaultNotFound + func (o *QueryVaultNotFound) Error() string + func (o *QueryVaultNotFound) GetPayload() *QueryVaultNotFoundBody + type QueryVaultNotFoundBody struct + Error *string + Status *string + func (o *QueryVaultNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *QueryVaultNotFoundBody) MarshalBinary() ([]byte, error) + func (o *QueryVaultNotFoundBody) UnmarshalBinary(b []byte) error + func (o *QueryVaultNotFoundBody) Validate(formats strfmt.Registry) error + type QueryVaultOK struct + Payload map[string]string + func NewQueryVaultOK() *QueryVaultOK + func (o *QueryVaultOK) Error() string + func (o *QueryVaultOK) GetPayload() map[string]string + type QueryVaultParams struct + Context context.Context + HTTPClient *http.Client + Keys []string + Name string + func NewQueryVaultParams() *QueryVaultParams + func NewQueryVaultParamsWithContext(ctx context.Context) *QueryVaultParams + func NewQueryVaultParamsWithHTTPClient(client *http.Client) *QueryVaultParams + func NewQueryVaultParamsWithTimeout(timeout time.Duration) *QueryVaultParams + func (o *QueryVaultParams) SetContext(ctx context.Context) + func (o *QueryVaultParams) SetDefaults() + func (o *QueryVaultParams) SetHTTPClient(client *http.Client) + func (o *QueryVaultParams) SetKeys(keys []string) + func (o *QueryVaultParams) SetName(name string) + func (o *QueryVaultParams) SetTimeout(timeout time.Duration) + func (o *QueryVaultParams) WithContext(ctx context.Context) *QueryVaultParams + func (o *QueryVaultParams) WithDefaults() *QueryVaultParams + func (o *QueryVaultParams) WithHTTPClient(client *http.Client) *QueryVaultParams + func (o *QueryVaultParams) WithKeys(keys []string) *QueryVaultParams + func (o *QueryVaultParams) WithName(name string) *QueryVaultParams + func (o *QueryVaultParams) WithTimeout(timeout time.Duration) *QueryVaultParams + func (o *QueryVaultParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type QueryVaultReader struct + func (o *QueryVaultReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type QueryVaultUnauthorized struct + Payload interface{} + func NewQueryVaultUnauthorized() *QueryVaultUnauthorized + func (o *QueryVaultUnauthorized) Error() string + func (o *QueryVaultUnauthorized) GetPayload() interface{} + type SecretDecryptBadRequest struct + Payload *SecretDecryptBadRequestBody + func NewSecretDecryptBadRequest() *SecretDecryptBadRequest + func (o *SecretDecryptBadRequest) Error() string + func (o *SecretDecryptBadRequest) GetPayload() *SecretDecryptBadRequestBody + type SecretDecryptBadRequestBody struct + Message *string + func (o *SecretDecryptBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SecretDecryptBadRequestBody) MarshalBinary() ([]byte, error) + func (o *SecretDecryptBadRequestBody) UnmarshalBinary(b []byte) error + func (o *SecretDecryptBadRequestBody) Validate(formats strfmt.Registry) error + type SecretDecryptForbidden struct + Payload *SecretDecryptForbiddenBody + func NewSecretDecryptForbidden() *SecretDecryptForbidden + func (o *SecretDecryptForbidden) Error() string + func (o *SecretDecryptForbidden) GetPayload() *SecretDecryptForbiddenBody + type SecretDecryptForbiddenBody struct + Message *string + func (o *SecretDecryptForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SecretDecryptForbiddenBody) MarshalBinary() ([]byte, error) + func (o *SecretDecryptForbiddenBody) UnmarshalBinary(b []byte) error + func (o *SecretDecryptForbiddenBody) Validate(formats strfmt.Registry) error + type SecretDecryptInternalServerError struct + Payload interface{} + func NewSecretDecryptInternalServerError() *SecretDecryptInternalServerError + func (o *SecretDecryptInternalServerError) Error() string + func (o *SecretDecryptInternalServerError) GetPayload() interface{} + type SecretDecryptNotFound struct + Payload *SecretDecryptNotFoundBody + func NewSecretDecryptNotFound() *SecretDecryptNotFound + func (o *SecretDecryptNotFound) Error() string + func (o *SecretDecryptNotFound) GetPayload() *SecretDecryptNotFoundBody + type SecretDecryptNotFoundBody struct + Error *string + Status *string + func (o *SecretDecryptNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SecretDecryptNotFoundBody) MarshalBinary() ([]byte, error) + func (o *SecretDecryptNotFoundBody) UnmarshalBinary(b []byte) error + func (o *SecretDecryptNotFoundBody) Validate(formats strfmt.Registry) error + type SecretDecryptOK struct + Payload *models.KubeSecret + func NewSecretDecryptOK() *SecretDecryptOK + func (o *SecretDecryptOK) Error() string + func (o *SecretDecryptOK) GetPayload() *models.KubeSecret + type SecretDecryptParams struct + Context context.Context + HTTPClient *http.Client + Secret *models.KubeSecret + func NewSecretDecryptParams() *SecretDecryptParams + func NewSecretDecryptParamsWithContext(ctx context.Context) *SecretDecryptParams + func NewSecretDecryptParamsWithHTTPClient(client *http.Client) *SecretDecryptParams + func NewSecretDecryptParamsWithTimeout(timeout time.Duration) *SecretDecryptParams + func (o *SecretDecryptParams) SetContext(ctx context.Context) + func (o *SecretDecryptParams) SetDefaults() + func (o *SecretDecryptParams) SetHTTPClient(client *http.Client) + func (o *SecretDecryptParams) SetSecret(secret *models.KubeSecret) + func (o *SecretDecryptParams) SetTimeout(timeout time.Duration) + func (o *SecretDecryptParams) WithContext(ctx context.Context) *SecretDecryptParams + func (o *SecretDecryptParams) WithDefaults() *SecretDecryptParams + func (o *SecretDecryptParams) WithHTTPClient(client *http.Client) *SecretDecryptParams + func (o *SecretDecryptParams) WithSecret(secret *models.KubeSecret) *SecretDecryptParams + func (o *SecretDecryptParams) WithTimeout(timeout time.Duration) *SecretDecryptParams + func (o *SecretDecryptParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SecretDecryptReader struct + func (o *SecretDecryptReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SecretDecryptUnauthorized struct + Payload interface{} + func NewSecretDecryptUnauthorized() *SecretDecryptUnauthorized + func (o *SecretDecryptUnauthorized) Error() string + func (o *SecretDecryptUnauthorized) GetPayload() interface{} + type SecretEncryptBadRequest struct + Payload *SecretEncryptBadRequestBody + func NewSecretEncryptBadRequest() *SecretEncryptBadRequest + func (o *SecretEncryptBadRequest) Error() string + func (o *SecretEncryptBadRequest) GetPayload() *SecretEncryptBadRequestBody + type SecretEncryptBadRequestBody struct + Message *string + func (o *SecretEncryptBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SecretEncryptBadRequestBody) MarshalBinary() ([]byte, error) + func (o *SecretEncryptBadRequestBody) UnmarshalBinary(b []byte) error + func (o *SecretEncryptBadRequestBody) Validate(formats strfmt.Registry) error + type SecretEncryptForbidden struct + Payload *SecretEncryptForbiddenBody + func NewSecretEncryptForbidden() *SecretEncryptForbidden + func (o *SecretEncryptForbidden) Error() string + func (o *SecretEncryptForbidden) GetPayload() *SecretEncryptForbiddenBody + type SecretEncryptForbiddenBody struct + Message *string + func (o *SecretEncryptForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SecretEncryptForbiddenBody) MarshalBinary() ([]byte, error) + func (o *SecretEncryptForbiddenBody) UnmarshalBinary(b []byte) error + func (o *SecretEncryptForbiddenBody) Validate(formats strfmt.Registry) error + type SecretEncryptInternalServerError struct + Payload interface{} + func NewSecretEncryptInternalServerError() *SecretEncryptInternalServerError + func (o *SecretEncryptInternalServerError) Error() string + func (o *SecretEncryptInternalServerError) GetPayload() interface{} + type SecretEncryptNotFound struct + Payload *SecretEncryptNotFoundBody + func NewSecretEncryptNotFound() *SecretEncryptNotFound + func (o *SecretEncryptNotFound) Error() string + func (o *SecretEncryptNotFound) GetPayload() *SecretEncryptNotFoundBody + type SecretEncryptNotFoundBody struct + Error *string + Status *string + func (o *SecretEncryptNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SecretEncryptNotFoundBody) MarshalBinary() ([]byte, error) + func (o *SecretEncryptNotFoundBody) UnmarshalBinary(b []byte) error + func (o *SecretEncryptNotFoundBody) Validate(formats strfmt.Registry) error + type SecretEncryptOK struct + Payload *models.KubeSecret + func NewSecretEncryptOK() *SecretEncryptOK + func (o *SecretEncryptOK) Error() string + func (o *SecretEncryptOK) GetPayload() *models.KubeSecret + type SecretEncryptParams struct + Context context.Context + HTTPClient *http.Client + Secret *models.KubeSecret + func NewSecretEncryptParams() *SecretEncryptParams + func NewSecretEncryptParamsWithContext(ctx context.Context) *SecretEncryptParams + func NewSecretEncryptParamsWithHTTPClient(client *http.Client) *SecretEncryptParams + func NewSecretEncryptParamsWithTimeout(timeout time.Duration) *SecretEncryptParams + func (o *SecretEncryptParams) SetContext(ctx context.Context) + func (o *SecretEncryptParams) SetDefaults() + func (o *SecretEncryptParams) SetHTTPClient(client *http.Client) + func (o *SecretEncryptParams) SetSecret(secret *models.KubeSecret) + func (o *SecretEncryptParams) SetTimeout(timeout time.Duration) + func (o *SecretEncryptParams) WithContext(ctx context.Context) *SecretEncryptParams + func (o *SecretEncryptParams) WithDefaults() *SecretEncryptParams + func (o *SecretEncryptParams) WithHTTPClient(client *http.Client) *SecretEncryptParams + func (o *SecretEncryptParams) WithSecret(secret *models.KubeSecret) *SecretEncryptParams + func (o *SecretEncryptParams) WithTimeout(timeout time.Duration) *SecretEncryptParams + func (o *SecretEncryptParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SecretEncryptReader struct + func (o *SecretEncryptReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SecretEncryptUnauthorized struct + Payload interface{} + func NewSecretEncryptUnauthorized() *SecretEncryptUnauthorized + func (o *SecretEncryptUnauthorized) Error() string + func (o *SecretEncryptUnauthorized) GetPayload() interface{} + type UpdateVaultBadRequest struct + Payload *UpdateVaultBadRequestBody + func NewUpdateVaultBadRequest() *UpdateVaultBadRequest + func (o *UpdateVaultBadRequest) Error() string + func (o *UpdateVaultBadRequest) GetPayload() *UpdateVaultBadRequestBody + type UpdateVaultBadRequestBody struct + Message *string + func (o *UpdateVaultBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateVaultBadRequestBody) MarshalBinary() ([]byte, error) + func (o *UpdateVaultBadRequestBody) UnmarshalBinary(b []byte) error + func (o *UpdateVaultBadRequestBody) Validate(formats strfmt.Registry) error + type UpdateVaultForbidden struct + Payload *UpdateVaultForbiddenBody + func NewUpdateVaultForbidden() *UpdateVaultForbidden + func (o *UpdateVaultForbidden) Error() string + func (o *UpdateVaultForbidden) GetPayload() *UpdateVaultForbiddenBody + type UpdateVaultForbiddenBody struct + Message *string + func (o *UpdateVaultForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateVaultForbiddenBody) MarshalBinary() ([]byte, error) + func (o *UpdateVaultForbiddenBody) UnmarshalBinary(b []byte) error + func (o *UpdateVaultForbiddenBody) Validate(formats strfmt.Registry) error + type UpdateVaultInternalServerError struct + Payload interface{} + func NewUpdateVaultInternalServerError() *UpdateVaultInternalServerError + func (o *UpdateVaultInternalServerError) Error() string + func (o *UpdateVaultInternalServerError) GetPayload() interface{} + type UpdateVaultNotFound struct + Payload *UpdateVaultNotFoundBody + func NewUpdateVaultNotFound() *UpdateVaultNotFound + func (o *UpdateVaultNotFound) Error() string + func (o *UpdateVaultNotFound) GetPayload() *UpdateVaultNotFoundBody + type UpdateVaultNotFoundBody struct + Error *string + Status *string + func (o *UpdateVaultNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *UpdateVaultNotFoundBody) MarshalBinary() ([]byte, error) + func (o *UpdateVaultNotFoundBody) UnmarshalBinary(b []byte) error + func (o *UpdateVaultNotFoundBody) Validate(formats strfmt.Registry) error + type UpdateVaultOK struct + Payload string + func NewUpdateVaultOK() *UpdateVaultOK + func (o *UpdateVaultOK) Error() string + func (o *UpdateVaultOK) GetPayload() string + type UpdateVaultParams struct + Context context.Context + Data map[string]string + HTTPClient *http.Client + Name string + func NewUpdateVaultParams() *UpdateVaultParams + func NewUpdateVaultParamsWithContext(ctx context.Context) *UpdateVaultParams + func NewUpdateVaultParamsWithHTTPClient(client *http.Client) *UpdateVaultParams + func NewUpdateVaultParamsWithTimeout(timeout time.Duration) *UpdateVaultParams + func (o *UpdateVaultParams) SetContext(ctx context.Context) + func (o *UpdateVaultParams) SetData(data map[string]string) + func (o *UpdateVaultParams) SetDefaults() + func (o *UpdateVaultParams) SetHTTPClient(client *http.Client) + func (o *UpdateVaultParams) SetName(name string) + func (o *UpdateVaultParams) SetTimeout(timeout time.Duration) + func (o *UpdateVaultParams) WithContext(ctx context.Context) *UpdateVaultParams + func (o *UpdateVaultParams) WithData(data map[string]string) *UpdateVaultParams + func (o *UpdateVaultParams) WithDefaults() *UpdateVaultParams + func (o *UpdateVaultParams) WithHTTPClient(client *http.Client) *UpdateVaultParams + func (o *UpdateVaultParams) WithName(name string) *UpdateVaultParams + func (o *UpdateVaultParams) WithTimeout(timeout time.Duration) *UpdateVaultParams + func (o *UpdateVaultParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateVaultReader struct + func (o *UpdateVaultReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateVaultUnauthorized struct + Payload interface{} + func NewUpdateVaultUnauthorized() *UpdateVaultUnauthorized + func (o *UpdateVaultUnauthorized) Error() string + func (o *UpdateVaultUnauthorized) GetPayload() interface{}