registry

package
v0.3.7 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2023 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) GetRegistryFunction

func (a *Client) GetRegistryFunction(params *GetRegistryFunctionParams, opts ...ClientOption) (*GetRegistryFunctionOK, error)

GetRegistryFunction lists functions default organization lists all the public functions in the default organization

ListFunctionsDefaultOrganization lists all the public functions in the default organization.

func (*Client) GetRegistryFunctionNameTag

func (a *Client) GetRegistryFunctionNameTag(params *GetRegistryFunctionNameTagParams, opts ...ClientOption) (*GetRegistryFunctionNameTagOK, error)

GetRegistryFunctionNameTag gets function default organization retrieves a public function from the default organization

GetFunctionDefaultOrganization retrieves a public function from the default organization.

func (*Client) GetRegistryFunctionOrganization

func (a *Client) GetRegistryFunctionOrganization(params *GetRegistryFunctionOrganizationParams, opts ...ClientOption) (*GetRegistryFunctionOrganizationOK, error)

GetRegistryFunctionOrganization lists functions lists all the functions in the given organization if the session is scoped to the same organization functions that are not public will be returned otherwise only public functions will be returned

ListFunction lists all the functions in the given organization. If the session is scoped to the same organization, functions that are not public will be returned, otherwise only public functions will be returned.

func (*Client) GetRegistryFunctionOrganizationNameTag

func (a *Client) GetRegistryFunctionOrganizationNameTag(params *GetRegistryFunctionOrganizationNameTagParams, opts ...ClientOption) (*GetRegistryFunctionOrganizationNameTagOK, error)
GetRegistryFunctionOrganizationNameTag GetFunction retrieves a function from the given organization. If the session is scoped to the same organization, functions that are not public will be returned, otherwise only public functions will be returned.

GetFunction retrieves a function from the given organization. If the session is scoped to the same organization, functions that are not public will be returned, otherwise only public functions will be returned.

func (*Client) PostRegistryFunction

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

PostRegistryFunction uploads function uploads a function if the session is scoped to an organization the function will be uploaded to that organization

UploadFunction uploads a function. If the session is scoped to an organization, the function will be uploaded to that 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 {
	GetRegistryFunction(params *GetRegistryFunctionParams, opts ...ClientOption) (*GetRegistryFunctionOK, error)

	GetRegistryFunctionNameTag(params *GetRegistryFunctionNameTagParams, opts ...ClientOption) (*GetRegistryFunctionNameTagOK, error)

	GetRegistryFunctionOrganization(params *GetRegistryFunctionOrganizationParams, opts ...ClientOption) (*GetRegistryFunctionOrganizationOK, error)

	GetRegistryFunctionOrganizationNameTag(params *GetRegistryFunctionOrganizationNameTagParams, opts ...ClientOption) (*GetRegistryFunctionOrganizationNameTagOK, error)

	PostRegistryFunction(params *PostRegistryFunctionParams, opts ...ClientOption) (*PostRegistryFunctionOK, 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 GetRegistryFunctionBadRequest

type GetRegistryFunctionBadRequest struct {
	Payload string
}

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

Bad Request

func NewGetRegistryFunctionBadRequest

func NewGetRegistryFunctionBadRequest() *GetRegistryFunctionBadRequest

NewGetRegistryFunctionBadRequest creates a GetRegistryFunctionBadRequest with default headers values

func (*GetRegistryFunctionBadRequest) Code

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

func (*GetRegistryFunctionBadRequest) Error

func (*GetRegistryFunctionBadRequest) GetPayload

func (o *GetRegistryFunctionBadRequest) GetPayload() string

func (*GetRegistryFunctionBadRequest) IsClientError

func (o *GetRegistryFunctionBadRequest) IsClientError() bool

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

func (*GetRegistryFunctionBadRequest) IsCode

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

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

func (*GetRegistryFunctionBadRequest) IsRedirect

func (o *GetRegistryFunctionBadRequest) IsRedirect() bool

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

func (*GetRegistryFunctionBadRequest) IsServerError

func (o *GetRegistryFunctionBadRequest) IsServerError() bool

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

func (*GetRegistryFunctionBadRequest) IsSuccess

func (o *GetRegistryFunctionBadRequest) IsSuccess() bool

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

func (*GetRegistryFunctionBadRequest) String

type GetRegistryFunctionInternalServerError

type GetRegistryFunctionInternalServerError struct {
	Payload string
}

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

Internal Server Error

func NewGetRegistryFunctionInternalServerError

func NewGetRegistryFunctionInternalServerError() *GetRegistryFunctionInternalServerError

NewGetRegistryFunctionInternalServerError creates a GetRegistryFunctionInternalServerError with default headers values

func (*GetRegistryFunctionInternalServerError) Code

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

func (*GetRegistryFunctionInternalServerError) Error

func (*GetRegistryFunctionInternalServerError) GetPayload

func (*GetRegistryFunctionInternalServerError) IsClientError

func (o *GetRegistryFunctionInternalServerError) IsClientError() bool

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

func (*GetRegistryFunctionInternalServerError) IsCode

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

func (*GetRegistryFunctionInternalServerError) IsRedirect

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

func (*GetRegistryFunctionInternalServerError) IsServerError

func (o *GetRegistryFunctionInternalServerError) IsServerError() bool

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

func (*GetRegistryFunctionInternalServerError) IsSuccess

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

func (*GetRegistryFunctionInternalServerError) String

type GetRegistryFunctionNameTagBadRequest

type GetRegistryFunctionNameTagBadRequest struct {
	Payload string
}

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

Bad Request

func NewGetRegistryFunctionNameTagBadRequest

func NewGetRegistryFunctionNameTagBadRequest() *GetRegistryFunctionNameTagBadRequest

NewGetRegistryFunctionNameTagBadRequest creates a GetRegistryFunctionNameTagBadRequest with default headers values

func (*GetRegistryFunctionNameTagBadRequest) Code

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

func (*GetRegistryFunctionNameTagBadRequest) Error

func (*GetRegistryFunctionNameTagBadRequest) GetPayload

func (*GetRegistryFunctionNameTagBadRequest) IsClientError

func (o *GetRegistryFunctionNameTagBadRequest) IsClientError() bool

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

func (*GetRegistryFunctionNameTagBadRequest) IsCode

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

func (*GetRegistryFunctionNameTagBadRequest) IsRedirect

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

func (*GetRegistryFunctionNameTagBadRequest) IsServerError

func (o *GetRegistryFunctionNameTagBadRequest) IsServerError() bool

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

func (*GetRegistryFunctionNameTagBadRequest) IsSuccess

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

func (*GetRegistryFunctionNameTagBadRequest) String

type GetRegistryFunctionNameTagInternalServerError

type GetRegistryFunctionNameTagInternalServerError struct {
	Payload string
}

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

Internal Server Error

func NewGetRegistryFunctionNameTagInternalServerError

func NewGetRegistryFunctionNameTagInternalServerError() *GetRegistryFunctionNameTagInternalServerError

NewGetRegistryFunctionNameTagInternalServerError creates a GetRegistryFunctionNameTagInternalServerError with default headers values

func (*GetRegistryFunctionNameTagInternalServerError) Code

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

func (*GetRegistryFunctionNameTagInternalServerError) Error

func (*GetRegistryFunctionNameTagInternalServerError) GetPayload

func (*GetRegistryFunctionNameTagInternalServerError) IsClientError

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

func (*GetRegistryFunctionNameTagInternalServerError) IsCode

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

func (*GetRegistryFunctionNameTagInternalServerError) IsRedirect

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

func (*GetRegistryFunctionNameTagInternalServerError) IsServerError

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

func (*GetRegistryFunctionNameTagInternalServerError) IsSuccess

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

func (*GetRegistryFunctionNameTagInternalServerError) String

type GetRegistryFunctionNameTagNotFound

type GetRegistryFunctionNameTagNotFound struct {
	Payload string
}

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

Not Found

func NewGetRegistryFunctionNameTagNotFound

func NewGetRegistryFunctionNameTagNotFound() *GetRegistryFunctionNameTagNotFound

NewGetRegistryFunctionNameTagNotFound creates a GetRegistryFunctionNameTagNotFound with default headers values

func (*GetRegistryFunctionNameTagNotFound) Code

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

func (*GetRegistryFunctionNameTagNotFound) Error

func (*GetRegistryFunctionNameTagNotFound) GetPayload

func (*GetRegistryFunctionNameTagNotFound) IsClientError

func (o *GetRegistryFunctionNameTagNotFound) IsClientError() bool

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

func (*GetRegistryFunctionNameTagNotFound) IsCode

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

func (*GetRegistryFunctionNameTagNotFound) IsRedirect

func (o *GetRegistryFunctionNameTagNotFound) IsRedirect() bool

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

func (*GetRegistryFunctionNameTagNotFound) IsServerError

func (o *GetRegistryFunctionNameTagNotFound) IsServerError() bool

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

func (*GetRegistryFunctionNameTagNotFound) IsSuccess

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

func (*GetRegistryFunctionNameTagNotFound) String

type GetRegistryFunctionNameTagOK

type GetRegistryFunctionNameTagOK struct {
	Payload *models.ModelsGetFunctionResponse
}

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

OK

func NewGetRegistryFunctionNameTagOK

func NewGetRegistryFunctionNameTagOK() *GetRegistryFunctionNameTagOK

NewGetRegistryFunctionNameTagOK creates a GetRegistryFunctionNameTagOK with default headers values

func (*GetRegistryFunctionNameTagOK) Code

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

func (*GetRegistryFunctionNameTagOK) Error

func (*GetRegistryFunctionNameTagOK) GetPayload

func (*GetRegistryFunctionNameTagOK) IsClientError

func (o *GetRegistryFunctionNameTagOK) IsClientError() bool

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

func (*GetRegistryFunctionNameTagOK) IsCode

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

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

func (*GetRegistryFunctionNameTagOK) IsRedirect

func (o *GetRegistryFunctionNameTagOK) IsRedirect() bool

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

func (*GetRegistryFunctionNameTagOK) IsServerError

func (o *GetRegistryFunctionNameTagOK) IsServerError() bool

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

func (*GetRegistryFunctionNameTagOK) IsSuccess

func (o *GetRegistryFunctionNameTagOK) IsSuccess() bool

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

func (*GetRegistryFunctionNameTagOK) String

type GetRegistryFunctionNameTagParams

type GetRegistryFunctionNameTagParams struct {

	/* Name.

	   name
	*/
	Name string

	/* Tag.

	   tag
	*/
	Tag string

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

GetRegistryFunctionNameTagParams contains all the parameters to send to the API endpoint

for the get registry function name tag operation.

Typically these are written to a http.Request.

func NewGetRegistryFunctionNameTagParams

func NewGetRegistryFunctionNameTagParams() *GetRegistryFunctionNameTagParams

NewGetRegistryFunctionNameTagParams creates a new GetRegistryFunctionNameTagParams 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 NewGetRegistryFunctionNameTagParamsWithContext

func NewGetRegistryFunctionNameTagParamsWithContext(ctx context.Context) *GetRegistryFunctionNameTagParams

NewGetRegistryFunctionNameTagParamsWithContext creates a new GetRegistryFunctionNameTagParams object with the ability to set a context for a request.

func NewGetRegistryFunctionNameTagParamsWithHTTPClient

func NewGetRegistryFunctionNameTagParamsWithHTTPClient(client *http.Client) *GetRegistryFunctionNameTagParams

NewGetRegistryFunctionNameTagParamsWithHTTPClient creates a new GetRegistryFunctionNameTagParams object with the ability to set a custom HTTPClient for a request.

func NewGetRegistryFunctionNameTagParamsWithTimeout

func NewGetRegistryFunctionNameTagParamsWithTimeout(timeout time.Duration) *GetRegistryFunctionNameTagParams

NewGetRegistryFunctionNameTagParamsWithTimeout creates a new GetRegistryFunctionNameTagParams object with the ability to set a timeout on a request.

func (*GetRegistryFunctionNameTagParams) SetContext

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

func (*GetRegistryFunctionNameTagParams) SetDefaults

func (o *GetRegistryFunctionNameTagParams) SetDefaults()

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

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

func (*GetRegistryFunctionNameTagParams) SetHTTPClient

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

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

func (*GetRegistryFunctionNameTagParams) SetName

func (o *GetRegistryFunctionNameTagParams) SetName(name string)

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

func (*GetRegistryFunctionNameTagParams) SetTag

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

func (*GetRegistryFunctionNameTagParams) SetTimeout

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

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

func (*GetRegistryFunctionNameTagParams) WithContext

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

func (*GetRegistryFunctionNameTagParams) WithDefaults

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

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

func (*GetRegistryFunctionNameTagParams) WithHTTPClient

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

func (*GetRegistryFunctionNameTagParams) WithName

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

func (*GetRegistryFunctionNameTagParams) WithTag

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

func (*GetRegistryFunctionNameTagParams) WithTimeout

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

func (*GetRegistryFunctionNameTagParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRegistryFunctionNameTagReader

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

GetRegistryFunctionNameTagReader is a Reader for the GetRegistryFunctionNameTag structure.

func (*GetRegistryFunctionNameTagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRegistryFunctionNameTagUnauthorized

type GetRegistryFunctionNameTagUnauthorized struct {
	Payload string
}

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

Unauthorized

func NewGetRegistryFunctionNameTagUnauthorized

func NewGetRegistryFunctionNameTagUnauthorized() *GetRegistryFunctionNameTagUnauthorized

NewGetRegistryFunctionNameTagUnauthorized creates a GetRegistryFunctionNameTagUnauthorized with default headers values

func (*GetRegistryFunctionNameTagUnauthorized) Code

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

func (*GetRegistryFunctionNameTagUnauthorized) Error

func (*GetRegistryFunctionNameTagUnauthorized) GetPayload

func (*GetRegistryFunctionNameTagUnauthorized) IsClientError

func (o *GetRegistryFunctionNameTagUnauthorized) IsClientError() bool

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

func (*GetRegistryFunctionNameTagUnauthorized) IsCode

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

func (*GetRegistryFunctionNameTagUnauthorized) IsRedirect

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

func (*GetRegistryFunctionNameTagUnauthorized) IsServerError

func (o *GetRegistryFunctionNameTagUnauthorized) IsServerError() bool

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

func (*GetRegistryFunctionNameTagUnauthorized) IsSuccess

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

func (*GetRegistryFunctionNameTagUnauthorized) String

type GetRegistryFunctionNotFound

type GetRegistryFunctionNotFound struct {
	Payload string
}

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

Not Found

func NewGetRegistryFunctionNotFound

func NewGetRegistryFunctionNotFound() *GetRegistryFunctionNotFound

NewGetRegistryFunctionNotFound creates a GetRegistryFunctionNotFound with default headers values

func (*GetRegistryFunctionNotFound) Code

func (o *GetRegistryFunctionNotFound) Code() int

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

func (*GetRegistryFunctionNotFound) Error

func (*GetRegistryFunctionNotFound) GetPayload

func (o *GetRegistryFunctionNotFound) GetPayload() string

func (*GetRegistryFunctionNotFound) IsClientError

func (o *GetRegistryFunctionNotFound) IsClientError() bool

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

func (*GetRegistryFunctionNotFound) IsCode

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

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

func (*GetRegistryFunctionNotFound) IsRedirect

func (o *GetRegistryFunctionNotFound) IsRedirect() bool

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

func (*GetRegistryFunctionNotFound) IsServerError

func (o *GetRegistryFunctionNotFound) IsServerError() bool

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

func (*GetRegistryFunctionNotFound) IsSuccess

func (o *GetRegistryFunctionNotFound) IsSuccess() bool

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

func (*GetRegistryFunctionNotFound) String

func (o *GetRegistryFunctionNotFound) String() string

type GetRegistryFunctionOK

type GetRegistryFunctionOK struct {
	Payload []*models.ModelsGetFunctionResponse
}

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

OK

func NewGetRegistryFunctionOK

func NewGetRegistryFunctionOK() *GetRegistryFunctionOK

NewGetRegistryFunctionOK creates a GetRegistryFunctionOK with default headers values

func (*GetRegistryFunctionOK) Code

func (o *GetRegistryFunctionOK) Code() int

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

func (*GetRegistryFunctionOK) Error

func (o *GetRegistryFunctionOK) Error() string

func (*GetRegistryFunctionOK) GetPayload

func (*GetRegistryFunctionOK) IsClientError

func (o *GetRegistryFunctionOK) IsClientError() bool

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

func (*GetRegistryFunctionOK) IsCode

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

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

func (*GetRegistryFunctionOK) IsRedirect

func (o *GetRegistryFunctionOK) IsRedirect() bool

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

func (*GetRegistryFunctionOK) IsServerError

func (o *GetRegistryFunctionOK) IsServerError() bool

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

func (*GetRegistryFunctionOK) IsSuccess

func (o *GetRegistryFunctionOK) IsSuccess() bool

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

func (*GetRegistryFunctionOK) String

func (o *GetRegistryFunctionOK) String() string

type GetRegistryFunctionOrganizationBadRequest

type GetRegistryFunctionOrganizationBadRequest struct {
	Payload string
}

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

Bad Request

func NewGetRegistryFunctionOrganizationBadRequest

func NewGetRegistryFunctionOrganizationBadRequest() *GetRegistryFunctionOrganizationBadRequest

NewGetRegistryFunctionOrganizationBadRequest creates a GetRegistryFunctionOrganizationBadRequest with default headers values

func (*GetRegistryFunctionOrganizationBadRequest) Code

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

func (*GetRegistryFunctionOrganizationBadRequest) Error

func (*GetRegistryFunctionOrganizationBadRequest) GetPayload

func (*GetRegistryFunctionOrganizationBadRequest) IsClientError

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

func (*GetRegistryFunctionOrganizationBadRequest) IsCode

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

func (*GetRegistryFunctionOrganizationBadRequest) IsRedirect

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

func (*GetRegistryFunctionOrganizationBadRequest) IsServerError

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

func (*GetRegistryFunctionOrganizationBadRequest) IsSuccess

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

func (*GetRegistryFunctionOrganizationBadRequest) String

type GetRegistryFunctionOrganizationInternalServerError

type GetRegistryFunctionOrganizationInternalServerError struct {
	Payload string
}

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

Internal Server Error

func NewGetRegistryFunctionOrganizationInternalServerError

func NewGetRegistryFunctionOrganizationInternalServerError() *GetRegistryFunctionOrganizationInternalServerError

NewGetRegistryFunctionOrganizationInternalServerError creates a GetRegistryFunctionOrganizationInternalServerError with default headers values

func (*GetRegistryFunctionOrganizationInternalServerError) Code

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

func (*GetRegistryFunctionOrganizationInternalServerError) Error

func (*GetRegistryFunctionOrganizationInternalServerError) GetPayload

func (*GetRegistryFunctionOrganizationInternalServerError) IsClientError

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

func (*GetRegistryFunctionOrganizationInternalServerError) IsCode

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

func (*GetRegistryFunctionOrganizationInternalServerError) IsRedirect

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

func (*GetRegistryFunctionOrganizationInternalServerError) IsServerError

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

func (*GetRegistryFunctionOrganizationInternalServerError) IsSuccess

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

func (*GetRegistryFunctionOrganizationInternalServerError) String

type GetRegistryFunctionOrganizationNameTagBadRequest

type GetRegistryFunctionOrganizationNameTagBadRequest struct {
	Payload string
}

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

Bad Request

func NewGetRegistryFunctionOrganizationNameTagBadRequest

func NewGetRegistryFunctionOrganizationNameTagBadRequest() *GetRegistryFunctionOrganizationNameTagBadRequest

NewGetRegistryFunctionOrganizationNameTagBadRequest creates a GetRegistryFunctionOrganizationNameTagBadRequest with default headers values

func (*GetRegistryFunctionOrganizationNameTagBadRequest) Code

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

func (*GetRegistryFunctionOrganizationNameTagBadRequest) Error

func (*GetRegistryFunctionOrganizationNameTagBadRequest) GetPayload

func (*GetRegistryFunctionOrganizationNameTagBadRequest) IsClientError

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

func (*GetRegistryFunctionOrganizationNameTagBadRequest) IsCode

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

func (*GetRegistryFunctionOrganizationNameTagBadRequest) IsRedirect

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

func (*GetRegistryFunctionOrganizationNameTagBadRequest) IsServerError

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

func (*GetRegistryFunctionOrganizationNameTagBadRequest) IsSuccess

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

func (*GetRegistryFunctionOrganizationNameTagBadRequest) String

type GetRegistryFunctionOrganizationNameTagInternalServerError

type GetRegistryFunctionOrganizationNameTagInternalServerError struct {
	Payload string
}

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

Internal Server Error

func NewGetRegistryFunctionOrganizationNameTagInternalServerError

func NewGetRegistryFunctionOrganizationNameTagInternalServerError() *GetRegistryFunctionOrganizationNameTagInternalServerError

NewGetRegistryFunctionOrganizationNameTagInternalServerError creates a GetRegistryFunctionOrganizationNameTagInternalServerError with default headers values

func (*GetRegistryFunctionOrganizationNameTagInternalServerError) Code

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

func (*GetRegistryFunctionOrganizationNameTagInternalServerError) Error

func (*GetRegistryFunctionOrganizationNameTagInternalServerError) GetPayload

func (*GetRegistryFunctionOrganizationNameTagInternalServerError) IsClientError

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

func (*GetRegistryFunctionOrganizationNameTagInternalServerError) IsCode

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

func (*GetRegistryFunctionOrganizationNameTagInternalServerError) IsRedirect

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

func (*GetRegistryFunctionOrganizationNameTagInternalServerError) IsServerError

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

func (*GetRegistryFunctionOrganizationNameTagInternalServerError) IsSuccess

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

func (*GetRegistryFunctionOrganizationNameTagInternalServerError) String

type GetRegistryFunctionOrganizationNameTagNotFound

type GetRegistryFunctionOrganizationNameTagNotFound struct {
	Payload string
}

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

Not Found

func NewGetRegistryFunctionOrganizationNameTagNotFound

func NewGetRegistryFunctionOrganizationNameTagNotFound() *GetRegistryFunctionOrganizationNameTagNotFound

NewGetRegistryFunctionOrganizationNameTagNotFound creates a GetRegistryFunctionOrganizationNameTagNotFound with default headers values

func (*GetRegistryFunctionOrganizationNameTagNotFound) Code

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

func (*GetRegistryFunctionOrganizationNameTagNotFound) Error

func (*GetRegistryFunctionOrganizationNameTagNotFound) GetPayload

func (*GetRegistryFunctionOrganizationNameTagNotFound) IsClientError

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

func (*GetRegistryFunctionOrganizationNameTagNotFound) IsCode

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

func (*GetRegistryFunctionOrganizationNameTagNotFound) IsRedirect

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

func (*GetRegistryFunctionOrganizationNameTagNotFound) IsServerError

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

func (*GetRegistryFunctionOrganizationNameTagNotFound) IsSuccess

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

func (*GetRegistryFunctionOrganizationNameTagNotFound) String

type GetRegistryFunctionOrganizationNameTagOK

type GetRegistryFunctionOrganizationNameTagOK struct {
	Payload *models.ModelsGetFunctionResponse
}

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

OK

func NewGetRegistryFunctionOrganizationNameTagOK

func NewGetRegistryFunctionOrganizationNameTagOK() *GetRegistryFunctionOrganizationNameTagOK

NewGetRegistryFunctionOrganizationNameTagOK creates a GetRegistryFunctionOrganizationNameTagOK with default headers values

func (*GetRegistryFunctionOrganizationNameTagOK) Code

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

func (*GetRegistryFunctionOrganizationNameTagOK) Error

func (*GetRegistryFunctionOrganizationNameTagOK) GetPayload

func (*GetRegistryFunctionOrganizationNameTagOK) IsClientError

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

func (*GetRegistryFunctionOrganizationNameTagOK) IsCode

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

func (*GetRegistryFunctionOrganizationNameTagOK) IsRedirect

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

func (*GetRegistryFunctionOrganizationNameTagOK) IsServerError

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

func (*GetRegistryFunctionOrganizationNameTagOK) IsSuccess

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

func (*GetRegistryFunctionOrganizationNameTagOK) String

type GetRegistryFunctionOrganizationNameTagParams

type GetRegistryFunctionOrganizationNameTagParams struct {

	/* Name.

	   name
	*/
	Name string

	/* Organization.

	   organization
	*/
	Organization string

	/* Tag.

	   tag
	*/
	Tag string

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

GetRegistryFunctionOrganizationNameTagParams contains all the parameters to send to the API endpoint

for the get registry function organization name tag operation.

Typically these are written to a http.Request.

func NewGetRegistryFunctionOrganizationNameTagParams

func NewGetRegistryFunctionOrganizationNameTagParams() *GetRegistryFunctionOrganizationNameTagParams

NewGetRegistryFunctionOrganizationNameTagParams creates a new GetRegistryFunctionOrganizationNameTagParams 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 NewGetRegistryFunctionOrganizationNameTagParamsWithContext

func NewGetRegistryFunctionOrganizationNameTagParamsWithContext(ctx context.Context) *GetRegistryFunctionOrganizationNameTagParams

NewGetRegistryFunctionOrganizationNameTagParamsWithContext creates a new GetRegistryFunctionOrganizationNameTagParams object with the ability to set a context for a request.

func NewGetRegistryFunctionOrganizationNameTagParamsWithHTTPClient

func NewGetRegistryFunctionOrganizationNameTagParamsWithHTTPClient(client *http.Client) *GetRegistryFunctionOrganizationNameTagParams

NewGetRegistryFunctionOrganizationNameTagParamsWithHTTPClient creates a new GetRegistryFunctionOrganizationNameTagParams object with the ability to set a custom HTTPClient for a request.

func NewGetRegistryFunctionOrganizationNameTagParamsWithTimeout

func NewGetRegistryFunctionOrganizationNameTagParamsWithTimeout(timeout time.Duration) *GetRegistryFunctionOrganizationNameTagParams

NewGetRegistryFunctionOrganizationNameTagParamsWithTimeout creates a new GetRegistryFunctionOrganizationNameTagParams object with the ability to set a timeout on a request.

func (*GetRegistryFunctionOrganizationNameTagParams) SetContext

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

func (*GetRegistryFunctionOrganizationNameTagParams) SetDefaults

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

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

func (*GetRegistryFunctionOrganizationNameTagParams) SetHTTPClient

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

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

func (*GetRegistryFunctionOrganizationNameTagParams) SetName

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

func (*GetRegistryFunctionOrganizationNameTagParams) SetOrganization

func (o *GetRegistryFunctionOrganizationNameTagParams) SetOrganization(organization string)

SetOrganization adds the organization to the get registry function organization name tag params

func (*GetRegistryFunctionOrganizationNameTagParams) SetTag

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

func (*GetRegistryFunctionOrganizationNameTagParams) SetTimeout

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

func (*GetRegistryFunctionOrganizationNameTagParams) WithContext

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

func (*GetRegistryFunctionOrganizationNameTagParams) WithDefaults

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

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

func (*GetRegistryFunctionOrganizationNameTagParams) WithHTTPClient

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

func (*GetRegistryFunctionOrganizationNameTagParams) WithName

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

func (*GetRegistryFunctionOrganizationNameTagParams) WithOrganization

WithOrganization adds the organization to the get registry function organization name tag params

func (*GetRegistryFunctionOrganizationNameTagParams) WithTag

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

func (*GetRegistryFunctionOrganizationNameTagParams) WithTimeout

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

func (*GetRegistryFunctionOrganizationNameTagParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRegistryFunctionOrganizationNameTagReader

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

GetRegistryFunctionOrganizationNameTagReader is a Reader for the GetRegistryFunctionOrganizationNameTag structure.

func (*GetRegistryFunctionOrganizationNameTagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRegistryFunctionOrganizationNameTagUnauthorized

type GetRegistryFunctionOrganizationNameTagUnauthorized struct {
	Payload string
}

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

Unauthorized

func NewGetRegistryFunctionOrganizationNameTagUnauthorized

func NewGetRegistryFunctionOrganizationNameTagUnauthorized() *GetRegistryFunctionOrganizationNameTagUnauthorized

NewGetRegistryFunctionOrganizationNameTagUnauthorized creates a GetRegistryFunctionOrganizationNameTagUnauthorized with default headers values

func (*GetRegistryFunctionOrganizationNameTagUnauthorized) Code

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

func (*GetRegistryFunctionOrganizationNameTagUnauthorized) Error

func (*GetRegistryFunctionOrganizationNameTagUnauthorized) GetPayload

func (*GetRegistryFunctionOrganizationNameTagUnauthorized) IsClientError

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

func (*GetRegistryFunctionOrganizationNameTagUnauthorized) IsCode

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

func (*GetRegistryFunctionOrganizationNameTagUnauthorized) IsRedirect

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

func (*GetRegistryFunctionOrganizationNameTagUnauthorized) IsServerError

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

func (*GetRegistryFunctionOrganizationNameTagUnauthorized) IsSuccess

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

func (*GetRegistryFunctionOrganizationNameTagUnauthorized) String

type GetRegistryFunctionOrganizationNotFound

type GetRegistryFunctionOrganizationNotFound struct {
	Payload string
}

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

Not Found

func NewGetRegistryFunctionOrganizationNotFound

func NewGetRegistryFunctionOrganizationNotFound() *GetRegistryFunctionOrganizationNotFound

NewGetRegistryFunctionOrganizationNotFound creates a GetRegistryFunctionOrganizationNotFound with default headers values

func (*GetRegistryFunctionOrganizationNotFound) Code

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

func (*GetRegistryFunctionOrganizationNotFound) Error

func (*GetRegistryFunctionOrganizationNotFound) GetPayload

func (*GetRegistryFunctionOrganizationNotFound) IsClientError

func (o *GetRegistryFunctionOrganizationNotFound) IsClientError() bool

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

func (*GetRegistryFunctionOrganizationNotFound) IsCode

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

func (*GetRegistryFunctionOrganizationNotFound) IsRedirect

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

func (*GetRegistryFunctionOrganizationNotFound) IsServerError

func (o *GetRegistryFunctionOrganizationNotFound) IsServerError() bool

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

func (*GetRegistryFunctionOrganizationNotFound) IsSuccess

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

func (*GetRegistryFunctionOrganizationNotFound) String

type GetRegistryFunctionOrganizationOK

type GetRegistryFunctionOrganizationOK struct {
	Payload []*models.ModelsGetFunctionResponse
}

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

OK

func NewGetRegistryFunctionOrganizationOK

func NewGetRegistryFunctionOrganizationOK() *GetRegistryFunctionOrganizationOK

NewGetRegistryFunctionOrganizationOK creates a GetRegistryFunctionOrganizationOK with default headers values

func (*GetRegistryFunctionOrganizationOK) Code

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

func (*GetRegistryFunctionOrganizationOK) Error

func (*GetRegistryFunctionOrganizationOK) GetPayload

func (*GetRegistryFunctionOrganizationOK) IsClientError

func (o *GetRegistryFunctionOrganizationOK) IsClientError() bool

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

func (*GetRegistryFunctionOrganizationOK) IsCode

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

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

func (*GetRegistryFunctionOrganizationOK) IsRedirect

func (o *GetRegistryFunctionOrganizationOK) IsRedirect() bool

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

func (*GetRegistryFunctionOrganizationOK) IsServerError

func (o *GetRegistryFunctionOrganizationOK) IsServerError() bool

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

func (*GetRegistryFunctionOrganizationOK) IsSuccess

func (o *GetRegistryFunctionOrganizationOK) IsSuccess() bool

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

func (*GetRegistryFunctionOrganizationOK) String

type GetRegistryFunctionOrganizationParams

type GetRegistryFunctionOrganizationParams struct {

	/* Organization.

	   organization
	*/
	Organization string

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

GetRegistryFunctionOrganizationParams contains all the parameters to send to the API endpoint

for the get registry function organization operation.

Typically these are written to a http.Request.

func NewGetRegistryFunctionOrganizationParams

func NewGetRegistryFunctionOrganizationParams() *GetRegistryFunctionOrganizationParams

NewGetRegistryFunctionOrganizationParams creates a new GetRegistryFunctionOrganizationParams 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 NewGetRegistryFunctionOrganizationParamsWithContext

func NewGetRegistryFunctionOrganizationParamsWithContext(ctx context.Context) *GetRegistryFunctionOrganizationParams

NewGetRegistryFunctionOrganizationParamsWithContext creates a new GetRegistryFunctionOrganizationParams object with the ability to set a context for a request.

func NewGetRegistryFunctionOrganizationParamsWithHTTPClient

func NewGetRegistryFunctionOrganizationParamsWithHTTPClient(client *http.Client) *GetRegistryFunctionOrganizationParams

NewGetRegistryFunctionOrganizationParamsWithHTTPClient creates a new GetRegistryFunctionOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewGetRegistryFunctionOrganizationParamsWithTimeout

func NewGetRegistryFunctionOrganizationParamsWithTimeout(timeout time.Duration) *GetRegistryFunctionOrganizationParams

NewGetRegistryFunctionOrganizationParamsWithTimeout creates a new GetRegistryFunctionOrganizationParams object with the ability to set a timeout on a request.

func (*GetRegistryFunctionOrganizationParams) SetContext

SetContext adds the context to the get registry function organization params

func (*GetRegistryFunctionOrganizationParams) SetDefaults

func (o *GetRegistryFunctionOrganizationParams) SetDefaults()

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

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

func (*GetRegistryFunctionOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get registry function organization params

func (*GetRegistryFunctionOrganizationParams) SetOrganization

func (o *GetRegistryFunctionOrganizationParams) SetOrganization(organization string)

SetOrganization adds the organization to the get registry function organization params

func (*GetRegistryFunctionOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get registry function organization params

func (*GetRegistryFunctionOrganizationParams) WithContext

WithContext adds the context to the get registry function organization params

func (*GetRegistryFunctionOrganizationParams) WithDefaults

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

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

func (*GetRegistryFunctionOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get registry function organization params

func (*GetRegistryFunctionOrganizationParams) WithOrganization

WithOrganization adds the organization to the get registry function organization params

func (*GetRegistryFunctionOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get registry function organization params

func (*GetRegistryFunctionOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRegistryFunctionOrganizationReader

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

GetRegistryFunctionOrganizationReader is a Reader for the GetRegistryFunctionOrganization structure.

func (*GetRegistryFunctionOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRegistryFunctionOrganizationUnauthorized

type GetRegistryFunctionOrganizationUnauthorized struct {
	Payload string
}

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

Unauthorized

func NewGetRegistryFunctionOrganizationUnauthorized

func NewGetRegistryFunctionOrganizationUnauthorized() *GetRegistryFunctionOrganizationUnauthorized

NewGetRegistryFunctionOrganizationUnauthorized creates a GetRegistryFunctionOrganizationUnauthorized with default headers values

func (*GetRegistryFunctionOrganizationUnauthorized) Code

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

func (*GetRegistryFunctionOrganizationUnauthorized) Error

func (*GetRegistryFunctionOrganizationUnauthorized) GetPayload

func (*GetRegistryFunctionOrganizationUnauthorized) IsClientError

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

func (*GetRegistryFunctionOrganizationUnauthorized) IsCode

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

func (*GetRegistryFunctionOrganizationUnauthorized) IsRedirect

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

func (*GetRegistryFunctionOrganizationUnauthorized) IsServerError

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

func (*GetRegistryFunctionOrganizationUnauthorized) IsSuccess

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

func (*GetRegistryFunctionOrganizationUnauthorized) String

type GetRegistryFunctionParams

type GetRegistryFunctionParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRegistryFunctionParams contains all the parameters to send to the API endpoint

for the get registry function operation.

Typically these are written to a http.Request.

func NewGetRegistryFunctionParams

func NewGetRegistryFunctionParams() *GetRegistryFunctionParams

NewGetRegistryFunctionParams creates a new GetRegistryFunctionParams 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 NewGetRegistryFunctionParamsWithContext

func NewGetRegistryFunctionParamsWithContext(ctx context.Context) *GetRegistryFunctionParams

NewGetRegistryFunctionParamsWithContext creates a new GetRegistryFunctionParams object with the ability to set a context for a request.

func NewGetRegistryFunctionParamsWithHTTPClient

func NewGetRegistryFunctionParamsWithHTTPClient(client *http.Client) *GetRegistryFunctionParams

NewGetRegistryFunctionParamsWithHTTPClient creates a new GetRegistryFunctionParams object with the ability to set a custom HTTPClient for a request.

func NewGetRegistryFunctionParamsWithTimeout

func NewGetRegistryFunctionParamsWithTimeout(timeout time.Duration) *GetRegistryFunctionParams

NewGetRegistryFunctionParamsWithTimeout creates a new GetRegistryFunctionParams object with the ability to set a timeout on a request.

func (*GetRegistryFunctionParams) SetContext

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

SetContext adds the context to the get registry function params

func (*GetRegistryFunctionParams) SetDefaults

func (o *GetRegistryFunctionParams) SetDefaults()

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

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

func (*GetRegistryFunctionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get registry function params

func (*GetRegistryFunctionParams) SetTimeout

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

SetTimeout adds the timeout to the get registry function params

func (*GetRegistryFunctionParams) WithContext

WithContext adds the context to the get registry function params

func (*GetRegistryFunctionParams) WithDefaults

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

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

func (*GetRegistryFunctionParams) WithHTTPClient

func (o *GetRegistryFunctionParams) WithHTTPClient(client *http.Client) *GetRegistryFunctionParams

WithHTTPClient adds the HTTPClient to the get registry function params

func (*GetRegistryFunctionParams) WithTimeout

WithTimeout adds the timeout to the get registry function params

func (*GetRegistryFunctionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRegistryFunctionReader

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

GetRegistryFunctionReader is a Reader for the GetRegistryFunction structure.

func (*GetRegistryFunctionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRegistryFunctionUnauthorized

type GetRegistryFunctionUnauthorized struct {
	Payload string
}

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

Unauthorized

func NewGetRegistryFunctionUnauthorized

func NewGetRegistryFunctionUnauthorized() *GetRegistryFunctionUnauthorized

NewGetRegistryFunctionUnauthorized creates a GetRegistryFunctionUnauthorized with default headers values

func (*GetRegistryFunctionUnauthorized) Code

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

func (*GetRegistryFunctionUnauthorized) Error

func (*GetRegistryFunctionUnauthorized) GetPayload

func (o *GetRegistryFunctionUnauthorized) GetPayload() string

func (*GetRegistryFunctionUnauthorized) IsClientError

func (o *GetRegistryFunctionUnauthorized) IsClientError() bool

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

func (*GetRegistryFunctionUnauthorized) IsCode

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

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

func (*GetRegistryFunctionUnauthorized) IsRedirect

func (o *GetRegistryFunctionUnauthorized) IsRedirect() bool

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

func (*GetRegistryFunctionUnauthorized) IsServerError

func (o *GetRegistryFunctionUnauthorized) IsServerError() bool

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

func (*GetRegistryFunctionUnauthorized) IsSuccess

func (o *GetRegistryFunctionUnauthorized) IsSuccess() bool

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

func (*GetRegistryFunctionUnauthorized) 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.ModelsCreateFunctionResponse
}

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

	/* Organization.

	   organization
	*/
	Organization *string

	/* 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) SetOrganization

func (o *PostRegistryFunctionParams) SetOrganization(organization *string)

SetOrganization adds the organization 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) WithOrganization

func (o *PostRegistryFunctionParams) WithOrganization(organization *string) *PostRegistryFunctionParams

WithOrganization adds the organization 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 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

Jump to

Keyboard shortcuts

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