Versions in this module Expand all Collapse all v0 v0.1.34 May 31, 2022 v0.1.3 May 5, 2022 v0.1.2 Mar 16, 2022 v0.1.1 Mar 16, 2022 Changes in this version + type Client struct + func (a *Client) KeyCreateHTTP(params *KeyCreateHTTPParams, authInfo runtime.ClientAuthInfoWriter, ...) (*KeyCreateHTTPOK, error) + func (a *Client) KeyDeleteHTTP(params *KeyDeleteHTTPParams, authInfo runtime.ClientAuthInfoWriter, ...) (*KeyDeleteHTTPNoContent, error) + func (a *Client) KeyListHTTPV1(params *KeyListHTTPV1Params, authInfo runtime.ClientAuthInfoWriter, ...) (*KeyListHTTPV1OK, error) + func (a *Client) KeyListHTTPV2(params *KeyListHTTPV2Params, authInfo runtime.ClientAuthInfoWriter, ...) (*KeyListHTTPV2OK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + KeyCreateHTTP func(params *KeyCreateHTTPParams, authInfo runtime.ClientAuthInfoWriter, ...) (*KeyCreateHTTPOK, error) + KeyDeleteHTTP func(params *KeyDeleteHTTPParams, authInfo runtime.ClientAuthInfoWriter, ...) (*KeyDeleteHTTPNoContent, error) + KeyListHTTPV1 func(params *KeyListHTTPV1Params, authInfo runtime.ClientAuthInfoWriter, ...) (*KeyListHTTPV1OK, error) + KeyListHTTPV2 func(params *KeyListHTTPV2Params, authInfo runtime.ClientAuthInfoWriter, ...) (*KeyListHTTPV2OK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type KeyCreateHTTPBadRequest struct + Payload *models.ErrResponse + func NewKeyCreateHTTPBadRequest() *KeyCreateHTTPBadRequest + func (o *KeyCreateHTTPBadRequest) Error() string + func (o *KeyCreateHTTPBadRequest) GetPayload() *models.ErrResponse + type KeyCreateHTTPBody struct + Key string + Name string + func (o *KeyCreateHTTPBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *KeyCreateHTTPBody) MarshalBinary() ([]byte, error) + func (o *KeyCreateHTTPBody) UnmarshalBinary(b []byte) error + func (o *KeyCreateHTTPBody) Validate(formats strfmt.Registry) error + type KeyCreateHTTPConflict struct + Payload *models.ErrResponse + func NewKeyCreateHTTPConflict() *KeyCreateHTTPConflict + func (o *KeyCreateHTTPConflict) Error() string + func (o *KeyCreateHTTPConflict) GetPayload() *models.ErrResponse + type KeyCreateHTTPOK struct + Payload *models.Key + func NewKeyCreateHTTPOK() *KeyCreateHTTPOK + func (o *KeyCreateHTTPOK) Error() string + func (o *KeyCreateHTTPOK) GetPayload() *models.Key + type KeyCreateHTTPParams struct + Body KeyCreateHTTPBody + Context context.Context + HTTPClient *http.Client + func NewKeyCreateHTTPParams() *KeyCreateHTTPParams + func NewKeyCreateHTTPParamsWithContext(ctx context.Context) *KeyCreateHTTPParams + func NewKeyCreateHTTPParamsWithHTTPClient(client *http.Client) *KeyCreateHTTPParams + func NewKeyCreateHTTPParamsWithTimeout(timeout time.Duration) *KeyCreateHTTPParams + func (o *KeyCreateHTTPParams) SetBody(body KeyCreateHTTPBody) + func (o *KeyCreateHTTPParams) SetContext(ctx context.Context) + func (o *KeyCreateHTTPParams) SetDefaults() + func (o *KeyCreateHTTPParams) SetHTTPClient(client *http.Client) + func (o *KeyCreateHTTPParams) SetTimeout(timeout time.Duration) + func (o *KeyCreateHTTPParams) WithBody(body KeyCreateHTTPBody) *KeyCreateHTTPParams + func (o *KeyCreateHTTPParams) WithContext(ctx context.Context) *KeyCreateHTTPParams + func (o *KeyCreateHTTPParams) WithDefaults() *KeyCreateHTTPParams + func (o *KeyCreateHTTPParams) WithHTTPClient(client *http.Client) *KeyCreateHTTPParams + func (o *KeyCreateHTTPParams) WithTimeout(timeout time.Duration) *KeyCreateHTTPParams + func (o *KeyCreateHTTPParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type KeyCreateHTTPReader struct + func (o *KeyCreateHTTPReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type KeyDeleteHTTPBadRequest struct + Payload *models.ErrResponse + func NewKeyDeleteHTTPBadRequest() *KeyDeleteHTTPBadRequest + func (o *KeyDeleteHTTPBadRequest) Error() string + func (o *KeyDeleteHTTPBadRequest) GetPayload() *models.ErrResponse + type KeyDeleteHTTPNoContent struct + func NewKeyDeleteHTTPNoContent() *KeyDeleteHTTPNoContent + func (o *KeyDeleteHTTPNoContent) Error() string + type KeyDeleteHTTPParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewKeyDeleteHTTPParams() *KeyDeleteHTTPParams + func NewKeyDeleteHTTPParamsWithContext(ctx context.Context) *KeyDeleteHTTPParams + func NewKeyDeleteHTTPParamsWithHTTPClient(client *http.Client) *KeyDeleteHTTPParams + func NewKeyDeleteHTTPParamsWithTimeout(timeout time.Duration) *KeyDeleteHTTPParams + func (o *KeyDeleteHTTPParams) SetContext(ctx context.Context) + func (o *KeyDeleteHTTPParams) SetDefaults() + func (o *KeyDeleteHTTPParams) SetHTTPClient(client *http.Client) + func (o *KeyDeleteHTTPParams) SetID(id int64) + func (o *KeyDeleteHTTPParams) SetTimeout(timeout time.Duration) + func (o *KeyDeleteHTTPParams) WithContext(ctx context.Context) *KeyDeleteHTTPParams + func (o *KeyDeleteHTTPParams) WithDefaults() *KeyDeleteHTTPParams + func (o *KeyDeleteHTTPParams) WithHTTPClient(client *http.Client) *KeyDeleteHTTPParams + func (o *KeyDeleteHTTPParams) WithID(id int64) *KeyDeleteHTTPParams + func (o *KeyDeleteHTTPParams) WithTimeout(timeout time.Duration) *KeyDeleteHTTPParams + func (o *KeyDeleteHTTPParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type KeyDeleteHTTPReader struct + func (o *KeyDeleteHTTPReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type KeyListHTTPV1BadRequest struct + Payload *models.ErrResponse + func NewKeyListHTTPV1BadRequest() *KeyListHTTPV1BadRequest + func (o *KeyListHTTPV1BadRequest) Error() string + func (o *KeyListHTTPV1BadRequest) GetPayload() *models.ErrResponse + type KeyListHTTPV1OK struct + Payload *models.KeyListEndpointRes + func NewKeyListHTTPV1OK() *KeyListHTTPV1OK + func (o *KeyListHTTPV1OK) Error() string + func (o *KeyListHTTPV1OK) GetPayload() *models.KeyListEndpointRes + type KeyListHTTPV1Params struct + By *string + Context context.Context + Created *string + Direction *string + HTTPClient *http.Client + ID *string + Limit *uint64 + Name *string + Offset *uint64 + func NewKeyListHTTPV1Params() *KeyListHTTPV1Params + func NewKeyListHTTPV1ParamsWithContext(ctx context.Context) *KeyListHTTPV1Params + func NewKeyListHTTPV1ParamsWithHTTPClient(client *http.Client) *KeyListHTTPV1Params + func NewKeyListHTTPV1ParamsWithTimeout(timeout time.Duration) *KeyListHTTPV1Params + func (o *KeyListHTTPV1Params) SetBy(orderBy *string) + func (o *KeyListHTTPV1Params) SetContext(ctx context.Context) + func (o *KeyListHTTPV1Params) SetCreated(created *string) + func (o *KeyListHTTPV1Params) SetDefaults() + func (o *KeyListHTTPV1Params) SetDirection(orderDirection *string) + func (o *KeyListHTTPV1Params) SetHTTPClient(client *http.Client) + func (o *KeyListHTTPV1Params) SetID(id *string) + func (o *KeyListHTTPV1Params) SetLimit(limit *uint64) + func (o *KeyListHTTPV1Params) SetName(name *string) + func (o *KeyListHTTPV1Params) SetOffset(offset *uint64) + func (o *KeyListHTTPV1Params) SetTimeout(timeout time.Duration) + func (o *KeyListHTTPV1Params) WithBy(orderBy *string) *KeyListHTTPV1Params + func (o *KeyListHTTPV1Params) WithContext(ctx context.Context) *KeyListHTTPV1Params + func (o *KeyListHTTPV1Params) WithCreated(created *string) *KeyListHTTPV1Params + func (o *KeyListHTTPV1Params) WithDefaults() *KeyListHTTPV1Params + func (o *KeyListHTTPV1Params) WithDirection(orderDirection *string) *KeyListHTTPV1Params + func (o *KeyListHTTPV1Params) WithHTTPClient(client *http.Client) *KeyListHTTPV1Params + func (o *KeyListHTTPV1Params) WithID(id *string) *KeyListHTTPV1Params + func (o *KeyListHTTPV1Params) WithLimit(limit *uint64) *KeyListHTTPV1Params + func (o *KeyListHTTPV1Params) WithName(name *string) *KeyListHTTPV1Params + func (o *KeyListHTTPV1Params) WithOffset(offset *uint64) *KeyListHTTPV1Params + func (o *KeyListHTTPV1Params) WithTimeout(timeout time.Duration) *KeyListHTTPV1Params + func (o *KeyListHTTPV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type KeyListHTTPV1Reader struct + func (o *KeyListHTTPV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type KeyListHTTPV2BadRequest struct + Payload *models.ErrResponse + func NewKeyListHTTPV2BadRequest() *KeyListHTTPV2BadRequest + func (o *KeyListHTTPV2BadRequest) Error() string + func (o *KeyListHTTPV2BadRequest) GetPayload() *models.ErrResponse + type KeyListHTTPV2OK struct + Payload *models.KeyListEndpointRes + func NewKeyListHTTPV2OK() *KeyListHTTPV2OK + func (o *KeyListHTTPV2OK) Error() string + func (o *KeyListHTTPV2OK) GetPayload() *models.KeyListEndpointRes + type KeyListHTTPV2Params struct + By *string + Context context.Context + Created *string + Direction *string + HTTPClient *http.Client + ID *string + Limit *uint64 + Name *string + Offset *uint64 + func NewKeyListHTTPV2Params() *KeyListHTTPV2Params + func NewKeyListHTTPV2ParamsWithContext(ctx context.Context) *KeyListHTTPV2Params + func NewKeyListHTTPV2ParamsWithHTTPClient(client *http.Client) *KeyListHTTPV2Params + func NewKeyListHTTPV2ParamsWithTimeout(timeout time.Duration) *KeyListHTTPV2Params + func (o *KeyListHTTPV2Params) SetBy(orderBy *string) + func (o *KeyListHTTPV2Params) SetContext(ctx context.Context) + func (o *KeyListHTTPV2Params) SetCreated(created *string) + func (o *KeyListHTTPV2Params) SetDefaults() + func (o *KeyListHTTPV2Params) SetDirection(orderDirection *string) + func (o *KeyListHTTPV2Params) SetHTTPClient(client *http.Client) + func (o *KeyListHTTPV2Params) SetID(id *string) + func (o *KeyListHTTPV2Params) SetLimit(limit *uint64) + func (o *KeyListHTTPV2Params) SetName(name *string) + func (o *KeyListHTTPV2Params) SetOffset(offset *uint64) + func (o *KeyListHTTPV2Params) SetTimeout(timeout time.Duration) + func (o *KeyListHTTPV2Params) WithBy(orderBy *string) *KeyListHTTPV2Params + func (o *KeyListHTTPV2Params) WithContext(ctx context.Context) *KeyListHTTPV2Params + func (o *KeyListHTTPV2Params) WithCreated(created *string) *KeyListHTTPV2Params + func (o *KeyListHTTPV2Params) WithDefaults() *KeyListHTTPV2Params + func (o *KeyListHTTPV2Params) WithDirection(orderDirection *string) *KeyListHTTPV2Params + func (o *KeyListHTTPV2Params) WithHTTPClient(client *http.Client) *KeyListHTTPV2Params + func (o *KeyListHTTPV2Params) WithID(id *string) *KeyListHTTPV2Params + func (o *KeyListHTTPV2Params) WithLimit(limit *uint64) *KeyListHTTPV2Params + func (o *KeyListHTTPV2Params) WithName(name *string) *KeyListHTTPV2Params + func (o *KeyListHTTPV2Params) WithOffset(offset *uint64) *KeyListHTTPV2Params + func (o *KeyListHTTPV2Params) WithTimeout(timeout time.Duration) *KeyListHTTPV2Params + func (o *KeyListHTTPV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type KeyListHTTPV2Reader struct + func (o *KeyListHTTPV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)