registry

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for registry API

func (*Client) DeleteRegistryFunctionOrgNameTag

func (a *Client) DeleteRegistryFunctionOrgNameTag(params *DeleteRegistryFunctionOrgNameTagParams, opts ...ClientOption) (*DeleteRegistryFunctionOrgNameTagOK, error)

DeleteRegistryFunctionOrgNameTag Deletes a function given its `name` and `tag`. The function must be a part of the same org that the session is scoped to.

func (*Client) DeleteRegistrySignatureOrgNameTag

func (a *Client) DeleteRegistrySignatureOrgNameTag(params *DeleteRegistrySignatureOrgNameTagParams, opts ...ClientOption) (*DeleteRegistrySignatureOrgNameTagOK, error)

DeleteRegistrySignatureOrgNameTag Deletes a signature given its `name` and `tag`. The signature must be a part of the same org that the session is scoped to.

func (*Client) GetRegistryFunctionOrg

func (a *Client) GetRegistryFunctionOrg(params *GetRegistryFunctionOrgParams, opts ...ClientOption) (*GetRegistryFunctionOrgOK, error)

GetRegistryFunctionOrg Lists all the functions in the given `org`. If the session is scoped to the same `org`, functions that are not public will be returned, otherwise only public functions will be returned.

func (*Client) GetRegistryFunctionOrgNameTag

func (a *Client) GetRegistryFunctionOrgNameTag(params *GetRegistryFunctionOrgNameTagParams, opts ...ClientOption) (*GetRegistryFunctionOrgNameTagOK, error)

GetRegistryFunctionOrgNameTag Retrieves a function from the given `org` given its `name` and `tag`. If the session is scoped to the same `org`, functions that are not public will be returned, otherwise only public functions will be returned.

func (*Client) GetRegistrySignatureOrg

func (a *Client) GetRegistrySignatureOrg(params *GetRegistrySignatureOrgParams, opts ...ClientOption) (*GetRegistrySignatureOrgOK, error)

GetRegistrySignatureOrg Lists all the signatures in the given `org`. If the session is scoped to the same `org`, signatures that are not public will be returned, otherwise only public signatures will be returned.

func (*Client) GetRegistrySignatureOrgNameTag

func (a *Client) GetRegistrySignatureOrgNameTag(params *GetRegistrySignatureOrgNameTagParams, opts ...ClientOption) (*GetRegistrySignatureOrgNameTagOK, error)

GetRegistrySignatureOrgNameTag Retrieves a signature from the given `org` given its `name` and `tag`. If the session is scoped to the same `org`, signatures that are not public will be returned, otherwise only public signatures will be returned.

func (*Client) PostRegistryFunction

func (a *Client) PostRegistryFunction(params *PostRegistryFunctionParams, opts ...ClientOption) (*PostRegistryFunctionOK, error)

PostRegistryFunction Uploads a function to the registry

func (*Client) PostRegistrySignature

func (a *Client) PostRegistrySignature(params *PostRegistrySignatureParams, opts ...ClientOption) (*PostRegistrySignatureOK, error)

PostRegistrySignature Creates a new signature. If the session is scoped to an organization, the signature will be created in that `organization`, otherwise the signature will be created to the user's default `organization`.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteRegistryFunctionOrgNameTag(params *DeleteRegistryFunctionOrgNameTagParams, opts ...ClientOption) (*DeleteRegistryFunctionOrgNameTagOK, error)

	DeleteRegistrySignatureOrgNameTag(params *DeleteRegistrySignatureOrgNameTagParams, opts ...ClientOption) (*DeleteRegistrySignatureOrgNameTagOK, error)

	GetRegistryFunctionOrg(params *GetRegistryFunctionOrgParams, opts ...ClientOption) (*GetRegistryFunctionOrgOK, error)

	GetRegistryFunctionOrgNameTag(params *GetRegistryFunctionOrgNameTagParams, opts ...ClientOption) (*GetRegistryFunctionOrgNameTagOK, error)

	GetRegistrySignatureOrg(params *GetRegistrySignatureOrgParams, opts ...ClientOption) (*GetRegistrySignatureOrgOK, error)

	GetRegistrySignatureOrgNameTag(params *GetRegistrySignatureOrgNameTagParams, opts ...ClientOption) (*GetRegistrySignatureOrgNameTagOK, error)

	PostRegistryFunction(params *PostRegistryFunctionParams, opts ...ClientOption) (*PostRegistryFunctionOK, error)

	PostRegistrySignature(params *PostRegistrySignatureParams, opts ...ClientOption) (*PostRegistrySignatureOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new registry API client.

type DeleteRegistryFunctionOrgNameTagBadRequest

type DeleteRegistryFunctionOrgNameTagBadRequest struct {
	Payload string
}

DeleteRegistryFunctionOrgNameTagBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteRegistryFunctionOrgNameTagBadRequest

func NewDeleteRegistryFunctionOrgNameTagBadRequest() *DeleteRegistryFunctionOrgNameTagBadRequest

NewDeleteRegistryFunctionOrgNameTagBadRequest creates a DeleteRegistryFunctionOrgNameTagBadRequest with default headers values

func (*DeleteRegistryFunctionOrgNameTagBadRequest) Code

Code gets the status code for the delete registry function org name tag bad request response

func (*DeleteRegistryFunctionOrgNameTagBadRequest) Error

func (*DeleteRegistryFunctionOrgNameTagBadRequest) GetPayload

func (*DeleteRegistryFunctionOrgNameTagBadRequest) IsClientError

IsClientError returns true when this delete registry function org name tag bad request response has a 4xx status code

func (*DeleteRegistryFunctionOrgNameTagBadRequest) IsCode

IsCode returns true when this delete registry function org name tag bad request response a status code equal to that given

func (*DeleteRegistryFunctionOrgNameTagBadRequest) IsRedirect

IsRedirect returns true when this delete registry function org name tag bad request response has a 3xx status code

func (*DeleteRegistryFunctionOrgNameTagBadRequest) IsServerError

IsServerError returns true when this delete registry function org name tag bad request response has a 5xx status code

func (*DeleteRegistryFunctionOrgNameTagBadRequest) IsSuccess

IsSuccess returns true when this delete registry function org name tag bad request response has a 2xx status code

func (*DeleteRegistryFunctionOrgNameTagBadRequest) String

type DeleteRegistryFunctionOrgNameTagInternalServerError

type DeleteRegistryFunctionOrgNameTagInternalServerError struct {
	Payload string
}

DeleteRegistryFunctionOrgNameTagInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeleteRegistryFunctionOrgNameTagInternalServerError

func NewDeleteRegistryFunctionOrgNameTagInternalServerError() *DeleteRegistryFunctionOrgNameTagInternalServerError

NewDeleteRegistryFunctionOrgNameTagInternalServerError creates a DeleteRegistryFunctionOrgNameTagInternalServerError with default headers values

func (*DeleteRegistryFunctionOrgNameTagInternalServerError) Code

Code gets the status code for the delete registry function org name tag internal server error response

func (*DeleteRegistryFunctionOrgNameTagInternalServerError) Error

func (*DeleteRegistryFunctionOrgNameTagInternalServerError) GetPayload

func (*DeleteRegistryFunctionOrgNameTagInternalServerError) IsClientError

IsClientError returns true when this delete registry function org name tag internal server error response has a 4xx status code

func (*DeleteRegistryFunctionOrgNameTagInternalServerError) IsCode

IsCode returns true when this delete registry function org name tag internal server error response a status code equal to that given

func (*DeleteRegistryFunctionOrgNameTagInternalServerError) IsRedirect

IsRedirect returns true when this delete registry function org name tag internal server error response has a 3xx status code

func (*DeleteRegistryFunctionOrgNameTagInternalServerError) IsServerError

IsServerError returns true when this delete registry function org name tag internal server error response has a 5xx status code

func (*DeleteRegistryFunctionOrgNameTagInternalServerError) IsSuccess

IsSuccess returns true when this delete registry function org name tag internal server error response has a 2xx status code

func (*DeleteRegistryFunctionOrgNameTagInternalServerError) String

type DeleteRegistryFunctionOrgNameTagNotFound

type DeleteRegistryFunctionOrgNameTagNotFound struct {
	Payload string
}

DeleteRegistryFunctionOrgNameTagNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteRegistryFunctionOrgNameTagNotFound

func NewDeleteRegistryFunctionOrgNameTagNotFound() *DeleteRegistryFunctionOrgNameTagNotFound

NewDeleteRegistryFunctionOrgNameTagNotFound creates a DeleteRegistryFunctionOrgNameTagNotFound with default headers values

func (*DeleteRegistryFunctionOrgNameTagNotFound) Code

Code gets the status code for the delete registry function org name tag not found response

func (*DeleteRegistryFunctionOrgNameTagNotFound) Error

func (*DeleteRegistryFunctionOrgNameTagNotFound) GetPayload

func (*DeleteRegistryFunctionOrgNameTagNotFound) IsClientError

IsClientError returns true when this delete registry function org name tag not found response has a 4xx status code

func (*DeleteRegistryFunctionOrgNameTagNotFound) IsCode

IsCode returns true when this delete registry function org name tag not found response a status code equal to that given

func (*DeleteRegistryFunctionOrgNameTagNotFound) IsRedirect

IsRedirect returns true when this delete registry function org name tag not found response has a 3xx status code

func (*DeleteRegistryFunctionOrgNameTagNotFound) IsServerError

IsServerError returns true when this delete registry function org name tag not found response has a 5xx status code

func (*DeleteRegistryFunctionOrgNameTagNotFound) IsSuccess

IsSuccess returns true when this delete registry function org name tag not found response has a 2xx status code

func (*DeleteRegistryFunctionOrgNameTagNotFound) String

type DeleteRegistryFunctionOrgNameTagOK

type DeleteRegistryFunctionOrgNameTagOK struct {
	Payload string
}

DeleteRegistryFunctionOrgNameTagOK describes a response with status code 200, with default header values.

OK

func NewDeleteRegistryFunctionOrgNameTagOK

func NewDeleteRegistryFunctionOrgNameTagOK() *DeleteRegistryFunctionOrgNameTagOK

NewDeleteRegistryFunctionOrgNameTagOK creates a DeleteRegistryFunctionOrgNameTagOK with default headers values

func (*DeleteRegistryFunctionOrgNameTagOK) Code

Code gets the status code for the delete registry function org name tag o k response

func (*DeleteRegistryFunctionOrgNameTagOK) Error

func (*DeleteRegistryFunctionOrgNameTagOK) GetPayload

func (*DeleteRegistryFunctionOrgNameTagOK) IsClientError

func (o *DeleteRegistryFunctionOrgNameTagOK) IsClientError() bool

IsClientError returns true when this delete registry function org name tag o k response has a 4xx status code

func (*DeleteRegistryFunctionOrgNameTagOK) IsCode

IsCode returns true when this delete registry function org name tag o k response a status code equal to that given

func (*DeleteRegistryFunctionOrgNameTagOK) IsRedirect

func (o *DeleteRegistryFunctionOrgNameTagOK) IsRedirect() bool

IsRedirect returns true when this delete registry function org name tag o k response has a 3xx status code

func (*DeleteRegistryFunctionOrgNameTagOK) IsServerError

func (o *DeleteRegistryFunctionOrgNameTagOK) IsServerError() bool

IsServerError returns true when this delete registry function org name tag o k response has a 5xx status code

func (*DeleteRegistryFunctionOrgNameTagOK) IsSuccess

IsSuccess returns true when this delete registry function org name tag o k response has a 2xx status code

func (*DeleteRegistryFunctionOrgNameTagOK) String

type DeleteRegistryFunctionOrgNameTagParams

type DeleteRegistryFunctionOrgNameTagParams struct {

	/* Name.

	   name
	*/
	Name string

	/* Org.

	   org
	*/
	Org string

	/* Tag.

	   tag
	*/
	Tag string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRegistryFunctionOrgNameTagParams contains all the parameters to send to the API endpoint

for the delete registry function org name tag operation.

Typically these are written to a http.Request.

func NewDeleteRegistryFunctionOrgNameTagParams

func NewDeleteRegistryFunctionOrgNameTagParams() *DeleteRegistryFunctionOrgNameTagParams

NewDeleteRegistryFunctionOrgNameTagParams creates a new DeleteRegistryFunctionOrgNameTagParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteRegistryFunctionOrgNameTagParamsWithContext

func NewDeleteRegistryFunctionOrgNameTagParamsWithContext(ctx context.Context) *DeleteRegistryFunctionOrgNameTagParams

NewDeleteRegistryFunctionOrgNameTagParamsWithContext creates a new DeleteRegistryFunctionOrgNameTagParams object with the ability to set a context for a request.

func NewDeleteRegistryFunctionOrgNameTagParamsWithHTTPClient

func NewDeleteRegistryFunctionOrgNameTagParamsWithHTTPClient(client *http.Client) *DeleteRegistryFunctionOrgNameTagParams

NewDeleteRegistryFunctionOrgNameTagParamsWithHTTPClient creates a new DeleteRegistryFunctionOrgNameTagParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteRegistryFunctionOrgNameTagParamsWithTimeout

func NewDeleteRegistryFunctionOrgNameTagParamsWithTimeout(timeout time.Duration) *DeleteRegistryFunctionOrgNameTagParams

NewDeleteRegistryFunctionOrgNameTagParamsWithTimeout creates a new DeleteRegistryFunctionOrgNameTagParams object with the ability to set a timeout on a request.

func (*DeleteRegistryFunctionOrgNameTagParams) SetContext

SetContext adds the context to the delete registry function org name tag params

func (*DeleteRegistryFunctionOrgNameTagParams) SetDefaults

func (o *DeleteRegistryFunctionOrgNameTagParams) SetDefaults()

SetDefaults hydrates default values in the delete registry function org name tag params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRegistryFunctionOrgNameTagParams) SetHTTPClient

func (o *DeleteRegistryFunctionOrgNameTagParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete registry function org name tag params

func (*DeleteRegistryFunctionOrgNameTagParams) SetName

SetName adds the name to the delete registry function org name tag params

func (*DeleteRegistryFunctionOrgNameTagParams) SetOrg

SetOrg adds the org to the delete registry function org name tag params

func (*DeleteRegistryFunctionOrgNameTagParams) SetTag

SetTag adds the tag to the delete registry function org name tag params

func (*DeleteRegistryFunctionOrgNameTagParams) SetTimeout

func (o *DeleteRegistryFunctionOrgNameTagParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete registry function org name tag params

func (*DeleteRegistryFunctionOrgNameTagParams) WithContext

WithContext adds the context to the delete registry function org name tag params

func (*DeleteRegistryFunctionOrgNameTagParams) WithDefaults

WithDefaults hydrates default values in the delete registry function org name tag params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRegistryFunctionOrgNameTagParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete registry function org name tag params

func (*DeleteRegistryFunctionOrgNameTagParams) WithName

WithName adds the name to the delete registry function org name tag params

func (*DeleteRegistryFunctionOrgNameTagParams) WithOrg

WithOrg adds the org to the delete registry function org name tag params

func (*DeleteRegistryFunctionOrgNameTagParams) WithTag

WithTag adds the tag to the delete registry function org name tag params

func (*DeleteRegistryFunctionOrgNameTagParams) WithTimeout

WithTimeout adds the timeout to the delete registry function org name tag params

func (*DeleteRegistryFunctionOrgNameTagParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRegistryFunctionOrgNameTagReader

type DeleteRegistryFunctionOrgNameTagReader struct {
	// contains filtered or unexported fields
}

DeleteRegistryFunctionOrgNameTagReader is a Reader for the DeleteRegistryFunctionOrgNameTag structure.

func (*DeleteRegistryFunctionOrgNameTagReader) ReadResponse

func (o *DeleteRegistryFunctionOrgNameTagReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRegistryFunctionOrgNameTagUnauthorized

type DeleteRegistryFunctionOrgNameTagUnauthorized struct {
	Payload string
}

DeleteRegistryFunctionOrgNameTagUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewDeleteRegistryFunctionOrgNameTagUnauthorized

func NewDeleteRegistryFunctionOrgNameTagUnauthorized() *DeleteRegistryFunctionOrgNameTagUnauthorized

NewDeleteRegistryFunctionOrgNameTagUnauthorized creates a DeleteRegistryFunctionOrgNameTagUnauthorized with default headers values

func (*DeleteRegistryFunctionOrgNameTagUnauthorized) Code

Code gets the status code for the delete registry function org name tag unauthorized response

func (*DeleteRegistryFunctionOrgNameTagUnauthorized) Error

func (*DeleteRegistryFunctionOrgNameTagUnauthorized) GetPayload

func (*DeleteRegistryFunctionOrgNameTagUnauthorized) IsClientError

IsClientError returns true when this delete registry function org name tag unauthorized response has a 4xx status code

func (*DeleteRegistryFunctionOrgNameTagUnauthorized) IsCode

IsCode returns true when this delete registry function org name tag unauthorized response a status code equal to that given

func (*DeleteRegistryFunctionOrgNameTagUnauthorized) IsRedirect

IsRedirect returns true when this delete registry function org name tag unauthorized response has a 3xx status code

func (*DeleteRegistryFunctionOrgNameTagUnauthorized) IsServerError

IsServerError returns true when this delete registry function org name tag unauthorized response has a 5xx status code

func (*DeleteRegistryFunctionOrgNameTagUnauthorized) IsSuccess

IsSuccess returns true when this delete registry function org name tag unauthorized response has a 2xx status code

func (*DeleteRegistryFunctionOrgNameTagUnauthorized) String

type DeleteRegistrySignatureOrgNameTagBadRequest

type DeleteRegistrySignatureOrgNameTagBadRequest struct {
	Payload string
}

DeleteRegistrySignatureOrgNameTagBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteRegistrySignatureOrgNameTagBadRequest

func NewDeleteRegistrySignatureOrgNameTagBadRequest() *DeleteRegistrySignatureOrgNameTagBadRequest

NewDeleteRegistrySignatureOrgNameTagBadRequest creates a DeleteRegistrySignatureOrgNameTagBadRequest with default headers values

func (*DeleteRegistrySignatureOrgNameTagBadRequest) Code

Code gets the status code for the delete registry signature org name tag bad request response

func (*DeleteRegistrySignatureOrgNameTagBadRequest) Error

func (*DeleteRegistrySignatureOrgNameTagBadRequest) GetPayload

func (*DeleteRegistrySignatureOrgNameTagBadRequest) IsClientError

IsClientError returns true when this delete registry signature org name tag bad request response has a 4xx status code

func (*DeleteRegistrySignatureOrgNameTagBadRequest) IsCode

IsCode returns true when this delete registry signature org name tag bad request response a status code equal to that given

func (*DeleteRegistrySignatureOrgNameTagBadRequest) IsRedirect

IsRedirect returns true when this delete registry signature org name tag bad request response has a 3xx status code

func (*DeleteRegistrySignatureOrgNameTagBadRequest) IsServerError

IsServerError returns true when this delete registry signature org name tag bad request response has a 5xx status code

func (*DeleteRegistrySignatureOrgNameTagBadRequest) IsSuccess

IsSuccess returns true when this delete registry signature org name tag bad request response has a 2xx status code

func (*DeleteRegistrySignatureOrgNameTagBadRequest) String

type DeleteRegistrySignatureOrgNameTagInternalServerError

type DeleteRegistrySignatureOrgNameTagInternalServerError struct {
	Payload string
}

DeleteRegistrySignatureOrgNameTagInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeleteRegistrySignatureOrgNameTagInternalServerError

func NewDeleteRegistrySignatureOrgNameTagInternalServerError() *DeleteRegistrySignatureOrgNameTagInternalServerError

NewDeleteRegistrySignatureOrgNameTagInternalServerError creates a DeleteRegistrySignatureOrgNameTagInternalServerError with default headers values

func (*DeleteRegistrySignatureOrgNameTagInternalServerError) Code

Code gets the status code for the delete registry signature org name tag internal server error response

func (*DeleteRegistrySignatureOrgNameTagInternalServerError) Error

func (*DeleteRegistrySignatureOrgNameTagInternalServerError) GetPayload

func (*DeleteRegistrySignatureOrgNameTagInternalServerError) IsClientError

IsClientError returns true when this delete registry signature org name tag internal server error response has a 4xx status code

func (*DeleteRegistrySignatureOrgNameTagInternalServerError) IsCode

IsCode returns true when this delete registry signature org name tag internal server error response a status code equal to that given

func (*DeleteRegistrySignatureOrgNameTagInternalServerError) IsRedirect

IsRedirect returns true when this delete registry signature org name tag internal server error response has a 3xx status code

func (*DeleteRegistrySignatureOrgNameTagInternalServerError) IsServerError

IsServerError returns true when this delete registry signature org name tag internal server error response has a 5xx status code

func (*DeleteRegistrySignatureOrgNameTagInternalServerError) IsSuccess

IsSuccess returns true when this delete registry signature org name tag internal server error response has a 2xx status code

func (*DeleteRegistrySignatureOrgNameTagInternalServerError) String

type DeleteRegistrySignatureOrgNameTagNotFound

type DeleteRegistrySignatureOrgNameTagNotFound struct {
	Payload string
}

DeleteRegistrySignatureOrgNameTagNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteRegistrySignatureOrgNameTagNotFound

func NewDeleteRegistrySignatureOrgNameTagNotFound() *DeleteRegistrySignatureOrgNameTagNotFound

NewDeleteRegistrySignatureOrgNameTagNotFound creates a DeleteRegistrySignatureOrgNameTagNotFound with default headers values

func (*DeleteRegistrySignatureOrgNameTagNotFound) Code

Code gets the status code for the delete registry signature org name tag not found response

func (*DeleteRegistrySignatureOrgNameTagNotFound) Error

func (*DeleteRegistrySignatureOrgNameTagNotFound) GetPayload

func (*DeleteRegistrySignatureOrgNameTagNotFound) IsClientError

IsClientError returns true when this delete registry signature org name tag not found response has a 4xx status code

func (*DeleteRegistrySignatureOrgNameTagNotFound) IsCode

IsCode returns true when this delete registry signature org name tag not found response a status code equal to that given

func (*DeleteRegistrySignatureOrgNameTagNotFound) IsRedirect

IsRedirect returns true when this delete registry signature org name tag not found response has a 3xx status code

func (*DeleteRegistrySignatureOrgNameTagNotFound) IsServerError

IsServerError returns true when this delete registry signature org name tag not found response has a 5xx status code

func (*DeleteRegistrySignatureOrgNameTagNotFound) IsSuccess

IsSuccess returns true when this delete registry signature org name tag not found response has a 2xx status code

func (*DeleteRegistrySignatureOrgNameTagNotFound) String

type DeleteRegistrySignatureOrgNameTagOK

type DeleteRegistrySignatureOrgNameTagOK struct {
	Payload string
}

DeleteRegistrySignatureOrgNameTagOK describes a response with status code 200, with default header values.

OK

func NewDeleteRegistrySignatureOrgNameTagOK

func NewDeleteRegistrySignatureOrgNameTagOK() *DeleteRegistrySignatureOrgNameTagOK

NewDeleteRegistrySignatureOrgNameTagOK creates a DeleteRegistrySignatureOrgNameTagOK with default headers values

func (*DeleteRegistrySignatureOrgNameTagOK) Code

Code gets the status code for the delete registry signature org name tag o k response

func (*DeleteRegistrySignatureOrgNameTagOK) Error

func (*DeleteRegistrySignatureOrgNameTagOK) GetPayload

func (*DeleteRegistrySignatureOrgNameTagOK) IsClientError

func (o *DeleteRegistrySignatureOrgNameTagOK) IsClientError() bool

IsClientError returns true when this delete registry signature org name tag o k response has a 4xx status code

func (*DeleteRegistrySignatureOrgNameTagOK) IsCode

IsCode returns true when this delete registry signature org name tag o k response a status code equal to that given

func (*DeleteRegistrySignatureOrgNameTagOK) IsRedirect

func (o *DeleteRegistrySignatureOrgNameTagOK) IsRedirect() bool

IsRedirect returns true when this delete registry signature org name tag o k response has a 3xx status code

func (*DeleteRegistrySignatureOrgNameTagOK) IsServerError

func (o *DeleteRegistrySignatureOrgNameTagOK) IsServerError() bool

IsServerError returns true when this delete registry signature org name tag o k response has a 5xx status code

func (*DeleteRegistrySignatureOrgNameTagOK) IsSuccess

IsSuccess returns true when this delete registry signature org name tag o k response has a 2xx status code

func (*DeleteRegistrySignatureOrgNameTagOK) String

type DeleteRegistrySignatureOrgNameTagParams

type DeleteRegistrySignatureOrgNameTagParams struct {

	/* Name.

	   name
	*/
	Name string

	/* Org.

	   org
	*/
	Org string

	/* Tag.

	   tag
	*/
	Tag string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRegistrySignatureOrgNameTagParams contains all the parameters to send to the API endpoint

for the delete registry signature org name tag operation.

Typically these are written to a http.Request.

func NewDeleteRegistrySignatureOrgNameTagParams

func NewDeleteRegistrySignatureOrgNameTagParams() *DeleteRegistrySignatureOrgNameTagParams

NewDeleteRegistrySignatureOrgNameTagParams creates a new DeleteRegistrySignatureOrgNameTagParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteRegistrySignatureOrgNameTagParamsWithContext

func NewDeleteRegistrySignatureOrgNameTagParamsWithContext(ctx context.Context) *DeleteRegistrySignatureOrgNameTagParams

NewDeleteRegistrySignatureOrgNameTagParamsWithContext creates a new DeleteRegistrySignatureOrgNameTagParams object with the ability to set a context for a request.

func NewDeleteRegistrySignatureOrgNameTagParamsWithHTTPClient

func NewDeleteRegistrySignatureOrgNameTagParamsWithHTTPClient(client *http.Client) *DeleteRegistrySignatureOrgNameTagParams

NewDeleteRegistrySignatureOrgNameTagParamsWithHTTPClient creates a new DeleteRegistrySignatureOrgNameTagParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteRegistrySignatureOrgNameTagParamsWithTimeout

func NewDeleteRegistrySignatureOrgNameTagParamsWithTimeout(timeout time.Duration) *DeleteRegistrySignatureOrgNameTagParams

NewDeleteRegistrySignatureOrgNameTagParamsWithTimeout creates a new DeleteRegistrySignatureOrgNameTagParams object with the ability to set a timeout on a request.

func (*DeleteRegistrySignatureOrgNameTagParams) SetContext

SetContext adds the context to the delete registry signature org name tag params

func (*DeleteRegistrySignatureOrgNameTagParams) SetDefaults

func (o *DeleteRegistrySignatureOrgNameTagParams) SetDefaults()

SetDefaults hydrates default values in the delete registry signature org name tag params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRegistrySignatureOrgNameTagParams) SetHTTPClient

func (o *DeleteRegistrySignatureOrgNameTagParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete registry signature org name tag params

func (*DeleteRegistrySignatureOrgNameTagParams) SetName

SetName adds the name to the delete registry signature org name tag params

func (*DeleteRegistrySignatureOrgNameTagParams) SetOrg

SetOrg adds the org to the delete registry signature org name tag params

func (*DeleteRegistrySignatureOrgNameTagParams) SetTag

SetTag adds the tag to the delete registry signature org name tag params

func (*DeleteRegistrySignatureOrgNameTagParams) SetTimeout

func (o *DeleteRegistrySignatureOrgNameTagParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete registry signature org name tag params

func (*DeleteRegistrySignatureOrgNameTagParams) WithContext

WithContext adds the context to the delete registry signature org name tag params

func (*DeleteRegistrySignatureOrgNameTagParams) WithDefaults

WithDefaults hydrates default values in the delete registry signature org name tag params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteRegistrySignatureOrgNameTagParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete registry signature org name tag params

func (*DeleteRegistrySignatureOrgNameTagParams) WithName

WithName adds the name to the delete registry signature org name tag params

func (*DeleteRegistrySignatureOrgNameTagParams) WithOrg

WithOrg adds the org to the delete registry signature org name tag params

func (*DeleteRegistrySignatureOrgNameTagParams) WithTag

WithTag adds the tag to the delete registry signature org name tag params

func (*DeleteRegistrySignatureOrgNameTagParams) WithTimeout

WithTimeout adds the timeout to the delete registry signature org name tag params

func (*DeleteRegistrySignatureOrgNameTagParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRegistrySignatureOrgNameTagPreconditionFailed

type DeleteRegistrySignatureOrgNameTagPreconditionFailed struct {
	Payload string
}

DeleteRegistrySignatureOrgNameTagPreconditionFailed describes a response with status code 412, with default header values.

Precondition Failed

func NewDeleteRegistrySignatureOrgNameTagPreconditionFailed

func NewDeleteRegistrySignatureOrgNameTagPreconditionFailed() *DeleteRegistrySignatureOrgNameTagPreconditionFailed

NewDeleteRegistrySignatureOrgNameTagPreconditionFailed creates a DeleteRegistrySignatureOrgNameTagPreconditionFailed with default headers values

func (*DeleteRegistrySignatureOrgNameTagPreconditionFailed) Code

Code gets the status code for the delete registry signature org name tag precondition failed response

func (*DeleteRegistrySignatureOrgNameTagPreconditionFailed) Error

func (*DeleteRegistrySignatureOrgNameTagPreconditionFailed) GetPayload

func (*DeleteRegistrySignatureOrgNameTagPreconditionFailed) IsClientError

IsClientError returns true when this delete registry signature org name tag precondition failed response has a 4xx status code

func (*DeleteRegistrySignatureOrgNameTagPreconditionFailed) IsCode

IsCode returns true when this delete registry signature org name tag precondition failed response a status code equal to that given

func (*DeleteRegistrySignatureOrgNameTagPreconditionFailed) IsRedirect

IsRedirect returns true when this delete registry signature org name tag precondition failed response has a 3xx status code

func (*DeleteRegistrySignatureOrgNameTagPreconditionFailed) IsServerError

IsServerError returns true when this delete registry signature org name tag precondition failed response has a 5xx status code

func (*DeleteRegistrySignatureOrgNameTagPreconditionFailed) IsSuccess

IsSuccess returns true when this delete registry signature org name tag precondition failed response has a 2xx status code

func (*DeleteRegistrySignatureOrgNameTagPreconditionFailed) String

type DeleteRegistrySignatureOrgNameTagReader

type DeleteRegistrySignatureOrgNameTagReader struct {
	// contains filtered or unexported fields
}

DeleteRegistrySignatureOrgNameTagReader is a Reader for the DeleteRegistrySignatureOrgNameTag structure.

func (*DeleteRegistrySignatureOrgNameTagReader) ReadResponse

func (o *DeleteRegistrySignatureOrgNameTagReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRegistrySignatureOrgNameTagUnauthorized

type DeleteRegistrySignatureOrgNameTagUnauthorized struct {
	Payload string
}

DeleteRegistrySignatureOrgNameTagUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewDeleteRegistrySignatureOrgNameTagUnauthorized

func NewDeleteRegistrySignatureOrgNameTagUnauthorized() *DeleteRegistrySignatureOrgNameTagUnauthorized

NewDeleteRegistrySignatureOrgNameTagUnauthorized creates a DeleteRegistrySignatureOrgNameTagUnauthorized with default headers values

func (*DeleteRegistrySignatureOrgNameTagUnauthorized) Code

Code gets the status code for the delete registry signature org name tag unauthorized response

func (*DeleteRegistrySignatureOrgNameTagUnauthorized) Error

func (*DeleteRegistrySignatureOrgNameTagUnauthorized) GetPayload

func (*DeleteRegistrySignatureOrgNameTagUnauthorized) IsClientError

IsClientError returns true when this delete registry signature org name tag unauthorized response has a 4xx status code

func (*DeleteRegistrySignatureOrgNameTagUnauthorized) IsCode

IsCode returns true when this delete registry signature org name tag unauthorized response a status code equal to that given

func (*DeleteRegistrySignatureOrgNameTagUnauthorized) IsRedirect

IsRedirect returns true when this delete registry signature org name tag unauthorized response has a 3xx status code

func (*DeleteRegistrySignatureOrgNameTagUnauthorized) IsServerError

IsServerError returns true when this delete registry signature org name tag unauthorized response has a 5xx status code

func (*DeleteRegistrySignatureOrgNameTagUnauthorized) IsSuccess

IsSuccess returns true when this delete registry signature org name tag unauthorized response has a 2xx status code

func (*DeleteRegistrySignatureOrgNameTagUnauthorized) String

type GetRegistryFunctionOrgBadRequest

type GetRegistryFunctionOrgBadRequest struct {
	Payload string
}

GetRegistryFunctionOrgBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetRegistryFunctionOrgBadRequest

func NewGetRegistryFunctionOrgBadRequest() *GetRegistryFunctionOrgBadRequest

NewGetRegistryFunctionOrgBadRequest creates a GetRegistryFunctionOrgBadRequest with default headers values

func (*GetRegistryFunctionOrgBadRequest) Code

Code gets the status code for the get registry function org bad request response

func (*GetRegistryFunctionOrgBadRequest) Error

func (*GetRegistryFunctionOrgBadRequest) GetPayload

func (o *GetRegistryFunctionOrgBadRequest) GetPayload() string

func (*GetRegistryFunctionOrgBadRequest) IsClientError

func (o *GetRegistryFunctionOrgBadRequest) IsClientError() bool

IsClientError returns true when this get registry function org bad request response has a 4xx status code

func (*GetRegistryFunctionOrgBadRequest) IsCode

func (o *GetRegistryFunctionOrgBadRequest) IsCode(code int) bool

IsCode returns true when this get registry function org bad request response a status code equal to that given

func (*GetRegistryFunctionOrgBadRequest) IsRedirect

func (o *GetRegistryFunctionOrgBadRequest) IsRedirect() bool

IsRedirect returns true when this get registry function org bad request response has a 3xx status code

func (*GetRegistryFunctionOrgBadRequest) IsServerError

func (o *GetRegistryFunctionOrgBadRequest) IsServerError() bool

IsServerError returns true when this get registry function org bad request response has a 5xx status code

func (*GetRegistryFunctionOrgBadRequest) IsSuccess

func (o *GetRegistryFunctionOrgBadRequest) IsSuccess() bool

IsSuccess returns true when this get registry function org bad request response has a 2xx status code

func (*GetRegistryFunctionOrgBadRequest) String

type GetRegistryFunctionOrgInternalServerError

type GetRegistryFunctionOrgInternalServerError struct {
	Payload string
}

GetRegistryFunctionOrgInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetRegistryFunctionOrgInternalServerError

func NewGetRegistryFunctionOrgInternalServerError() *GetRegistryFunctionOrgInternalServerError

NewGetRegistryFunctionOrgInternalServerError creates a GetRegistryFunctionOrgInternalServerError with default headers values

func (*GetRegistryFunctionOrgInternalServerError) Code

Code gets the status code for the get registry function org internal server error response

func (*GetRegistryFunctionOrgInternalServerError) Error

func (*GetRegistryFunctionOrgInternalServerError) GetPayload

func (*GetRegistryFunctionOrgInternalServerError) IsClientError

IsClientError returns true when this get registry function org internal server error response has a 4xx status code

func (*GetRegistryFunctionOrgInternalServerError) IsCode

IsCode returns true when this get registry function org internal server error response a status code equal to that given

func (*GetRegistryFunctionOrgInternalServerError) IsRedirect

IsRedirect returns true when this get registry function org internal server error response has a 3xx status code

func (*GetRegistryFunctionOrgInternalServerError) IsServerError

IsServerError returns true when this get registry function org internal server error response has a 5xx status code

func (*GetRegistryFunctionOrgInternalServerError) IsSuccess

IsSuccess returns true when this get registry function org internal server error response has a 2xx status code

func (*GetRegistryFunctionOrgInternalServerError) String

type GetRegistryFunctionOrgNameTagBadRequest

type GetRegistryFunctionOrgNameTagBadRequest struct {
	Payload string
}

GetRegistryFunctionOrgNameTagBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetRegistryFunctionOrgNameTagBadRequest

func NewGetRegistryFunctionOrgNameTagBadRequest() *GetRegistryFunctionOrgNameTagBadRequest

NewGetRegistryFunctionOrgNameTagBadRequest creates a GetRegistryFunctionOrgNameTagBadRequest with default headers values

func (*GetRegistryFunctionOrgNameTagBadRequest) Code

Code gets the status code for the get registry function org name tag bad request response

func (*GetRegistryFunctionOrgNameTagBadRequest) Error

func (*GetRegistryFunctionOrgNameTagBadRequest) GetPayload

func (*GetRegistryFunctionOrgNameTagBadRequest) IsClientError

func (o *GetRegistryFunctionOrgNameTagBadRequest) IsClientError() bool

IsClientError returns true when this get registry function org name tag bad request response has a 4xx status code

func (*GetRegistryFunctionOrgNameTagBadRequest) IsCode

IsCode returns true when this get registry function org name tag bad request response a status code equal to that given

func (*GetRegistryFunctionOrgNameTagBadRequest) IsRedirect

IsRedirect returns true when this get registry function org name tag bad request response has a 3xx status code

func (*GetRegistryFunctionOrgNameTagBadRequest) IsServerError

func (o *GetRegistryFunctionOrgNameTagBadRequest) IsServerError() bool

IsServerError returns true when this get registry function org name tag bad request response has a 5xx status code

func (*GetRegistryFunctionOrgNameTagBadRequest) IsSuccess

IsSuccess returns true when this get registry function org name tag bad request response has a 2xx status code

func (*GetRegistryFunctionOrgNameTagBadRequest) String

type GetRegistryFunctionOrgNameTagInternalServerError

type GetRegistryFunctionOrgNameTagInternalServerError struct {
	Payload string
}

GetRegistryFunctionOrgNameTagInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetRegistryFunctionOrgNameTagInternalServerError

func NewGetRegistryFunctionOrgNameTagInternalServerError() *GetRegistryFunctionOrgNameTagInternalServerError

NewGetRegistryFunctionOrgNameTagInternalServerError creates a GetRegistryFunctionOrgNameTagInternalServerError with default headers values

func (*GetRegistryFunctionOrgNameTagInternalServerError) Code

Code gets the status code for the get registry function org name tag internal server error response

func (*GetRegistryFunctionOrgNameTagInternalServerError) Error

func (*GetRegistryFunctionOrgNameTagInternalServerError) GetPayload

func (*GetRegistryFunctionOrgNameTagInternalServerError) IsClientError

IsClientError returns true when this get registry function org name tag internal server error response has a 4xx status code

func (*GetRegistryFunctionOrgNameTagInternalServerError) IsCode

IsCode returns true when this get registry function org name tag internal server error response a status code equal to that given

func (*GetRegistryFunctionOrgNameTagInternalServerError) IsRedirect

IsRedirect returns true when this get registry function org name tag internal server error response has a 3xx status code

func (*GetRegistryFunctionOrgNameTagInternalServerError) IsServerError

IsServerError returns true when this get registry function org name tag internal server error response has a 5xx status code

func (*GetRegistryFunctionOrgNameTagInternalServerError) IsSuccess

IsSuccess returns true when this get registry function org name tag internal server error response has a 2xx status code

func (*GetRegistryFunctionOrgNameTagInternalServerError) String

type GetRegistryFunctionOrgNameTagNotFound

type GetRegistryFunctionOrgNameTagNotFound struct {
	Payload string
}

GetRegistryFunctionOrgNameTagNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetRegistryFunctionOrgNameTagNotFound

func NewGetRegistryFunctionOrgNameTagNotFound() *GetRegistryFunctionOrgNameTagNotFound

NewGetRegistryFunctionOrgNameTagNotFound creates a GetRegistryFunctionOrgNameTagNotFound with default headers values

func (*GetRegistryFunctionOrgNameTagNotFound) Code

Code gets the status code for the get registry function org name tag not found response

func (*GetRegistryFunctionOrgNameTagNotFound) Error

func (*GetRegistryFunctionOrgNameTagNotFound) GetPayload

func (*GetRegistryFunctionOrgNameTagNotFound) IsClientError

func (o *GetRegistryFunctionOrgNameTagNotFound) IsClientError() bool

IsClientError returns true when this get registry function org name tag not found response has a 4xx status code

func (*GetRegistryFunctionOrgNameTagNotFound) IsCode

IsCode returns true when this get registry function org name tag not found response a status code equal to that given

func (*GetRegistryFunctionOrgNameTagNotFound) IsRedirect

IsRedirect returns true when this get registry function org name tag not found response has a 3xx status code

func (*GetRegistryFunctionOrgNameTagNotFound) IsServerError

func (o *GetRegistryFunctionOrgNameTagNotFound) IsServerError() bool

IsServerError returns true when this get registry function org name tag not found response has a 5xx status code

func (*GetRegistryFunctionOrgNameTagNotFound) IsSuccess

IsSuccess returns true when this get registry function org name tag not found response has a 2xx status code

func (*GetRegistryFunctionOrgNameTagNotFound) String

type GetRegistryFunctionOrgNameTagOK

type GetRegistryFunctionOrgNameTagOK struct {
	Payload *models.ModelsGetFunctionResponse
}

GetRegistryFunctionOrgNameTagOK describes a response with status code 200, with default header values.

OK

func NewGetRegistryFunctionOrgNameTagOK

func NewGetRegistryFunctionOrgNameTagOK() *GetRegistryFunctionOrgNameTagOK

NewGetRegistryFunctionOrgNameTagOK creates a GetRegistryFunctionOrgNameTagOK with default headers values

func (*GetRegistryFunctionOrgNameTagOK) Code

Code gets the status code for the get registry function org name tag o k response

func (*GetRegistryFunctionOrgNameTagOK) Error

func (*GetRegistryFunctionOrgNameTagOK) GetPayload

func (*GetRegistryFunctionOrgNameTagOK) IsClientError

func (o *GetRegistryFunctionOrgNameTagOK) IsClientError() bool

IsClientError returns true when this get registry function org name tag o k response has a 4xx status code

func (*GetRegistryFunctionOrgNameTagOK) IsCode

func (o *GetRegistryFunctionOrgNameTagOK) IsCode(code int) bool

IsCode returns true when this get registry function org name tag o k response a status code equal to that given

func (*GetRegistryFunctionOrgNameTagOK) IsRedirect

func (o *GetRegistryFunctionOrgNameTagOK) IsRedirect() bool

IsRedirect returns true when this get registry function org name tag o k response has a 3xx status code

func (*GetRegistryFunctionOrgNameTagOK) IsServerError

func (o *GetRegistryFunctionOrgNameTagOK) IsServerError() bool

IsServerError returns true when this get registry function org name tag o k response has a 5xx status code

func (*GetRegistryFunctionOrgNameTagOK) IsSuccess

func (o *GetRegistryFunctionOrgNameTagOK) IsSuccess() bool

IsSuccess returns true when this get registry function org name tag o k response has a 2xx status code

func (*GetRegistryFunctionOrgNameTagOK) String

type GetRegistryFunctionOrgNameTagParams

type GetRegistryFunctionOrgNameTagParams struct {

	/* Name.

	   name
	*/
	Name string

	/* Org.

	   org
	*/
	Org string

	/* Tag.

	   tag
	*/
	Tag string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRegistryFunctionOrgNameTagParams contains all the parameters to send to the API endpoint

for the get registry function org name tag operation.

Typically these are written to a http.Request.

func NewGetRegistryFunctionOrgNameTagParams

func NewGetRegistryFunctionOrgNameTagParams() *GetRegistryFunctionOrgNameTagParams

NewGetRegistryFunctionOrgNameTagParams creates a new GetRegistryFunctionOrgNameTagParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRegistryFunctionOrgNameTagParamsWithContext

func NewGetRegistryFunctionOrgNameTagParamsWithContext(ctx context.Context) *GetRegistryFunctionOrgNameTagParams

NewGetRegistryFunctionOrgNameTagParamsWithContext creates a new GetRegistryFunctionOrgNameTagParams object with the ability to set a context for a request.

func NewGetRegistryFunctionOrgNameTagParamsWithHTTPClient

func NewGetRegistryFunctionOrgNameTagParamsWithHTTPClient(client *http.Client) *GetRegistryFunctionOrgNameTagParams

NewGetRegistryFunctionOrgNameTagParamsWithHTTPClient creates a new GetRegistryFunctionOrgNameTagParams object with the ability to set a custom HTTPClient for a request.

func NewGetRegistryFunctionOrgNameTagParamsWithTimeout

func NewGetRegistryFunctionOrgNameTagParamsWithTimeout(timeout time.Duration) *GetRegistryFunctionOrgNameTagParams

NewGetRegistryFunctionOrgNameTagParamsWithTimeout creates a new GetRegistryFunctionOrgNameTagParams object with the ability to set a timeout on a request.

func (*GetRegistryFunctionOrgNameTagParams) SetContext

SetContext adds the context to the get registry function org name tag params

func (*GetRegistryFunctionOrgNameTagParams) SetDefaults

func (o *GetRegistryFunctionOrgNameTagParams) SetDefaults()

SetDefaults hydrates default values in the get registry function org name tag params (not the query body).

All values with no default are reset to their zero value.

func (*GetRegistryFunctionOrgNameTagParams) SetHTTPClient

func (o *GetRegistryFunctionOrgNameTagParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get registry function org name tag params

func (*GetRegistryFunctionOrgNameTagParams) SetName

SetName adds the name to the get registry function org name tag params

func (*GetRegistryFunctionOrgNameTagParams) SetOrg

SetOrg adds the org to the get registry function org name tag params

func (*GetRegistryFunctionOrgNameTagParams) SetTag

SetTag adds the tag to the get registry function org name tag params

func (*GetRegistryFunctionOrgNameTagParams) SetTimeout

func (o *GetRegistryFunctionOrgNameTagParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get registry function org name tag params

func (*GetRegistryFunctionOrgNameTagParams) WithContext

WithContext adds the context to the get registry function org name tag params

func (*GetRegistryFunctionOrgNameTagParams) WithDefaults

WithDefaults hydrates default values in the get registry function org name tag params (not the query body).

All values with no default are reset to their zero value.

func (*GetRegistryFunctionOrgNameTagParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get registry function org name tag params

func (*GetRegistryFunctionOrgNameTagParams) WithName

WithName adds the name to the get registry function org name tag params

func (*GetRegistryFunctionOrgNameTagParams) WithOrg

WithOrg adds the org to the get registry function org name tag params

func (*GetRegistryFunctionOrgNameTagParams) WithTag

WithTag adds the tag to the get registry function org name tag params

func (*GetRegistryFunctionOrgNameTagParams) WithTimeout

WithTimeout adds the timeout to the get registry function org name tag params

func (*GetRegistryFunctionOrgNameTagParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRegistryFunctionOrgNameTagReader

type GetRegistryFunctionOrgNameTagReader struct {
	// contains filtered or unexported fields
}

GetRegistryFunctionOrgNameTagReader is a Reader for the GetRegistryFunctionOrgNameTag structure.

func (*GetRegistryFunctionOrgNameTagReader) ReadResponse

func (o *GetRegistryFunctionOrgNameTagReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRegistryFunctionOrgNameTagUnauthorized

type GetRegistryFunctionOrgNameTagUnauthorized struct {
	Payload string
}

GetRegistryFunctionOrgNameTagUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetRegistryFunctionOrgNameTagUnauthorized

func NewGetRegistryFunctionOrgNameTagUnauthorized() *GetRegistryFunctionOrgNameTagUnauthorized

NewGetRegistryFunctionOrgNameTagUnauthorized creates a GetRegistryFunctionOrgNameTagUnauthorized with default headers values

func (*GetRegistryFunctionOrgNameTagUnauthorized) Code

Code gets the status code for the get registry function org name tag unauthorized response

func (*GetRegistryFunctionOrgNameTagUnauthorized) Error

func (*GetRegistryFunctionOrgNameTagUnauthorized) GetPayload

func (*GetRegistryFunctionOrgNameTagUnauthorized) IsClientError

IsClientError returns true when this get registry function org name tag unauthorized response has a 4xx status code

func (*GetRegistryFunctionOrgNameTagUnauthorized) IsCode

IsCode returns true when this get registry function org name tag unauthorized response a status code equal to that given

func (*GetRegistryFunctionOrgNameTagUnauthorized) IsRedirect

IsRedirect returns true when this get registry function org name tag unauthorized response has a 3xx status code

func (*GetRegistryFunctionOrgNameTagUnauthorized) IsServerError

IsServerError returns true when this get registry function org name tag unauthorized response has a 5xx status code

func (*GetRegistryFunctionOrgNameTagUnauthorized) IsSuccess

IsSuccess returns true when this get registry function org name tag unauthorized response has a 2xx status code

func (*GetRegistryFunctionOrgNameTagUnauthorized) String

type GetRegistryFunctionOrgNotFound

type GetRegistryFunctionOrgNotFound struct {
	Payload string
}

GetRegistryFunctionOrgNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetRegistryFunctionOrgNotFound

func NewGetRegistryFunctionOrgNotFound() *GetRegistryFunctionOrgNotFound

NewGetRegistryFunctionOrgNotFound creates a GetRegistryFunctionOrgNotFound with default headers values

func (*GetRegistryFunctionOrgNotFound) Code

Code gets the status code for the get registry function org not found response

func (*GetRegistryFunctionOrgNotFound) Error

func (*GetRegistryFunctionOrgNotFound) GetPayload

func (o *GetRegistryFunctionOrgNotFound) GetPayload() string

func (*GetRegistryFunctionOrgNotFound) IsClientError

func (o *GetRegistryFunctionOrgNotFound) IsClientError() bool

IsClientError returns true when this get registry function org not found response has a 4xx status code

func (*GetRegistryFunctionOrgNotFound) IsCode

func (o *GetRegistryFunctionOrgNotFound) IsCode(code int) bool

IsCode returns true when this get registry function org not found response a status code equal to that given

func (*GetRegistryFunctionOrgNotFound) IsRedirect

func (o *GetRegistryFunctionOrgNotFound) IsRedirect() bool

IsRedirect returns true when this get registry function org not found response has a 3xx status code

func (*GetRegistryFunctionOrgNotFound) IsServerError

func (o *GetRegistryFunctionOrgNotFound) IsServerError() bool

IsServerError returns true when this get registry function org not found response has a 5xx status code

func (*GetRegistryFunctionOrgNotFound) IsSuccess

func (o *GetRegistryFunctionOrgNotFound) IsSuccess() bool

IsSuccess returns true when this get registry function org not found response has a 2xx status code

func (*GetRegistryFunctionOrgNotFound) String

type GetRegistryFunctionOrgOK

type GetRegistryFunctionOrgOK struct {
	Payload []*models.ModelsFunctionResponse
}

GetRegistryFunctionOrgOK describes a response with status code 200, with default header values.

OK

func NewGetRegistryFunctionOrgOK

func NewGetRegistryFunctionOrgOK() *GetRegistryFunctionOrgOK

NewGetRegistryFunctionOrgOK creates a GetRegistryFunctionOrgOK with default headers values

func (*GetRegistryFunctionOrgOK) Code

func (o *GetRegistryFunctionOrgOK) Code() int

Code gets the status code for the get registry function org o k response

func (*GetRegistryFunctionOrgOK) Error

func (o *GetRegistryFunctionOrgOK) Error() string

func (*GetRegistryFunctionOrgOK) GetPayload

func (*GetRegistryFunctionOrgOK) IsClientError

func (o *GetRegistryFunctionOrgOK) IsClientError() bool

IsClientError returns true when this get registry function org o k response has a 4xx status code

func (*GetRegistryFunctionOrgOK) IsCode

func (o *GetRegistryFunctionOrgOK) IsCode(code int) bool

IsCode returns true when this get registry function org o k response a status code equal to that given

func (*GetRegistryFunctionOrgOK) IsRedirect

func (o *GetRegistryFunctionOrgOK) IsRedirect() bool

IsRedirect returns true when this get registry function org o k response has a 3xx status code

func (*GetRegistryFunctionOrgOK) IsServerError

func (o *GetRegistryFunctionOrgOK) IsServerError() bool

IsServerError returns true when this get registry function org o k response has a 5xx status code

func (*GetRegistryFunctionOrgOK) IsSuccess

func (o *GetRegistryFunctionOrgOK) IsSuccess() bool

IsSuccess returns true when this get registry function org o k response has a 2xx status code

func (*GetRegistryFunctionOrgOK) String

func (o *GetRegistryFunctionOrgOK) String() string

type GetRegistryFunctionOrgParams

type GetRegistryFunctionOrgParams struct {

	/* Org.

	   org
	*/
	Org string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRegistryFunctionOrgParams contains all the parameters to send to the API endpoint

for the get registry function org operation.

Typically these are written to a http.Request.

func NewGetRegistryFunctionOrgParams

func NewGetRegistryFunctionOrgParams() *GetRegistryFunctionOrgParams

NewGetRegistryFunctionOrgParams creates a new GetRegistryFunctionOrgParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRegistryFunctionOrgParamsWithContext

func NewGetRegistryFunctionOrgParamsWithContext(ctx context.Context) *GetRegistryFunctionOrgParams

NewGetRegistryFunctionOrgParamsWithContext creates a new GetRegistryFunctionOrgParams object with the ability to set a context for a request.

func NewGetRegistryFunctionOrgParamsWithHTTPClient

func NewGetRegistryFunctionOrgParamsWithHTTPClient(client *http.Client) *GetRegistryFunctionOrgParams

NewGetRegistryFunctionOrgParamsWithHTTPClient creates a new GetRegistryFunctionOrgParams object with the ability to set a custom HTTPClient for a request.

func NewGetRegistryFunctionOrgParamsWithTimeout

func NewGetRegistryFunctionOrgParamsWithTimeout(timeout time.Duration) *GetRegistryFunctionOrgParams

NewGetRegistryFunctionOrgParamsWithTimeout creates a new GetRegistryFunctionOrgParams object with the ability to set a timeout on a request.

func (*GetRegistryFunctionOrgParams) SetContext

func (o *GetRegistryFunctionOrgParams) SetContext(ctx context.Context)

SetContext adds the context to the get registry function org params

func (*GetRegistryFunctionOrgParams) SetDefaults

func (o *GetRegistryFunctionOrgParams) SetDefaults()

SetDefaults hydrates default values in the get registry function org params (not the query body).

All values with no default are reset to their zero value.

func (*GetRegistryFunctionOrgParams) SetHTTPClient

func (o *GetRegistryFunctionOrgParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get registry function org params

func (*GetRegistryFunctionOrgParams) SetOrg

func (o *GetRegistryFunctionOrgParams) SetOrg(org string)

SetOrg adds the org to the get registry function org params

func (*GetRegistryFunctionOrgParams) SetTimeout

func (o *GetRegistryFunctionOrgParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get registry function org params

func (*GetRegistryFunctionOrgParams) WithContext

WithContext adds the context to the get registry function org params

func (*GetRegistryFunctionOrgParams) WithDefaults

WithDefaults hydrates default values in the get registry function org params (not the query body).

All values with no default are reset to their zero value.

func (*GetRegistryFunctionOrgParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get registry function org params

func (*GetRegistryFunctionOrgParams) WithOrg

WithOrg adds the org to the get registry function org params

func (*GetRegistryFunctionOrgParams) WithTimeout

WithTimeout adds the timeout to the get registry function org params

func (*GetRegistryFunctionOrgParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRegistryFunctionOrgReader

type GetRegistryFunctionOrgReader struct {
	// contains filtered or unexported fields
}

GetRegistryFunctionOrgReader is a Reader for the GetRegistryFunctionOrg structure.

func (*GetRegistryFunctionOrgReader) ReadResponse

func (o *GetRegistryFunctionOrgReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRegistryFunctionOrgUnauthorized

type GetRegistryFunctionOrgUnauthorized struct {
	Payload string
}

GetRegistryFunctionOrgUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetRegistryFunctionOrgUnauthorized

func NewGetRegistryFunctionOrgUnauthorized() *GetRegistryFunctionOrgUnauthorized

NewGetRegistryFunctionOrgUnauthorized creates a GetRegistryFunctionOrgUnauthorized with default headers values

func (*GetRegistryFunctionOrgUnauthorized) Code

Code gets the status code for the get registry function org unauthorized response

func (*GetRegistryFunctionOrgUnauthorized) Error

func (*GetRegistryFunctionOrgUnauthorized) GetPayload

func (*GetRegistryFunctionOrgUnauthorized) IsClientError

func (o *GetRegistryFunctionOrgUnauthorized) IsClientError() bool

IsClientError returns true when this get registry function org unauthorized response has a 4xx status code

func (*GetRegistryFunctionOrgUnauthorized) IsCode

IsCode returns true when this get registry function org unauthorized response a status code equal to that given

func (*GetRegistryFunctionOrgUnauthorized) IsRedirect

func (o *GetRegistryFunctionOrgUnauthorized) IsRedirect() bool

IsRedirect returns true when this get registry function org unauthorized response has a 3xx status code

func (*GetRegistryFunctionOrgUnauthorized) IsServerError

func (o *GetRegistryFunctionOrgUnauthorized) IsServerError() bool

IsServerError returns true when this get registry function org unauthorized response has a 5xx status code

func (*GetRegistryFunctionOrgUnauthorized) IsSuccess

IsSuccess returns true when this get registry function org unauthorized response has a 2xx status code

func (*GetRegistryFunctionOrgUnauthorized) String

type GetRegistrySignatureOrgBadRequest

type GetRegistrySignatureOrgBadRequest struct {
	Payload string
}

GetRegistrySignatureOrgBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetRegistrySignatureOrgBadRequest

func NewGetRegistrySignatureOrgBadRequest() *GetRegistrySignatureOrgBadRequest

NewGetRegistrySignatureOrgBadRequest creates a GetRegistrySignatureOrgBadRequest with default headers values

func (*GetRegistrySignatureOrgBadRequest) Code

Code gets the status code for the get registry signature org bad request response

func (*GetRegistrySignatureOrgBadRequest) Error

func (*GetRegistrySignatureOrgBadRequest) GetPayload

func (o *GetRegistrySignatureOrgBadRequest) GetPayload() string

func (*GetRegistrySignatureOrgBadRequest) IsClientError

func (o *GetRegistrySignatureOrgBadRequest) IsClientError() bool

IsClientError returns true when this get registry signature org bad request response has a 4xx status code

func (*GetRegistrySignatureOrgBadRequest) IsCode

func (o *GetRegistrySignatureOrgBadRequest) IsCode(code int) bool

IsCode returns true when this get registry signature org bad request response a status code equal to that given

func (*GetRegistrySignatureOrgBadRequest) IsRedirect

func (o *GetRegistrySignatureOrgBadRequest) IsRedirect() bool

IsRedirect returns true when this get registry signature org bad request response has a 3xx status code

func (*GetRegistrySignatureOrgBadRequest) IsServerError

func (o *GetRegistrySignatureOrgBadRequest) IsServerError() bool

IsServerError returns true when this get registry signature org bad request response has a 5xx status code

func (*GetRegistrySignatureOrgBadRequest) IsSuccess

func (o *GetRegistrySignatureOrgBadRequest) IsSuccess() bool

IsSuccess returns true when this get registry signature org bad request response has a 2xx status code

func (*GetRegistrySignatureOrgBadRequest) String

type GetRegistrySignatureOrgInternalServerError

type GetRegistrySignatureOrgInternalServerError struct {
	Payload string
}

GetRegistrySignatureOrgInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetRegistrySignatureOrgInternalServerError

func NewGetRegistrySignatureOrgInternalServerError() *GetRegistrySignatureOrgInternalServerError

NewGetRegistrySignatureOrgInternalServerError creates a GetRegistrySignatureOrgInternalServerError with default headers values

func (*GetRegistrySignatureOrgInternalServerError) Code

Code gets the status code for the get registry signature org internal server error response

func (*GetRegistrySignatureOrgInternalServerError) Error

func (*GetRegistrySignatureOrgInternalServerError) GetPayload

func (*GetRegistrySignatureOrgInternalServerError) IsClientError

IsClientError returns true when this get registry signature org internal server error response has a 4xx status code

func (*GetRegistrySignatureOrgInternalServerError) IsCode

IsCode returns true when this get registry signature org internal server error response a status code equal to that given

func (*GetRegistrySignatureOrgInternalServerError) IsRedirect

IsRedirect returns true when this get registry signature org internal server error response has a 3xx status code

func (*GetRegistrySignatureOrgInternalServerError) IsServerError

IsServerError returns true when this get registry signature org internal server error response has a 5xx status code

func (*GetRegistrySignatureOrgInternalServerError) IsSuccess

IsSuccess returns true when this get registry signature org internal server error response has a 2xx status code

func (*GetRegistrySignatureOrgInternalServerError) String

type GetRegistrySignatureOrgNameTagBadRequest

type GetRegistrySignatureOrgNameTagBadRequest struct {
	Payload string
}

GetRegistrySignatureOrgNameTagBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetRegistrySignatureOrgNameTagBadRequest

func NewGetRegistrySignatureOrgNameTagBadRequest() *GetRegistrySignatureOrgNameTagBadRequest

NewGetRegistrySignatureOrgNameTagBadRequest creates a GetRegistrySignatureOrgNameTagBadRequest with default headers values

func (*GetRegistrySignatureOrgNameTagBadRequest) Code

Code gets the status code for the get registry signature org name tag bad request response

func (*GetRegistrySignatureOrgNameTagBadRequest) Error

func (*GetRegistrySignatureOrgNameTagBadRequest) GetPayload

func (*GetRegistrySignatureOrgNameTagBadRequest) IsClientError

IsClientError returns true when this get registry signature org name tag bad request response has a 4xx status code

func (*GetRegistrySignatureOrgNameTagBadRequest) IsCode

IsCode returns true when this get registry signature org name tag bad request response a status code equal to that given

func (*GetRegistrySignatureOrgNameTagBadRequest) IsRedirect

IsRedirect returns true when this get registry signature org name tag bad request response has a 3xx status code

func (*GetRegistrySignatureOrgNameTagBadRequest) IsServerError

IsServerError returns true when this get registry signature org name tag bad request response has a 5xx status code

func (*GetRegistrySignatureOrgNameTagBadRequest) IsSuccess

IsSuccess returns true when this get registry signature org name tag bad request response has a 2xx status code

func (*GetRegistrySignatureOrgNameTagBadRequest) String

type GetRegistrySignatureOrgNameTagInternalServerError

type GetRegistrySignatureOrgNameTagInternalServerError struct {
	Payload string
}

GetRegistrySignatureOrgNameTagInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetRegistrySignatureOrgNameTagInternalServerError

func NewGetRegistrySignatureOrgNameTagInternalServerError() *GetRegistrySignatureOrgNameTagInternalServerError

NewGetRegistrySignatureOrgNameTagInternalServerError creates a GetRegistrySignatureOrgNameTagInternalServerError with default headers values

func (*GetRegistrySignatureOrgNameTagInternalServerError) Code

Code gets the status code for the get registry signature org name tag internal server error response

func (*GetRegistrySignatureOrgNameTagInternalServerError) Error

func (*GetRegistrySignatureOrgNameTagInternalServerError) GetPayload

func (*GetRegistrySignatureOrgNameTagInternalServerError) IsClientError

IsClientError returns true when this get registry signature org name tag internal server error response has a 4xx status code

func (*GetRegistrySignatureOrgNameTagInternalServerError) IsCode

IsCode returns true when this get registry signature org name tag internal server error response a status code equal to that given

func (*GetRegistrySignatureOrgNameTagInternalServerError) IsRedirect

IsRedirect returns true when this get registry signature org name tag internal server error response has a 3xx status code

func (*GetRegistrySignatureOrgNameTagInternalServerError) IsServerError

IsServerError returns true when this get registry signature org name tag internal server error response has a 5xx status code

func (*GetRegistrySignatureOrgNameTagInternalServerError) IsSuccess

IsSuccess returns true when this get registry signature org name tag internal server error response has a 2xx status code

func (*GetRegistrySignatureOrgNameTagInternalServerError) String

type GetRegistrySignatureOrgNameTagNotFound

type GetRegistrySignatureOrgNameTagNotFound struct {
	Payload string
}

GetRegistrySignatureOrgNameTagNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetRegistrySignatureOrgNameTagNotFound

func NewGetRegistrySignatureOrgNameTagNotFound() *GetRegistrySignatureOrgNameTagNotFound

NewGetRegistrySignatureOrgNameTagNotFound creates a GetRegistrySignatureOrgNameTagNotFound with default headers values

func (*GetRegistrySignatureOrgNameTagNotFound) Code

Code gets the status code for the get registry signature org name tag not found response

func (*GetRegistrySignatureOrgNameTagNotFound) Error

func (*GetRegistrySignatureOrgNameTagNotFound) GetPayload

func (*GetRegistrySignatureOrgNameTagNotFound) IsClientError

func (o *GetRegistrySignatureOrgNameTagNotFound) IsClientError() bool

IsClientError returns true when this get registry signature org name tag not found response has a 4xx status code

func (*GetRegistrySignatureOrgNameTagNotFound) IsCode

IsCode returns true when this get registry signature org name tag not found response a status code equal to that given

func (*GetRegistrySignatureOrgNameTagNotFound) IsRedirect

IsRedirect returns true when this get registry signature org name tag not found response has a 3xx status code

func (*GetRegistrySignatureOrgNameTagNotFound) IsServerError

func (o *GetRegistrySignatureOrgNameTagNotFound) IsServerError() bool

IsServerError returns true when this get registry signature org name tag not found response has a 5xx status code

func (*GetRegistrySignatureOrgNameTagNotFound) IsSuccess

IsSuccess returns true when this get registry signature org name tag not found response has a 2xx status code

func (*GetRegistrySignatureOrgNameTagNotFound) String

type GetRegistrySignatureOrgNameTagOK

type GetRegistrySignatureOrgNameTagOK struct {
	Payload *models.ModelsSignatureResponse
}

GetRegistrySignatureOrgNameTagOK describes a response with status code 200, with default header values.

OK

func NewGetRegistrySignatureOrgNameTagOK

func NewGetRegistrySignatureOrgNameTagOK() *GetRegistrySignatureOrgNameTagOK

NewGetRegistrySignatureOrgNameTagOK creates a GetRegistrySignatureOrgNameTagOK with default headers values

func (*GetRegistrySignatureOrgNameTagOK) Code

Code gets the status code for the get registry signature org name tag o k response

func (*GetRegistrySignatureOrgNameTagOK) Error

func (*GetRegistrySignatureOrgNameTagOK) GetPayload

func (*GetRegistrySignatureOrgNameTagOK) IsClientError

func (o *GetRegistrySignatureOrgNameTagOK) IsClientError() bool

IsClientError returns true when this get registry signature org name tag o k response has a 4xx status code

func (*GetRegistrySignatureOrgNameTagOK) IsCode

func (o *GetRegistrySignatureOrgNameTagOK) IsCode(code int) bool

IsCode returns true when this get registry signature org name tag o k response a status code equal to that given

func (*GetRegistrySignatureOrgNameTagOK) IsRedirect

func (o *GetRegistrySignatureOrgNameTagOK) IsRedirect() bool

IsRedirect returns true when this get registry signature org name tag o k response has a 3xx status code

func (*GetRegistrySignatureOrgNameTagOK) IsServerError

func (o *GetRegistrySignatureOrgNameTagOK) IsServerError() bool

IsServerError returns true when this get registry signature org name tag o k response has a 5xx status code

func (*GetRegistrySignatureOrgNameTagOK) IsSuccess

func (o *GetRegistrySignatureOrgNameTagOK) IsSuccess() bool

IsSuccess returns true when this get registry signature org name tag o k response has a 2xx status code

func (*GetRegistrySignatureOrgNameTagOK) String

type GetRegistrySignatureOrgNameTagParams

type GetRegistrySignatureOrgNameTagParams struct {

	/* Name.

	   name
	*/
	Name string

	/* Org.

	   org
	*/
	Org string

	/* Tag.

	   tag
	*/
	Tag string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRegistrySignatureOrgNameTagParams contains all the parameters to send to the API endpoint

for the get registry signature org name tag operation.

Typically these are written to a http.Request.

func NewGetRegistrySignatureOrgNameTagParams

func NewGetRegistrySignatureOrgNameTagParams() *GetRegistrySignatureOrgNameTagParams

NewGetRegistrySignatureOrgNameTagParams creates a new GetRegistrySignatureOrgNameTagParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRegistrySignatureOrgNameTagParamsWithContext

func NewGetRegistrySignatureOrgNameTagParamsWithContext(ctx context.Context) *GetRegistrySignatureOrgNameTagParams

NewGetRegistrySignatureOrgNameTagParamsWithContext creates a new GetRegistrySignatureOrgNameTagParams object with the ability to set a context for a request.

func NewGetRegistrySignatureOrgNameTagParamsWithHTTPClient

func NewGetRegistrySignatureOrgNameTagParamsWithHTTPClient(client *http.Client) *GetRegistrySignatureOrgNameTagParams

NewGetRegistrySignatureOrgNameTagParamsWithHTTPClient creates a new GetRegistrySignatureOrgNameTagParams object with the ability to set a custom HTTPClient for a request.

func NewGetRegistrySignatureOrgNameTagParamsWithTimeout

func NewGetRegistrySignatureOrgNameTagParamsWithTimeout(timeout time.Duration) *GetRegistrySignatureOrgNameTagParams

NewGetRegistrySignatureOrgNameTagParamsWithTimeout creates a new GetRegistrySignatureOrgNameTagParams object with the ability to set a timeout on a request.

func (*GetRegistrySignatureOrgNameTagParams) SetContext

SetContext adds the context to the get registry signature org name tag params

func (*GetRegistrySignatureOrgNameTagParams) SetDefaults

func (o *GetRegistrySignatureOrgNameTagParams) SetDefaults()

SetDefaults hydrates default values in the get registry signature org name tag params (not the query body).

All values with no default are reset to their zero value.

func (*GetRegistrySignatureOrgNameTagParams) SetHTTPClient

func (o *GetRegistrySignatureOrgNameTagParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get registry signature org name tag params

func (*GetRegistrySignatureOrgNameTagParams) SetName

SetName adds the name to the get registry signature org name tag params

func (*GetRegistrySignatureOrgNameTagParams) SetOrg

SetOrg adds the org to the get registry signature org name tag params

func (*GetRegistrySignatureOrgNameTagParams) SetTag

SetTag adds the tag to the get registry signature org name tag params

func (*GetRegistrySignatureOrgNameTagParams) SetTimeout

func (o *GetRegistrySignatureOrgNameTagParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get registry signature org name tag params

func (*GetRegistrySignatureOrgNameTagParams) WithContext

WithContext adds the context to the get registry signature org name tag params

func (*GetRegistrySignatureOrgNameTagParams) WithDefaults

WithDefaults hydrates default values in the get registry signature org name tag params (not the query body).

All values with no default are reset to their zero value.

func (*GetRegistrySignatureOrgNameTagParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get registry signature org name tag params

func (*GetRegistrySignatureOrgNameTagParams) WithName

WithName adds the name to the get registry signature org name tag params

func (*GetRegistrySignatureOrgNameTagParams) WithOrg

WithOrg adds the org to the get registry signature org name tag params

func (*GetRegistrySignatureOrgNameTagParams) WithTag

WithTag adds the tag to the get registry signature org name tag params

func (*GetRegistrySignatureOrgNameTagParams) WithTimeout

WithTimeout adds the timeout to the get registry signature org name tag params

func (*GetRegistrySignatureOrgNameTagParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRegistrySignatureOrgNameTagReader

type GetRegistrySignatureOrgNameTagReader struct {
	// contains filtered or unexported fields
}

GetRegistrySignatureOrgNameTagReader is a Reader for the GetRegistrySignatureOrgNameTag structure.

func (*GetRegistrySignatureOrgNameTagReader) ReadResponse

func (o *GetRegistrySignatureOrgNameTagReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRegistrySignatureOrgNameTagUnauthorized

type GetRegistrySignatureOrgNameTagUnauthorized struct {
	Payload string
}

GetRegistrySignatureOrgNameTagUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetRegistrySignatureOrgNameTagUnauthorized

func NewGetRegistrySignatureOrgNameTagUnauthorized() *GetRegistrySignatureOrgNameTagUnauthorized

NewGetRegistrySignatureOrgNameTagUnauthorized creates a GetRegistrySignatureOrgNameTagUnauthorized with default headers values

func (*GetRegistrySignatureOrgNameTagUnauthorized) Code

Code gets the status code for the get registry signature org name tag unauthorized response

func (*GetRegistrySignatureOrgNameTagUnauthorized) Error

func (*GetRegistrySignatureOrgNameTagUnauthorized) GetPayload

func (*GetRegistrySignatureOrgNameTagUnauthorized) IsClientError

IsClientError returns true when this get registry signature org name tag unauthorized response has a 4xx status code

func (*GetRegistrySignatureOrgNameTagUnauthorized) IsCode

IsCode returns true when this get registry signature org name tag unauthorized response a status code equal to that given

func (*GetRegistrySignatureOrgNameTagUnauthorized) IsRedirect

IsRedirect returns true when this get registry signature org name tag unauthorized response has a 3xx status code

func (*GetRegistrySignatureOrgNameTagUnauthorized) IsServerError

IsServerError returns true when this get registry signature org name tag unauthorized response has a 5xx status code

func (*GetRegistrySignatureOrgNameTagUnauthorized) IsSuccess

IsSuccess returns true when this get registry signature org name tag unauthorized response has a 2xx status code

func (*GetRegistrySignatureOrgNameTagUnauthorized) String

type GetRegistrySignatureOrgNotFound

type GetRegistrySignatureOrgNotFound struct {
	Payload string
}

GetRegistrySignatureOrgNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetRegistrySignatureOrgNotFound

func NewGetRegistrySignatureOrgNotFound() *GetRegistrySignatureOrgNotFound

NewGetRegistrySignatureOrgNotFound creates a GetRegistrySignatureOrgNotFound with default headers values

func (*GetRegistrySignatureOrgNotFound) Code

Code gets the status code for the get registry signature org not found response

func (*GetRegistrySignatureOrgNotFound) Error

func (*GetRegistrySignatureOrgNotFound) GetPayload

func (o *GetRegistrySignatureOrgNotFound) GetPayload() string

func (*GetRegistrySignatureOrgNotFound) IsClientError

func (o *GetRegistrySignatureOrgNotFound) IsClientError() bool

IsClientError returns true when this get registry signature org not found response has a 4xx status code

func (*GetRegistrySignatureOrgNotFound) IsCode

func (o *GetRegistrySignatureOrgNotFound) IsCode(code int) bool

IsCode returns true when this get registry signature org not found response a status code equal to that given

func (*GetRegistrySignatureOrgNotFound) IsRedirect

func (o *GetRegistrySignatureOrgNotFound) IsRedirect() bool

IsRedirect returns true when this get registry signature org not found response has a 3xx status code

func (*GetRegistrySignatureOrgNotFound) IsServerError

func (o *GetRegistrySignatureOrgNotFound) IsServerError() bool

IsServerError returns true when this get registry signature org not found response has a 5xx status code

func (*GetRegistrySignatureOrgNotFound) IsSuccess

func (o *GetRegistrySignatureOrgNotFound) IsSuccess() bool

IsSuccess returns true when this get registry signature org not found response has a 2xx status code

func (*GetRegistrySignatureOrgNotFound) String

type GetRegistrySignatureOrgOK

type GetRegistrySignatureOrgOK struct {
	Payload []*models.ModelsSignatureResponse
}

GetRegistrySignatureOrgOK describes a response with status code 200, with default header values.

OK

func NewGetRegistrySignatureOrgOK

func NewGetRegistrySignatureOrgOK() *GetRegistrySignatureOrgOK

NewGetRegistrySignatureOrgOK creates a GetRegistrySignatureOrgOK with default headers values

func (*GetRegistrySignatureOrgOK) Code

func (o *GetRegistrySignatureOrgOK) Code() int

Code gets the status code for the get registry signature org o k response

func (*GetRegistrySignatureOrgOK) Error

func (o *GetRegistrySignatureOrgOK) Error() string

func (*GetRegistrySignatureOrgOK) GetPayload

func (*GetRegistrySignatureOrgOK) IsClientError

func (o *GetRegistrySignatureOrgOK) IsClientError() bool

IsClientError returns true when this get registry signature org o k response has a 4xx status code

func (*GetRegistrySignatureOrgOK) IsCode

func (o *GetRegistrySignatureOrgOK) IsCode(code int) bool

IsCode returns true when this get registry signature org o k response a status code equal to that given

func (*GetRegistrySignatureOrgOK) IsRedirect

func (o *GetRegistrySignatureOrgOK) IsRedirect() bool

IsRedirect returns true when this get registry signature org o k response has a 3xx status code

func (*GetRegistrySignatureOrgOK) IsServerError

func (o *GetRegistrySignatureOrgOK) IsServerError() bool

IsServerError returns true when this get registry signature org o k response has a 5xx status code

func (*GetRegistrySignatureOrgOK) IsSuccess

func (o *GetRegistrySignatureOrgOK) IsSuccess() bool

IsSuccess returns true when this get registry signature org o k response has a 2xx status code

func (*GetRegistrySignatureOrgOK) String

func (o *GetRegistrySignatureOrgOK) String() string

type GetRegistrySignatureOrgParams

type GetRegistrySignatureOrgParams struct {

	/* Org.

	   org
	*/
	Org string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRegistrySignatureOrgParams contains all the parameters to send to the API endpoint

for the get registry signature org operation.

Typically these are written to a http.Request.

func NewGetRegistrySignatureOrgParams

func NewGetRegistrySignatureOrgParams() *GetRegistrySignatureOrgParams

NewGetRegistrySignatureOrgParams creates a new GetRegistrySignatureOrgParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRegistrySignatureOrgParamsWithContext

func NewGetRegistrySignatureOrgParamsWithContext(ctx context.Context) *GetRegistrySignatureOrgParams

NewGetRegistrySignatureOrgParamsWithContext creates a new GetRegistrySignatureOrgParams object with the ability to set a context for a request.

func NewGetRegistrySignatureOrgParamsWithHTTPClient

func NewGetRegistrySignatureOrgParamsWithHTTPClient(client *http.Client) *GetRegistrySignatureOrgParams

NewGetRegistrySignatureOrgParamsWithHTTPClient creates a new GetRegistrySignatureOrgParams object with the ability to set a custom HTTPClient for a request.

func NewGetRegistrySignatureOrgParamsWithTimeout

func NewGetRegistrySignatureOrgParamsWithTimeout(timeout time.Duration) *GetRegistrySignatureOrgParams

NewGetRegistrySignatureOrgParamsWithTimeout creates a new GetRegistrySignatureOrgParams object with the ability to set a timeout on a request.

func (*GetRegistrySignatureOrgParams) SetContext

func (o *GetRegistrySignatureOrgParams) SetContext(ctx context.Context)

SetContext adds the context to the get registry signature org params

func (*GetRegistrySignatureOrgParams) SetDefaults

func (o *GetRegistrySignatureOrgParams) SetDefaults()

SetDefaults hydrates default values in the get registry signature org params (not the query body).

All values with no default are reset to their zero value.

func (*GetRegistrySignatureOrgParams) SetHTTPClient

func (o *GetRegistrySignatureOrgParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get registry signature org params

func (*GetRegistrySignatureOrgParams) SetOrg

func (o *GetRegistrySignatureOrgParams) SetOrg(org string)

SetOrg adds the org to the get registry signature org params

func (*GetRegistrySignatureOrgParams) SetTimeout

func (o *GetRegistrySignatureOrgParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get registry signature org params

func (*GetRegistrySignatureOrgParams) WithContext

WithContext adds the context to the get registry signature org params

func (*GetRegistrySignatureOrgParams) WithDefaults

WithDefaults hydrates default values in the get registry signature org params (not the query body).

All values with no default are reset to their zero value.

func (*GetRegistrySignatureOrgParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get registry signature org params

func (*GetRegistrySignatureOrgParams) WithOrg

WithOrg adds the org to the get registry signature org params

func (*GetRegistrySignatureOrgParams) WithTimeout

WithTimeout adds the timeout to the get registry signature org params

func (*GetRegistrySignatureOrgParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRegistrySignatureOrgReader

type GetRegistrySignatureOrgReader struct {
	// contains filtered or unexported fields
}

GetRegistrySignatureOrgReader is a Reader for the GetRegistrySignatureOrg structure.

func (*GetRegistrySignatureOrgReader) ReadResponse

func (o *GetRegistrySignatureOrgReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRegistrySignatureOrgUnauthorized

type GetRegistrySignatureOrgUnauthorized struct {
	Payload string
}

GetRegistrySignatureOrgUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetRegistrySignatureOrgUnauthorized

func NewGetRegistrySignatureOrgUnauthorized() *GetRegistrySignatureOrgUnauthorized

NewGetRegistrySignatureOrgUnauthorized creates a GetRegistrySignatureOrgUnauthorized with default headers values

func (*GetRegistrySignatureOrgUnauthorized) Code

Code gets the status code for the get registry signature org unauthorized response

func (*GetRegistrySignatureOrgUnauthorized) Error

func (*GetRegistrySignatureOrgUnauthorized) GetPayload

func (*GetRegistrySignatureOrgUnauthorized) IsClientError

func (o *GetRegistrySignatureOrgUnauthorized) IsClientError() bool

IsClientError returns true when this get registry signature org unauthorized response has a 4xx status code

func (*GetRegistrySignatureOrgUnauthorized) IsCode

IsCode returns true when this get registry signature org unauthorized response a status code equal to that given

func (*GetRegistrySignatureOrgUnauthorized) IsRedirect

func (o *GetRegistrySignatureOrgUnauthorized) IsRedirect() bool

IsRedirect returns true when this get registry signature org unauthorized response has a 3xx status code

func (*GetRegistrySignatureOrgUnauthorized) IsServerError

func (o *GetRegistrySignatureOrgUnauthorized) IsServerError() bool

IsServerError returns true when this get registry signature org unauthorized response has a 5xx status code

func (*GetRegistrySignatureOrgUnauthorized) IsSuccess

IsSuccess returns true when this get registry signature org unauthorized response has a 2xx status code

func (*GetRegistrySignatureOrgUnauthorized) String

type PostRegistryFunctionBadRequest

type PostRegistryFunctionBadRequest struct {
	Payload string
}

PostRegistryFunctionBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostRegistryFunctionBadRequest

func NewPostRegistryFunctionBadRequest() *PostRegistryFunctionBadRequest

NewPostRegistryFunctionBadRequest creates a PostRegistryFunctionBadRequest with default headers values

func (*PostRegistryFunctionBadRequest) Code

Code gets the status code for the post registry function bad request response

func (*PostRegistryFunctionBadRequest) Error

func (*PostRegistryFunctionBadRequest) GetPayload

func (o *PostRegistryFunctionBadRequest) GetPayload() string

func (*PostRegistryFunctionBadRequest) IsClientError

func (o *PostRegistryFunctionBadRequest) IsClientError() bool

IsClientError returns true when this post registry function bad request response has a 4xx status code

func (*PostRegistryFunctionBadRequest) IsCode

func (o *PostRegistryFunctionBadRequest) IsCode(code int) bool

IsCode returns true when this post registry function bad request response a status code equal to that given

func (*PostRegistryFunctionBadRequest) IsRedirect

func (o *PostRegistryFunctionBadRequest) IsRedirect() bool

IsRedirect returns true when this post registry function bad request response has a 3xx status code

func (*PostRegistryFunctionBadRequest) IsServerError

func (o *PostRegistryFunctionBadRequest) IsServerError() bool

IsServerError returns true when this post registry function bad request response has a 5xx status code

func (*PostRegistryFunctionBadRequest) IsSuccess

func (o *PostRegistryFunctionBadRequest) IsSuccess() bool

IsSuccess returns true when this post registry function bad request response has a 2xx status code

func (*PostRegistryFunctionBadRequest) String

type PostRegistryFunctionInternalServerError

type PostRegistryFunctionInternalServerError struct {
	Payload string
}

PostRegistryFunctionInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostRegistryFunctionInternalServerError

func NewPostRegistryFunctionInternalServerError() *PostRegistryFunctionInternalServerError

NewPostRegistryFunctionInternalServerError creates a PostRegistryFunctionInternalServerError with default headers values

func (*PostRegistryFunctionInternalServerError) Code

Code gets the status code for the post registry function internal server error response

func (*PostRegistryFunctionInternalServerError) Error

func (*PostRegistryFunctionInternalServerError) GetPayload

func (*PostRegistryFunctionInternalServerError) IsClientError

func (o *PostRegistryFunctionInternalServerError) IsClientError() bool

IsClientError returns true when this post registry function internal server error response has a 4xx status code

func (*PostRegistryFunctionInternalServerError) IsCode

IsCode returns true when this post registry function internal server error response a status code equal to that given

func (*PostRegistryFunctionInternalServerError) IsRedirect

IsRedirect returns true when this post registry function internal server error response has a 3xx status code

func (*PostRegistryFunctionInternalServerError) IsServerError

func (o *PostRegistryFunctionInternalServerError) IsServerError() bool

IsServerError returns true when this post registry function internal server error response has a 5xx status code

func (*PostRegistryFunctionInternalServerError) IsSuccess

IsSuccess returns true when this post registry function internal server error response has a 2xx status code

func (*PostRegistryFunctionInternalServerError) String

type PostRegistryFunctionNotFound

type PostRegistryFunctionNotFound struct {
	Payload string
}

PostRegistryFunctionNotFound describes a response with status code 404, with default header values.

Not Found

func NewPostRegistryFunctionNotFound

func NewPostRegistryFunctionNotFound() *PostRegistryFunctionNotFound

NewPostRegistryFunctionNotFound creates a PostRegistryFunctionNotFound with default headers values

func (*PostRegistryFunctionNotFound) Code

Code gets the status code for the post registry function not found response

func (*PostRegistryFunctionNotFound) Error

func (*PostRegistryFunctionNotFound) GetPayload

func (o *PostRegistryFunctionNotFound) GetPayload() string

func (*PostRegistryFunctionNotFound) IsClientError

func (o *PostRegistryFunctionNotFound) IsClientError() bool

IsClientError returns true when this post registry function not found response has a 4xx status code

func (*PostRegistryFunctionNotFound) IsCode

func (o *PostRegistryFunctionNotFound) IsCode(code int) bool

IsCode returns true when this post registry function not found response a status code equal to that given

func (*PostRegistryFunctionNotFound) IsRedirect

func (o *PostRegistryFunctionNotFound) IsRedirect() bool

IsRedirect returns true when this post registry function not found response has a 3xx status code

func (*PostRegistryFunctionNotFound) IsServerError

func (o *PostRegistryFunctionNotFound) IsServerError() bool

IsServerError returns true when this post registry function not found response has a 5xx status code

func (*PostRegistryFunctionNotFound) IsSuccess

func (o *PostRegistryFunctionNotFound) IsSuccess() bool

IsSuccess returns true when this post registry function not found response has a 2xx status code

func (*PostRegistryFunctionNotFound) String

type PostRegistryFunctionOK

type PostRegistryFunctionOK struct {
	Payload *models.ModelsFunctionResponse
}

PostRegistryFunctionOK describes a response with status code 200, with default header values.

OK

func NewPostRegistryFunctionOK

func NewPostRegistryFunctionOK() *PostRegistryFunctionOK

NewPostRegistryFunctionOK creates a PostRegistryFunctionOK with default headers values

func (*PostRegistryFunctionOK) Code

func (o *PostRegistryFunctionOK) Code() int

Code gets the status code for the post registry function o k response

func (*PostRegistryFunctionOK) Error

func (o *PostRegistryFunctionOK) Error() string

func (*PostRegistryFunctionOK) GetPayload

func (*PostRegistryFunctionOK) IsClientError

func (o *PostRegistryFunctionOK) IsClientError() bool

IsClientError returns true when this post registry function o k response has a 4xx status code

func (*PostRegistryFunctionOK) IsCode

func (o *PostRegistryFunctionOK) IsCode(code int) bool

IsCode returns true when this post registry function o k response a status code equal to that given

func (*PostRegistryFunctionOK) IsRedirect

func (o *PostRegistryFunctionOK) IsRedirect() bool

IsRedirect returns true when this post registry function o k response has a 3xx status code

func (*PostRegistryFunctionOK) IsServerError

func (o *PostRegistryFunctionOK) IsServerError() bool

IsServerError returns true when this post registry function o k response has a 5xx status code

func (*PostRegistryFunctionOK) IsSuccess

func (o *PostRegistryFunctionOK) IsSuccess() bool

IsSuccess returns true when this post registry function o k response has a 2xx status code

func (*PostRegistryFunctionOK) String

func (o *PostRegistryFunctionOK) String() string

type PostRegistryFunctionParams

type PostRegistryFunctionParams struct {

	/* Function.

	   function
	*/
	Function runtime.NamedReadCloser

	/* Public.

	   public
	*/
	Public *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostRegistryFunctionParams contains all the parameters to send to the API endpoint

for the post registry function operation.

Typically these are written to a http.Request.

func NewPostRegistryFunctionParams

func NewPostRegistryFunctionParams() *PostRegistryFunctionParams

NewPostRegistryFunctionParams creates a new PostRegistryFunctionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostRegistryFunctionParamsWithContext

func NewPostRegistryFunctionParamsWithContext(ctx context.Context) *PostRegistryFunctionParams

NewPostRegistryFunctionParamsWithContext creates a new PostRegistryFunctionParams object with the ability to set a context for a request.

func NewPostRegistryFunctionParamsWithHTTPClient

func NewPostRegistryFunctionParamsWithHTTPClient(client *http.Client) *PostRegistryFunctionParams

NewPostRegistryFunctionParamsWithHTTPClient creates a new PostRegistryFunctionParams object with the ability to set a custom HTTPClient for a request.

func NewPostRegistryFunctionParamsWithTimeout

func NewPostRegistryFunctionParamsWithTimeout(timeout time.Duration) *PostRegistryFunctionParams

NewPostRegistryFunctionParamsWithTimeout creates a new PostRegistryFunctionParams object with the ability to set a timeout on a request.

func (*PostRegistryFunctionParams) SetContext

func (o *PostRegistryFunctionParams) SetContext(ctx context.Context)

SetContext adds the context to the post registry function params

func (*PostRegistryFunctionParams) SetDefaults

func (o *PostRegistryFunctionParams) SetDefaults()

SetDefaults hydrates default values in the post registry function params (not the query body).

All values with no default are reset to their zero value.

func (*PostRegistryFunctionParams) SetFunction

func (o *PostRegistryFunctionParams) SetFunction(function runtime.NamedReadCloser)

SetFunction adds the function to the post registry function params

func (*PostRegistryFunctionParams) SetHTTPClient

func (o *PostRegistryFunctionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post registry function params

func (*PostRegistryFunctionParams) SetPublic

func (o *PostRegistryFunctionParams) SetPublic(public *bool)

SetPublic adds the public to the post registry function params

func (*PostRegistryFunctionParams) SetTimeout

func (o *PostRegistryFunctionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post registry function params

func (*PostRegistryFunctionParams) WithContext

WithContext adds the context to the post registry function params

func (*PostRegistryFunctionParams) WithDefaults

WithDefaults hydrates default values in the post registry function params (not the query body).

All values with no default are reset to their zero value.

func (*PostRegistryFunctionParams) WithFunction

WithFunction adds the function to the post registry function params

func (*PostRegistryFunctionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post registry function params

func (*PostRegistryFunctionParams) WithPublic

WithPublic adds the public to the post registry function params

func (*PostRegistryFunctionParams) WithTimeout

WithTimeout adds the timeout to the post registry function params

func (*PostRegistryFunctionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostRegistryFunctionPreconditionFailed

type PostRegistryFunctionPreconditionFailed struct {
	Payload string
}

PostRegistryFunctionPreconditionFailed describes a response with status code 412, with default header values.

Precondition Failed

func NewPostRegistryFunctionPreconditionFailed

func NewPostRegistryFunctionPreconditionFailed() *PostRegistryFunctionPreconditionFailed

NewPostRegistryFunctionPreconditionFailed creates a PostRegistryFunctionPreconditionFailed with default headers values

func (*PostRegistryFunctionPreconditionFailed) Code

Code gets the status code for the post registry function precondition failed response

func (*PostRegistryFunctionPreconditionFailed) Error

func (*PostRegistryFunctionPreconditionFailed) GetPayload

func (*PostRegistryFunctionPreconditionFailed) IsClientError

func (o *PostRegistryFunctionPreconditionFailed) IsClientError() bool

IsClientError returns true when this post registry function precondition failed response has a 4xx status code

func (*PostRegistryFunctionPreconditionFailed) IsCode

IsCode returns true when this post registry function precondition failed response a status code equal to that given

func (*PostRegistryFunctionPreconditionFailed) IsRedirect

IsRedirect returns true when this post registry function precondition failed response has a 3xx status code

func (*PostRegistryFunctionPreconditionFailed) IsServerError

func (o *PostRegistryFunctionPreconditionFailed) IsServerError() bool

IsServerError returns true when this post registry function precondition failed response has a 5xx status code

func (*PostRegistryFunctionPreconditionFailed) IsSuccess

IsSuccess returns true when this post registry function precondition failed response has a 2xx status code

func (*PostRegistryFunctionPreconditionFailed) String

type PostRegistryFunctionReader

type PostRegistryFunctionReader struct {
	// contains filtered or unexported fields
}

PostRegistryFunctionReader is a Reader for the PostRegistryFunction structure.

func (*PostRegistryFunctionReader) ReadResponse

func (o *PostRegistryFunctionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostRegistryFunctionUnauthorized

type PostRegistryFunctionUnauthorized struct {
	Payload string
}

PostRegistryFunctionUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostRegistryFunctionUnauthorized

func NewPostRegistryFunctionUnauthorized() *PostRegistryFunctionUnauthorized

NewPostRegistryFunctionUnauthorized creates a PostRegistryFunctionUnauthorized with default headers values

func (*PostRegistryFunctionUnauthorized) Code

Code gets the status code for the post registry function unauthorized response

func (*PostRegistryFunctionUnauthorized) Error

func (*PostRegistryFunctionUnauthorized) GetPayload

func (o *PostRegistryFunctionUnauthorized) GetPayload() string

func (*PostRegistryFunctionUnauthorized) IsClientError

func (o *PostRegistryFunctionUnauthorized) IsClientError() bool

IsClientError returns true when this post registry function unauthorized response has a 4xx status code

func (*PostRegistryFunctionUnauthorized) IsCode

func (o *PostRegistryFunctionUnauthorized) IsCode(code int) bool

IsCode returns true when this post registry function unauthorized response a status code equal to that given

func (*PostRegistryFunctionUnauthorized) IsRedirect

func (o *PostRegistryFunctionUnauthorized) IsRedirect() bool

IsRedirect returns true when this post registry function unauthorized response has a 3xx status code

func (*PostRegistryFunctionUnauthorized) IsServerError

func (o *PostRegistryFunctionUnauthorized) IsServerError() bool

IsServerError returns true when this post registry function unauthorized response has a 5xx status code

func (*PostRegistryFunctionUnauthorized) IsSuccess

func (o *PostRegistryFunctionUnauthorized) IsSuccess() bool

IsSuccess returns true when this post registry function unauthorized response has a 2xx status code

func (*PostRegistryFunctionUnauthorized) String

type PostRegistrySignatureBadRequest

type PostRegistrySignatureBadRequest struct {
	Payload string
}

PostRegistrySignatureBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostRegistrySignatureBadRequest

func NewPostRegistrySignatureBadRequest() *PostRegistrySignatureBadRequest

NewPostRegistrySignatureBadRequest creates a PostRegistrySignatureBadRequest with default headers values

func (*PostRegistrySignatureBadRequest) Code

Code gets the status code for the post registry signature bad request response

func (*PostRegistrySignatureBadRequest) Error

func (*PostRegistrySignatureBadRequest) GetPayload

func (o *PostRegistrySignatureBadRequest) GetPayload() string

func (*PostRegistrySignatureBadRequest) IsClientError

func (o *PostRegistrySignatureBadRequest) IsClientError() bool

IsClientError returns true when this post registry signature bad request response has a 4xx status code

func (*PostRegistrySignatureBadRequest) IsCode

func (o *PostRegistrySignatureBadRequest) IsCode(code int) bool

IsCode returns true when this post registry signature bad request response a status code equal to that given

func (*PostRegistrySignatureBadRequest) IsRedirect

func (o *PostRegistrySignatureBadRequest) IsRedirect() bool

IsRedirect returns true when this post registry signature bad request response has a 3xx status code

func (*PostRegistrySignatureBadRequest) IsServerError

func (o *PostRegistrySignatureBadRequest) IsServerError() bool

IsServerError returns true when this post registry signature bad request response has a 5xx status code

func (*PostRegistrySignatureBadRequest) IsSuccess

func (o *PostRegistrySignatureBadRequest) IsSuccess() bool

IsSuccess returns true when this post registry signature bad request response has a 2xx status code

func (*PostRegistrySignatureBadRequest) String

type PostRegistrySignatureInternalServerError

type PostRegistrySignatureInternalServerError struct {
	Payload string
}

PostRegistrySignatureInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostRegistrySignatureInternalServerError

func NewPostRegistrySignatureInternalServerError() *PostRegistrySignatureInternalServerError

NewPostRegistrySignatureInternalServerError creates a PostRegistrySignatureInternalServerError with default headers values

func (*PostRegistrySignatureInternalServerError) Code

Code gets the status code for the post registry signature internal server error response

func (*PostRegistrySignatureInternalServerError) Error

func (*PostRegistrySignatureInternalServerError) GetPayload

func (*PostRegistrySignatureInternalServerError) IsClientError

IsClientError returns true when this post registry signature internal server error response has a 4xx status code

func (*PostRegistrySignatureInternalServerError) IsCode

IsCode returns true when this post registry signature internal server error response a status code equal to that given

func (*PostRegistrySignatureInternalServerError) IsRedirect

IsRedirect returns true when this post registry signature internal server error response has a 3xx status code

func (*PostRegistrySignatureInternalServerError) IsServerError

IsServerError returns true when this post registry signature internal server error response has a 5xx status code

func (*PostRegistrySignatureInternalServerError) IsSuccess

IsSuccess returns true when this post registry signature internal server error response has a 2xx status code

func (*PostRegistrySignatureInternalServerError) String

type PostRegistrySignatureNotFound

type PostRegistrySignatureNotFound struct {
	Payload string
}

PostRegistrySignatureNotFound describes a response with status code 404, with default header values.

Not Found

func NewPostRegistrySignatureNotFound

func NewPostRegistrySignatureNotFound() *PostRegistrySignatureNotFound

NewPostRegistrySignatureNotFound creates a PostRegistrySignatureNotFound with default headers values

func (*PostRegistrySignatureNotFound) Code

Code gets the status code for the post registry signature not found response

func (*PostRegistrySignatureNotFound) Error

func (*PostRegistrySignatureNotFound) GetPayload

func (o *PostRegistrySignatureNotFound) GetPayload() string

func (*PostRegistrySignatureNotFound) IsClientError

func (o *PostRegistrySignatureNotFound) IsClientError() bool

IsClientError returns true when this post registry signature not found response has a 4xx status code

func (*PostRegistrySignatureNotFound) IsCode

func (o *PostRegistrySignatureNotFound) IsCode(code int) bool

IsCode returns true when this post registry signature not found response a status code equal to that given

func (*PostRegistrySignatureNotFound) IsRedirect

func (o *PostRegistrySignatureNotFound) IsRedirect() bool

IsRedirect returns true when this post registry signature not found response has a 3xx status code

func (*PostRegistrySignatureNotFound) IsServerError

func (o *PostRegistrySignatureNotFound) IsServerError() bool

IsServerError returns true when this post registry signature not found response has a 5xx status code

func (*PostRegistrySignatureNotFound) IsSuccess

func (o *PostRegistrySignatureNotFound) IsSuccess() bool

IsSuccess returns true when this post registry signature not found response has a 2xx status code

func (*PostRegistrySignatureNotFound) String

type PostRegistrySignatureOK

type PostRegistrySignatureOK struct {
	Payload *models.ModelsSignatureResponse
}

PostRegistrySignatureOK describes a response with status code 200, with default header values.

OK

func NewPostRegistrySignatureOK

func NewPostRegistrySignatureOK() *PostRegistrySignatureOK

NewPostRegistrySignatureOK creates a PostRegistrySignatureOK with default headers values

func (*PostRegistrySignatureOK) Code

func (o *PostRegistrySignatureOK) Code() int

Code gets the status code for the post registry signature o k response

func (*PostRegistrySignatureOK) Error

func (o *PostRegistrySignatureOK) Error() string

func (*PostRegistrySignatureOK) GetPayload

func (*PostRegistrySignatureOK) IsClientError

func (o *PostRegistrySignatureOK) IsClientError() bool

IsClientError returns true when this post registry signature o k response has a 4xx status code

func (*PostRegistrySignatureOK) IsCode

func (o *PostRegistrySignatureOK) IsCode(code int) bool

IsCode returns true when this post registry signature o k response a status code equal to that given

func (*PostRegistrySignatureOK) IsRedirect

func (o *PostRegistrySignatureOK) IsRedirect() bool

IsRedirect returns true when this post registry signature o k response has a 3xx status code

func (*PostRegistrySignatureOK) IsServerError

func (o *PostRegistrySignatureOK) IsServerError() bool

IsServerError returns true when this post registry signature o k response has a 5xx status code

func (*PostRegistrySignatureOK) IsSuccess

func (o *PostRegistrySignatureOK) IsSuccess() bool

IsSuccess returns true when this post registry signature o k response has a 2xx status code

func (*PostRegistrySignatureOK) String

func (o *PostRegistrySignatureOK) String() string

type PostRegistrySignatureParams

type PostRegistrySignatureParams struct {

	/* Name.

	   name
	*/
	Name string

	/* Public.

	   public
	*/
	Public *bool

	/* Signature.

	   signature
	*/
	Signature runtime.NamedReadCloser

	/* Tag.

	   tag
	*/
	Tag string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostRegistrySignatureParams contains all the parameters to send to the API endpoint

for the post registry signature operation.

Typically these are written to a http.Request.

func NewPostRegistrySignatureParams

func NewPostRegistrySignatureParams() *PostRegistrySignatureParams

NewPostRegistrySignatureParams creates a new PostRegistrySignatureParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostRegistrySignatureParamsWithContext

func NewPostRegistrySignatureParamsWithContext(ctx context.Context) *PostRegistrySignatureParams

NewPostRegistrySignatureParamsWithContext creates a new PostRegistrySignatureParams object with the ability to set a context for a request.

func NewPostRegistrySignatureParamsWithHTTPClient

func NewPostRegistrySignatureParamsWithHTTPClient(client *http.Client) *PostRegistrySignatureParams

NewPostRegistrySignatureParamsWithHTTPClient creates a new PostRegistrySignatureParams object with the ability to set a custom HTTPClient for a request.

func NewPostRegistrySignatureParamsWithTimeout

func NewPostRegistrySignatureParamsWithTimeout(timeout time.Duration) *PostRegistrySignatureParams

NewPostRegistrySignatureParamsWithTimeout creates a new PostRegistrySignatureParams object with the ability to set a timeout on a request.

func (*PostRegistrySignatureParams) SetContext

func (o *PostRegistrySignatureParams) SetContext(ctx context.Context)

SetContext adds the context to the post registry signature params

func (*PostRegistrySignatureParams) SetDefaults

func (o *PostRegistrySignatureParams) SetDefaults()

SetDefaults hydrates default values in the post registry signature params (not the query body).

All values with no default are reset to their zero value.

func (*PostRegistrySignatureParams) SetHTTPClient

func (o *PostRegistrySignatureParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post registry signature params

func (*PostRegistrySignatureParams) SetName

func (o *PostRegistrySignatureParams) SetName(name string)

SetName adds the name to the post registry signature params

func (*PostRegistrySignatureParams) SetPublic

func (o *PostRegistrySignatureParams) SetPublic(public *bool)

SetPublic adds the public to the post registry signature params

func (*PostRegistrySignatureParams) SetSignature

func (o *PostRegistrySignatureParams) SetSignature(signature runtime.NamedReadCloser)

SetSignature adds the signature to the post registry signature params

func (*PostRegistrySignatureParams) SetTag

func (o *PostRegistrySignatureParams) SetTag(tag string)

SetTag adds the tag to the post registry signature params

func (*PostRegistrySignatureParams) SetTimeout

func (o *PostRegistrySignatureParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post registry signature params

func (*PostRegistrySignatureParams) WithContext

WithContext adds the context to the post registry signature params

func (*PostRegistrySignatureParams) WithDefaults

WithDefaults hydrates default values in the post registry signature params (not the query body).

All values with no default are reset to their zero value.

func (*PostRegistrySignatureParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post registry signature params

func (*PostRegistrySignatureParams) WithName

WithName adds the name to the post registry signature params

func (*PostRegistrySignatureParams) WithPublic

WithPublic adds the public to the post registry signature params

func (*PostRegistrySignatureParams) WithSignature

WithSignature adds the signature to the post registry signature params

func (*PostRegistrySignatureParams) WithTag

WithTag adds the tag to the post registry signature params

func (*PostRegistrySignatureParams) WithTimeout

WithTimeout adds the timeout to the post registry signature params

func (*PostRegistrySignatureParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostRegistrySignaturePreconditionFailed

type PostRegistrySignaturePreconditionFailed struct {
	Payload string
}

PostRegistrySignaturePreconditionFailed describes a response with status code 412, with default header values.

Precondition Failed

func NewPostRegistrySignaturePreconditionFailed

func NewPostRegistrySignaturePreconditionFailed() *PostRegistrySignaturePreconditionFailed

NewPostRegistrySignaturePreconditionFailed creates a PostRegistrySignaturePreconditionFailed with default headers values

func (*PostRegistrySignaturePreconditionFailed) Code

Code gets the status code for the post registry signature precondition failed response

func (*PostRegistrySignaturePreconditionFailed) Error

func (*PostRegistrySignaturePreconditionFailed) GetPayload

func (*PostRegistrySignaturePreconditionFailed) IsClientError

func (o *PostRegistrySignaturePreconditionFailed) IsClientError() bool

IsClientError returns true when this post registry signature precondition failed response has a 4xx status code

func (*PostRegistrySignaturePreconditionFailed) IsCode

IsCode returns true when this post registry signature precondition failed response a status code equal to that given

func (*PostRegistrySignaturePreconditionFailed) IsRedirect

IsRedirect returns true when this post registry signature precondition failed response has a 3xx status code

func (*PostRegistrySignaturePreconditionFailed) IsServerError

func (o *PostRegistrySignaturePreconditionFailed) IsServerError() bool

IsServerError returns true when this post registry signature precondition failed response has a 5xx status code

func (*PostRegistrySignaturePreconditionFailed) IsSuccess

IsSuccess returns true when this post registry signature precondition failed response has a 2xx status code

func (*PostRegistrySignaturePreconditionFailed) String

type PostRegistrySignatureReader

type PostRegistrySignatureReader struct {
	// contains filtered or unexported fields
}

PostRegistrySignatureReader is a Reader for the PostRegistrySignature structure.

func (*PostRegistrySignatureReader) ReadResponse

func (o *PostRegistrySignatureReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostRegistrySignatureUnauthorized

type PostRegistrySignatureUnauthorized struct {
	Payload string
}

PostRegistrySignatureUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewPostRegistrySignatureUnauthorized

func NewPostRegistrySignatureUnauthorized() *PostRegistrySignatureUnauthorized

NewPostRegistrySignatureUnauthorized creates a PostRegistrySignatureUnauthorized with default headers values

func (*PostRegistrySignatureUnauthorized) Code

Code gets the status code for the post registry signature unauthorized response

func (*PostRegistrySignatureUnauthorized) Error

func (*PostRegistrySignatureUnauthorized) GetPayload

func (o *PostRegistrySignatureUnauthorized) GetPayload() string

func (*PostRegistrySignatureUnauthorized) IsClientError

func (o *PostRegistrySignatureUnauthorized) IsClientError() bool

IsClientError returns true when this post registry signature unauthorized response has a 4xx status code

func (*PostRegistrySignatureUnauthorized) IsCode

func (o *PostRegistrySignatureUnauthorized) IsCode(code int) bool

IsCode returns true when this post registry signature unauthorized response a status code equal to that given

func (*PostRegistrySignatureUnauthorized) IsRedirect

func (o *PostRegistrySignatureUnauthorized) IsRedirect() bool

IsRedirect returns true when this post registry signature unauthorized response has a 3xx status code

func (*PostRegistrySignatureUnauthorized) IsServerError

func (o *PostRegistrySignatureUnauthorized) IsServerError() bool

IsServerError returns true when this post registry signature unauthorized response has a 5xx status code

func (*PostRegistrySignatureUnauthorized) IsSuccess

func (o *PostRegistrySignatureUnauthorized) IsSuccess() bool

IsSuccess returns true when this post registry signature unauthorized response has a 2xx status code

func (*PostRegistrySignatureUnauthorized) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL