admin

package
v0.4.46 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddOrganizationMemberBody added in v0.4.45

type AddOrganizationMemberBody struct {

	// admin
	Admin bool `json:"admin,omitempty"`

	// email
	Email string `json:"email,omitempty"`

	// token
	Token string `json:"token,omitempty"`
}

AddOrganizationMemberBody add organization member body swagger:model AddOrganizationMemberBody

func (*AddOrganizationMemberBody) ContextValidate added in v0.4.45

func (o *AddOrganizationMemberBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this add organization member body based on context it is used

func (*AddOrganizationMemberBody) MarshalBinary added in v0.4.45

func (o *AddOrganizationMemberBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*AddOrganizationMemberBody) UnmarshalBinary added in v0.4.45

func (o *AddOrganizationMemberBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*AddOrganizationMemberBody) Validate added in v0.4.45

func (o *AddOrganizationMemberBody) Validate(formats strfmt.Registry) error

Validate validates this add organization member body

type AddOrganizationMemberCreated added in v0.4.45

type AddOrganizationMemberCreated struct {
}

AddOrganizationMemberCreated describes a response with status code 201, with default header values.

member added

func NewAddOrganizationMemberCreated added in v0.4.45

func NewAddOrganizationMemberCreated() *AddOrganizationMemberCreated

NewAddOrganizationMemberCreated creates a AddOrganizationMemberCreated with default headers values

func (*AddOrganizationMemberCreated) Code added in v0.4.45

Code gets the status code for the add organization member created response

func (*AddOrganizationMemberCreated) Error added in v0.4.45

func (*AddOrganizationMemberCreated) IsClientError added in v0.4.45

func (o *AddOrganizationMemberCreated) IsClientError() bool

IsClientError returns true when this add organization member created response has a 4xx status code

func (*AddOrganizationMemberCreated) IsCode added in v0.4.45

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

IsCode returns true when this add organization member created response a status code equal to that given

func (*AddOrganizationMemberCreated) IsRedirect added in v0.4.45

func (o *AddOrganizationMemberCreated) IsRedirect() bool

IsRedirect returns true when this add organization member created response has a 3xx status code

func (*AddOrganizationMemberCreated) IsServerError added in v0.4.45

func (o *AddOrganizationMemberCreated) IsServerError() bool

IsServerError returns true when this add organization member created response has a 5xx status code

func (*AddOrganizationMemberCreated) IsSuccess added in v0.4.45

func (o *AddOrganizationMemberCreated) IsSuccess() bool

IsSuccess returns true when this add organization member created response has a 2xx status code

func (*AddOrganizationMemberCreated) String added in v0.4.45

type AddOrganizationMemberInternalServerError added in v0.4.45

type AddOrganizationMemberInternalServerError struct {
}

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

internal server error

func NewAddOrganizationMemberInternalServerError added in v0.4.45

func NewAddOrganizationMemberInternalServerError() *AddOrganizationMemberInternalServerError

NewAddOrganizationMemberInternalServerError creates a AddOrganizationMemberInternalServerError with default headers values

func (*AddOrganizationMemberInternalServerError) Code added in v0.4.45

Code gets the status code for the add organization member internal server error response

func (*AddOrganizationMemberInternalServerError) Error added in v0.4.45

func (*AddOrganizationMemberInternalServerError) IsClientError added in v0.4.45

IsClientError returns true when this add organization member internal server error response has a 4xx status code

func (*AddOrganizationMemberInternalServerError) IsCode added in v0.4.45

IsCode returns true when this add organization member internal server error response a status code equal to that given

func (*AddOrganizationMemberInternalServerError) IsRedirect added in v0.4.45

IsRedirect returns true when this add organization member internal server error response has a 3xx status code

func (*AddOrganizationMemberInternalServerError) IsServerError added in v0.4.45

IsServerError returns true when this add organization member internal server error response has a 5xx status code

func (*AddOrganizationMemberInternalServerError) IsSuccess added in v0.4.45

IsSuccess returns true when this add organization member internal server error response has a 2xx status code

func (*AddOrganizationMemberInternalServerError) String added in v0.4.45

type AddOrganizationMemberNotFound added in v0.4.45

type AddOrganizationMemberNotFound struct {
}

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

not found

func NewAddOrganizationMemberNotFound added in v0.4.45

func NewAddOrganizationMemberNotFound() *AddOrganizationMemberNotFound

NewAddOrganizationMemberNotFound creates a AddOrganizationMemberNotFound with default headers values

func (*AddOrganizationMemberNotFound) Code added in v0.4.45

Code gets the status code for the add organization member not found response

func (*AddOrganizationMemberNotFound) Error added in v0.4.45

func (*AddOrganizationMemberNotFound) IsClientError added in v0.4.45

func (o *AddOrganizationMemberNotFound) IsClientError() bool

IsClientError returns true when this add organization member not found response has a 4xx status code

func (*AddOrganizationMemberNotFound) IsCode added in v0.4.45

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

IsCode returns true when this add organization member not found response a status code equal to that given

func (*AddOrganizationMemberNotFound) IsRedirect added in v0.4.45

func (o *AddOrganizationMemberNotFound) IsRedirect() bool

IsRedirect returns true when this add organization member not found response has a 3xx status code

func (*AddOrganizationMemberNotFound) IsServerError added in v0.4.45

func (o *AddOrganizationMemberNotFound) IsServerError() bool

IsServerError returns true when this add organization member not found response has a 5xx status code

func (*AddOrganizationMemberNotFound) IsSuccess added in v0.4.45

func (o *AddOrganizationMemberNotFound) IsSuccess() bool

IsSuccess returns true when this add organization member not found response has a 2xx status code

func (*AddOrganizationMemberNotFound) String added in v0.4.45

type AddOrganizationMemberParams added in v0.4.45

type AddOrganizationMemberParams struct {

	// Body.
	Body AddOrganizationMemberBody

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

AddOrganizationMemberParams contains all the parameters to send to the API endpoint

for the add organization member operation.

Typically these are written to a http.Request.

func NewAddOrganizationMemberParams added in v0.4.45

func NewAddOrganizationMemberParams() *AddOrganizationMemberParams

NewAddOrganizationMemberParams creates a new AddOrganizationMemberParams 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 NewAddOrganizationMemberParamsWithContext added in v0.4.45

func NewAddOrganizationMemberParamsWithContext(ctx context.Context) *AddOrganizationMemberParams

NewAddOrganizationMemberParamsWithContext creates a new AddOrganizationMemberParams object with the ability to set a context for a request.

func NewAddOrganizationMemberParamsWithHTTPClient added in v0.4.45

func NewAddOrganizationMemberParamsWithHTTPClient(client *http.Client) *AddOrganizationMemberParams

NewAddOrganizationMemberParamsWithHTTPClient creates a new AddOrganizationMemberParams object with the ability to set a custom HTTPClient for a request.

func NewAddOrganizationMemberParamsWithTimeout added in v0.4.45

func NewAddOrganizationMemberParamsWithTimeout(timeout time.Duration) *AddOrganizationMemberParams

NewAddOrganizationMemberParamsWithTimeout creates a new AddOrganizationMemberParams object with the ability to set a timeout on a request.

func (*AddOrganizationMemberParams) SetBody added in v0.4.45

SetBody adds the body to the add organization member params

func (*AddOrganizationMemberParams) SetContext added in v0.4.45

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

SetContext adds the context to the add organization member params

func (*AddOrganizationMemberParams) SetDefaults added in v0.4.45

func (o *AddOrganizationMemberParams) SetDefaults()

SetDefaults hydrates default values in the add organization member params (not the query body).

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

func (*AddOrganizationMemberParams) SetHTTPClient added in v0.4.45

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

SetHTTPClient adds the HTTPClient to the add organization member params

func (*AddOrganizationMemberParams) SetTimeout added in v0.4.45

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

SetTimeout adds the timeout to the add organization member params

func (*AddOrganizationMemberParams) WithBody added in v0.4.45

WithBody adds the body to the add organization member params

func (*AddOrganizationMemberParams) WithContext added in v0.4.45

WithContext adds the context to the add organization member params

func (*AddOrganizationMemberParams) WithDefaults added in v0.4.45

WithDefaults hydrates default values in the add organization member params (not the query body).

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

func (*AddOrganizationMemberParams) WithHTTPClient added in v0.4.45

WithHTTPClient adds the HTTPClient to the add organization member params

func (*AddOrganizationMemberParams) WithTimeout added in v0.4.45

WithTimeout adds the timeout to the add organization member params

func (*AddOrganizationMemberParams) WriteToRequest added in v0.4.45

WriteToRequest writes these params to a swagger request

type AddOrganizationMemberReader added in v0.4.45

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

AddOrganizationMemberReader is a Reader for the AddOrganizationMember structure.

func (*AddOrganizationMemberReader) ReadResponse added in v0.4.45

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

ReadResponse reads a server response into the received o.

type AddOrganizationMemberUnauthorized added in v0.4.45

type AddOrganizationMemberUnauthorized struct {
}

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

unauthorized

func NewAddOrganizationMemberUnauthorized added in v0.4.45

func NewAddOrganizationMemberUnauthorized() *AddOrganizationMemberUnauthorized

NewAddOrganizationMemberUnauthorized creates a AddOrganizationMemberUnauthorized with default headers values

func (*AddOrganizationMemberUnauthorized) Code added in v0.4.45

Code gets the status code for the add organization member unauthorized response

func (*AddOrganizationMemberUnauthorized) Error added in v0.4.45

func (*AddOrganizationMemberUnauthorized) IsClientError added in v0.4.45

func (o *AddOrganizationMemberUnauthorized) IsClientError() bool

IsClientError returns true when this add organization member unauthorized response has a 4xx status code

func (*AddOrganizationMemberUnauthorized) IsCode added in v0.4.45

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

IsCode returns true when this add organization member unauthorized response a status code equal to that given

func (*AddOrganizationMemberUnauthorized) IsRedirect added in v0.4.45

func (o *AddOrganizationMemberUnauthorized) IsRedirect() bool

IsRedirect returns true when this add organization member unauthorized response has a 3xx status code

func (*AddOrganizationMemberUnauthorized) IsServerError added in v0.4.45

func (o *AddOrganizationMemberUnauthorized) IsServerError() bool

IsServerError returns true when this add organization member unauthorized response has a 5xx status code

func (*AddOrganizationMemberUnauthorized) IsSuccess added in v0.4.45

func (o *AddOrganizationMemberUnauthorized) IsSuccess() bool

IsSuccess returns true when this add organization member unauthorized response has a 2xx status code

func (*AddOrganizationMemberUnauthorized) String added in v0.4.45

type Client

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

Client for admin API

func (*Client) AddOrganizationMember added in v0.4.45

func (a *Client) AddOrganizationMember(params *AddOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddOrganizationMemberCreated, error)

AddOrganizationMember add organization member API

func (*Client) CreateAccount added in v0.4.39

func (a *Client) CreateAccount(params *CreateAccountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAccountCreated, error)

CreateAccount create account API

func (*Client) CreateFrontend

func (a *Client) CreateFrontend(params *CreateFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateFrontendCreated, error)

CreateFrontend create frontend API

func (*Client) CreateIdentity

func (a *Client) CreateIdentity(params *CreateIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateIdentityCreated, error)

CreateIdentity create identity API

func (*Client) CreateOrganization added in v0.4.45

func (a *Client) CreateOrganization(params *CreateOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrganizationCreated, error)

CreateOrganization create organization API

func (*Client) DeleteFrontend

func (a *Client) DeleteFrontend(params *DeleteFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFrontendOK, error)

DeleteFrontend delete frontend API

func (*Client) DeleteOrganization added in v0.4.45

func (a *Client) DeleteOrganization(params *DeleteOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrganizationOK, error)

DeleteOrganization delete organization API

func (*Client) Grants added in v0.4.40

func (a *Client) Grants(params *GrantsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GrantsOK, error)

Grants grants API

func (*Client) InviteTokenGenerate

func (a *Client) InviteTokenGenerate(params *InviteTokenGenerateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InviteTokenGenerateCreated, error)

InviteTokenGenerate invite token generate API

func (*Client) ListFrontends

func (a *Client) ListFrontends(params *ListFrontendsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListFrontendsOK, error)

ListFrontends list frontends API

func (*Client) ListOrganizationMembers added in v0.4.45

func (a *Client) ListOrganizationMembers(params *ListOrganizationMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationMembersOK, error)

ListOrganizationMembers list organization members API

func (*Client) ListOrganizations added in v0.4.45

func (a *Client) ListOrganizations(params *ListOrganizationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationsOK, error)

ListOrganizations list organizations API

func (*Client) RemoveOrganizationMember added in v0.4.45

func (a *Client) RemoveOrganizationMember(params *RemoveOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveOrganizationMemberOK, error)

RemoveOrganizationMember remove organization member API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateFrontend

func (a *Client) UpdateFrontend(params *UpdateFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateFrontendOK, error)

UpdateFrontend update frontend API

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AddOrganizationMember(params *AddOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddOrganizationMemberCreated, error)

	CreateAccount(params *CreateAccountParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAccountCreated, error)

	CreateFrontend(params *CreateFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateFrontendCreated, error)

	CreateIdentity(params *CreateIdentityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateIdentityCreated, error)

	CreateOrganization(params *CreateOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrganizationCreated, error)

	DeleteFrontend(params *DeleteFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteFrontendOK, error)

	DeleteOrganization(params *DeleteOrganizationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteOrganizationOK, error)

	Grants(params *GrantsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GrantsOK, error)

	InviteTokenGenerate(params *InviteTokenGenerateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InviteTokenGenerateCreated, error)

	ListFrontends(params *ListFrontendsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListFrontendsOK, error)

	ListOrganizationMembers(params *ListOrganizationMembersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationMembersOK, error)

	ListOrganizations(params *ListOrganizationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOrganizationsOK, error)

	RemoveOrganizationMember(params *RemoveOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveOrganizationMemberOK, error)

	UpdateFrontend(params *UpdateFrontendParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateFrontendOK, 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 admin API client.

type CreateAccountBody added in v0.4.39

type CreateAccountBody struct {

	// email
	Email string `json:"email,omitempty"`

	// password
	Password string `json:"password,omitempty"`
}

CreateAccountBody create account body swagger:model CreateAccountBody

func (*CreateAccountBody) ContextValidate added in v0.4.39

func (o *CreateAccountBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this create account body based on context it is used

func (*CreateAccountBody) MarshalBinary added in v0.4.39

func (o *CreateAccountBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateAccountBody) UnmarshalBinary added in v0.4.39

func (o *CreateAccountBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateAccountBody) Validate added in v0.4.39

func (o *CreateAccountBody) Validate(formats strfmt.Registry) error

Validate validates this create account body

type CreateAccountCreated added in v0.4.39

type CreateAccountCreated struct {
	Payload *CreateAccountCreatedBody
}

CreateAccountCreated describes a response with status code 201, with default header values.

created

func NewCreateAccountCreated added in v0.4.39

func NewCreateAccountCreated() *CreateAccountCreated

NewCreateAccountCreated creates a CreateAccountCreated with default headers values

func (*CreateAccountCreated) Code added in v0.4.39

func (o *CreateAccountCreated) Code() int

Code gets the status code for the create account created response

func (*CreateAccountCreated) Error added in v0.4.39

func (o *CreateAccountCreated) Error() string

func (*CreateAccountCreated) GetPayload added in v0.4.39

func (*CreateAccountCreated) IsClientError added in v0.4.39

func (o *CreateAccountCreated) IsClientError() bool

IsClientError returns true when this create account created response has a 4xx status code

func (*CreateAccountCreated) IsCode added in v0.4.39

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

IsCode returns true when this create account created response a status code equal to that given

func (*CreateAccountCreated) IsRedirect added in v0.4.39

func (o *CreateAccountCreated) IsRedirect() bool

IsRedirect returns true when this create account created response has a 3xx status code

func (*CreateAccountCreated) IsServerError added in v0.4.39

func (o *CreateAccountCreated) IsServerError() bool

IsServerError returns true when this create account created response has a 5xx status code

func (*CreateAccountCreated) IsSuccess added in v0.4.39

func (o *CreateAccountCreated) IsSuccess() bool

IsSuccess returns true when this create account created response has a 2xx status code

func (*CreateAccountCreated) String added in v0.4.39

func (o *CreateAccountCreated) String() string

type CreateAccountCreatedBody added in v0.4.39

type CreateAccountCreatedBody struct {

	// token
	Token string `json:"token,omitempty"`
}

CreateAccountCreatedBody create account created body swagger:model CreateAccountCreatedBody

func (*CreateAccountCreatedBody) ContextValidate added in v0.4.39

func (o *CreateAccountCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this create account created body based on context it is used

func (*CreateAccountCreatedBody) MarshalBinary added in v0.4.39

func (o *CreateAccountCreatedBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateAccountCreatedBody) UnmarshalBinary added in v0.4.39

func (o *CreateAccountCreatedBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateAccountCreatedBody) Validate added in v0.4.39

func (o *CreateAccountCreatedBody) Validate(formats strfmt.Registry) error

Validate validates this create account created body

type CreateAccountInternalServerError added in v0.4.39

type CreateAccountInternalServerError struct {
}

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

internal server error

func NewCreateAccountInternalServerError added in v0.4.39

func NewCreateAccountInternalServerError() *CreateAccountInternalServerError

NewCreateAccountInternalServerError creates a CreateAccountInternalServerError with default headers values

func (*CreateAccountInternalServerError) Code added in v0.4.39

Code gets the status code for the create account internal server error response

func (*CreateAccountInternalServerError) Error added in v0.4.39

func (*CreateAccountInternalServerError) IsClientError added in v0.4.39

func (o *CreateAccountInternalServerError) IsClientError() bool

IsClientError returns true when this create account internal server error response has a 4xx status code

func (*CreateAccountInternalServerError) IsCode added in v0.4.39

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

IsCode returns true when this create account internal server error response a status code equal to that given

func (*CreateAccountInternalServerError) IsRedirect added in v0.4.39

func (o *CreateAccountInternalServerError) IsRedirect() bool

IsRedirect returns true when this create account internal server error response has a 3xx status code

func (*CreateAccountInternalServerError) IsServerError added in v0.4.39

func (o *CreateAccountInternalServerError) IsServerError() bool

IsServerError returns true when this create account internal server error response has a 5xx status code

func (*CreateAccountInternalServerError) IsSuccess added in v0.4.39

func (o *CreateAccountInternalServerError) IsSuccess() bool

IsSuccess returns true when this create account internal server error response has a 2xx status code

func (*CreateAccountInternalServerError) String added in v0.4.39

type CreateAccountParams added in v0.4.39

type CreateAccountParams struct {

	// Body.
	Body CreateAccountBody

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

CreateAccountParams contains all the parameters to send to the API endpoint

for the create account operation.

Typically these are written to a http.Request.

func NewCreateAccountParams added in v0.4.39

func NewCreateAccountParams() *CreateAccountParams

NewCreateAccountParams creates a new CreateAccountParams 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 NewCreateAccountParamsWithContext added in v0.4.39

func NewCreateAccountParamsWithContext(ctx context.Context) *CreateAccountParams

NewCreateAccountParamsWithContext creates a new CreateAccountParams object with the ability to set a context for a request.

func NewCreateAccountParamsWithHTTPClient added in v0.4.39

func NewCreateAccountParamsWithHTTPClient(client *http.Client) *CreateAccountParams

NewCreateAccountParamsWithHTTPClient creates a new CreateAccountParams object with the ability to set a custom HTTPClient for a request.

func NewCreateAccountParamsWithTimeout added in v0.4.39

func NewCreateAccountParamsWithTimeout(timeout time.Duration) *CreateAccountParams

NewCreateAccountParamsWithTimeout creates a new CreateAccountParams object with the ability to set a timeout on a request.

func (*CreateAccountParams) SetBody added in v0.4.39

func (o *CreateAccountParams) SetBody(body CreateAccountBody)

SetBody adds the body to the create account params

func (*CreateAccountParams) SetContext added in v0.4.39

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

SetContext adds the context to the create account params

func (*CreateAccountParams) SetDefaults added in v0.4.39

func (o *CreateAccountParams) SetDefaults()

SetDefaults hydrates default values in the create account params (not the query body).

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

func (*CreateAccountParams) SetHTTPClient added in v0.4.39

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

SetHTTPClient adds the HTTPClient to the create account params

func (*CreateAccountParams) SetTimeout added in v0.4.39

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

SetTimeout adds the timeout to the create account params

func (*CreateAccountParams) WithBody added in v0.4.39

WithBody adds the body to the create account params

func (*CreateAccountParams) WithContext added in v0.4.39

WithContext adds the context to the create account params

func (*CreateAccountParams) WithDefaults added in v0.4.39

func (o *CreateAccountParams) WithDefaults() *CreateAccountParams

WithDefaults hydrates default values in the create account params (not the query body).

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

func (*CreateAccountParams) WithHTTPClient added in v0.4.39

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

WithHTTPClient adds the HTTPClient to the create account params

func (*CreateAccountParams) WithTimeout added in v0.4.39

func (o *CreateAccountParams) WithTimeout(timeout time.Duration) *CreateAccountParams

WithTimeout adds the timeout to the create account params

func (*CreateAccountParams) WriteToRequest added in v0.4.39

func (o *CreateAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateAccountReader added in v0.4.39

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

CreateAccountReader is a Reader for the CreateAccount structure.

func (*CreateAccountReader) ReadResponse added in v0.4.39

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

ReadResponse reads a server response into the received o.

type CreateAccountUnauthorized added in v0.4.39

type CreateAccountUnauthorized struct {
}

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

unauthorized

func NewCreateAccountUnauthorized added in v0.4.39

func NewCreateAccountUnauthorized() *CreateAccountUnauthorized

NewCreateAccountUnauthorized creates a CreateAccountUnauthorized with default headers values

func (*CreateAccountUnauthorized) Code added in v0.4.39

func (o *CreateAccountUnauthorized) Code() int

Code gets the status code for the create account unauthorized response

func (*CreateAccountUnauthorized) Error added in v0.4.39

func (o *CreateAccountUnauthorized) Error() string

func (*CreateAccountUnauthorized) IsClientError added in v0.4.39

func (o *CreateAccountUnauthorized) IsClientError() bool

IsClientError returns true when this create account unauthorized response has a 4xx status code

func (*CreateAccountUnauthorized) IsCode added in v0.4.39

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

IsCode returns true when this create account unauthorized response a status code equal to that given

func (*CreateAccountUnauthorized) IsRedirect added in v0.4.39

func (o *CreateAccountUnauthorized) IsRedirect() bool

IsRedirect returns true when this create account unauthorized response has a 3xx status code

func (*CreateAccountUnauthorized) IsServerError added in v0.4.39

func (o *CreateAccountUnauthorized) IsServerError() bool

IsServerError returns true when this create account unauthorized response has a 5xx status code

func (*CreateAccountUnauthorized) IsSuccess added in v0.4.39

func (o *CreateAccountUnauthorized) IsSuccess() bool

IsSuccess returns true when this create account unauthorized response has a 2xx status code

func (*CreateAccountUnauthorized) String added in v0.4.39

func (o *CreateAccountUnauthorized) String() string

type CreateFrontendBadRequest

type CreateFrontendBadRequest struct {
}

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

bad request

func NewCreateFrontendBadRequest

func NewCreateFrontendBadRequest() *CreateFrontendBadRequest

NewCreateFrontendBadRequest creates a CreateFrontendBadRequest with default headers values

func (*CreateFrontendBadRequest) Code added in v0.4.19

func (o *CreateFrontendBadRequest) Code() int

Code gets the status code for the create frontend bad request response

func (*CreateFrontendBadRequest) Error

func (o *CreateFrontendBadRequest) Error() string

func (*CreateFrontendBadRequest) IsClientError

func (o *CreateFrontendBadRequest) IsClientError() bool

IsClientError returns true when this create frontend bad request response has a 4xx status code

func (*CreateFrontendBadRequest) IsCode

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

IsCode returns true when this create frontend bad request response a status code equal to that given

func (*CreateFrontendBadRequest) IsRedirect

func (o *CreateFrontendBadRequest) IsRedirect() bool

IsRedirect returns true when this create frontend bad request response has a 3xx status code

func (*CreateFrontendBadRequest) IsServerError

func (o *CreateFrontendBadRequest) IsServerError() bool

IsServerError returns true when this create frontend bad request response has a 5xx status code

func (*CreateFrontendBadRequest) IsSuccess

func (o *CreateFrontendBadRequest) IsSuccess() bool

IsSuccess returns true when this create frontend bad request response has a 2xx status code

func (*CreateFrontendBadRequest) String

func (o *CreateFrontendBadRequest) String() string

type CreateFrontendCreated

type CreateFrontendCreated struct {
	Payload *rest_model_zrok.CreateFrontendResponse
}

CreateFrontendCreated describes a response with status code 201, with default header values.

frontend created

func NewCreateFrontendCreated

func NewCreateFrontendCreated() *CreateFrontendCreated

NewCreateFrontendCreated creates a CreateFrontendCreated with default headers values

func (*CreateFrontendCreated) Code added in v0.4.19

func (o *CreateFrontendCreated) Code() int

Code gets the status code for the create frontend created response

func (*CreateFrontendCreated) Error

func (o *CreateFrontendCreated) Error() string

func (*CreateFrontendCreated) GetPayload

func (*CreateFrontendCreated) IsClientError

func (o *CreateFrontendCreated) IsClientError() bool

IsClientError returns true when this create frontend created response has a 4xx status code

func (*CreateFrontendCreated) IsCode

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

IsCode returns true when this create frontend created response a status code equal to that given

func (*CreateFrontendCreated) IsRedirect

func (o *CreateFrontendCreated) IsRedirect() bool

IsRedirect returns true when this create frontend created response has a 3xx status code

func (*CreateFrontendCreated) IsServerError

func (o *CreateFrontendCreated) IsServerError() bool

IsServerError returns true when this create frontend created response has a 5xx status code

func (*CreateFrontendCreated) IsSuccess

func (o *CreateFrontendCreated) IsSuccess() bool

IsSuccess returns true when this create frontend created response has a 2xx status code

func (*CreateFrontendCreated) String

func (o *CreateFrontendCreated) String() string

type CreateFrontendInternalServerError

type CreateFrontendInternalServerError struct {
}

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

internal server error

func NewCreateFrontendInternalServerError

func NewCreateFrontendInternalServerError() *CreateFrontendInternalServerError

NewCreateFrontendInternalServerError creates a CreateFrontendInternalServerError with default headers values

func (*CreateFrontendInternalServerError) Code added in v0.4.19

Code gets the status code for the create frontend internal server error response

func (*CreateFrontendInternalServerError) Error

func (*CreateFrontendInternalServerError) IsClientError

func (o *CreateFrontendInternalServerError) IsClientError() bool

IsClientError returns true when this create frontend internal server error response has a 4xx status code

func (*CreateFrontendInternalServerError) IsCode

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

IsCode returns true when this create frontend internal server error response a status code equal to that given

func (*CreateFrontendInternalServerError) IsRedirect

func (o *CreateFrontendInternalServerError) IsRedirect() bool

IsRedirect returns true when this create frontend internal server error response has a 3xx status code

func (*CreateFrontendInternalServerError) IsServerError

func (o *CreateFrontendInternalServerError) IsServerError() bool

IsServerError returns true when this create frontend internal server error response has a 5xx status code

func (*CreateFrontendInternalServerError) IsSuccess

func (o *CreateFrontendInternalServerError) IsSuccess() bool

IsSuccess returns true when this create frontend internal server error response has a 2xx status code

func (*CreateFrontendInternalServerError) String

type CreateFrontendNotFound

type CreateFrontendNotFound struct {
}

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

not found

func NewCreateFrontendNotFound

func NewCreateFrontendNotFound() *CreateFrontendNotFound

NewCreateFrontendNotFound creates a CreateFrontendNotFound with default headers values

func (*CreateFrontendNotFound) Code added in v0.4.19

func (o *CreateFrontendNotFound) Code() int

Code gets the status code for the create frontend not found response

func (*CreateFrontendNotFound) Error

func (o *CreateFrontendNotFound) Error() string

func (*CreateFrontendNotFound) IsClientError

func (o *CreateFrontendNotFound) IsClientError() bool

IsClientError returns true when this create frontend not found response has a 4xx status code

func (*CreateFrontendNotFound) IsCode

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

IsCode returns true when this create frontend not found response a status code equal to that given

func (*CreateFrontendNotFound) IsRedirect

func (o *CreateFrontendNotFound) IsRedirect() bool

IsRedirect returns true when this create frontend not found response has a 3xx status code

func (*CreateFrontendNotFound) IsServerError

func (o *CreateFrontendNotFound) IsServerError() bool

IsServerError returns true when this create frontend not found response has a 5xx status code

func (*CreateFrontendNotFound) IsSuccess

func (o *CreateFrontendNotFound) IsSuccess() bool

IsSuccess returns true when this create frontend not found response has a 2xx status code

func (*CreateFrontendNotFound) String

func (o *CreateFrontendNotFound) String() string

type CreateFrontendParams

type CreateFrontendParams struct {

	// Body.
	Body *rest_model_zrok.CreateFrontendRequest

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

CreateFrontendParams contains all the parameters to send to the API endpoint

for the create frontend operation.

Typically these are written to a http.Request.

func NewCreateFrontendParams

func NewCreateFrontendParams() *CreateFrontendParams

NewCreateFrontendParams creates a new CreateFrontendParams 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 NewCreateFrontendParamsWithContext

func NewCreateFrontendParamsWithContext(ctx context.Context) *CreateFrontendParams

NewCreateFrontendParamsWithContext creates a new CreateFrontendParams object with the ability to set a context for a request.

func NewCreateFrontendParamsWithHTTPClient

func NewCreateFrontendParamsWithHTTPClient(client *http.Client) *CreateFrontendParams

NewCreateFrontendParamsWithHTTPClient creates a new CreateFrontendParams object with the ability to set a custom HTTPClient for a request.

func NewCreateFrontendParamsWithTimeout

func NewCreateFrontendParamsWithTimeout(timeout time.Duration) *CreateFrontendParams

NewCreateFrontendParamsWithTimeout creates a new CreateFrontendParams object with the ability to set a timeout on a request.

func (*CreateFrontendParams) SetBody

SetBody adds the body to the create frontend params

func (*CreateFrontendParams) SetContext

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

SetContext adds the context to the create frontend params

func (*CreateFrontendParams) SetDefaults

func (o *CreateFrontendParams) SetDefaults()

SetDefaults hydrates default values in the create frontend params (not the query body).

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

func (*CreateFrontendParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create frontend params

func (*CreateFrontendParams) SetTimeout

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

SetTimeout adds the timeout to the create frontend params

func (*CreateFrontendParams) WithBody

WithBody adds the body to the create frontend params

func (*CreateFrontendParams) WithContext

WithContext adds the context to the create frontend params

func (*CreateFrontendParams) WithDefaults

func (o *CreateFrontendParams) WithDefaults() *CreateFrontendParams

WithDefaults hydrates default values in the create frontend params (not the query body).

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

func (*CreateFrontendParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create frontend params

func (*CreateFrontendParams) WithTimeout

func (o *CreateFrontendParams) WithTimeout(timeout time.Duration) *CreateFrontendParams

WithTimeout adds the timeout to the create frontend params

func (*CreateFrontendParams) WriteToRequest

func (o *CreateFrontendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateFrontendReader

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

CreateFrontendReader is a Reader for the CreateFrontend structure.

func (*CreateFrontendReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateFrontendUnauthorized

type CreateFrontendUnauthorized struct {
}

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

unauthorized

func NewCreateFrontendUnauthorized

func NewCreateFrontendUnauthorized() *CreateFrontendUnauthorized

NewCreateFrontendUnauthorized creates a CreateFrontendUnauthorized with default headers values

func (*CreateFrontendUnauthorized) Code added in v0.4.19

func (o *CreateFrontendUnauthorized) Code() int

Code gets the status code for the create frontend unauthorized response

func (*CreateFrontendUnauthorized) Error

func (*CreateFrontendUnauthorized) IsClientError

func (o *CreateFrontendUnauthorized) IsClientError() bool

IsClientError returns true when this create frontend unauthorized response has a 4xx status code

func (*CreateFrontendUnauthorized) IsCode

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

IsCode returns true when this create frontend unauthorized response a status code equal to that given

func (*CreateFrontendUnauthorized) IsRedirect

func (o *CreateFrontendUnauthorized) IsRedirect() bool

IsRedirect returns true when this create frontend unauthorized response has a 3xx status code

func (*CreateFrontendUnauthorized) IsServerError

func (o *CreateFrontendUnauthorized) IsServerError() bool

IsServerError returns true when this create frontend unauthorized response has a 5xx status code

func (*CreateFrontendUnauthorized) IsSuccess

func (o *CreateFrontendUnauthorized) IsSuccess() bool

IsSuccess returns true when this create frontend unauthorized response has a 2xx status code

func (*CreateFrontendUnauthorized) String

func (o *CreateFrontendUnauthorized) String() string

type CreateIdentityBody

type CreateIdentityBody struct {

	// name
	Name string `json:"name,omitempty"`
}

CreateIdentityBody create identity body swagger:model CreateIdentityBody

func (*CreateIdentityBody) ContextValidate

func (o *CreateIdentityBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this create identity body based on context it is used

func (*CreateIdentityBody) MarshalBinary

func (o *CreateIdentityBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateIdentityBody) UnmarshalBinary

func (o *CreateIdentityBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateIdentityBody) Validate

func (o *CreateIdentityBody) Validate(formats strfmt.Registry) error

Validate validates this create identity body

type CreateIdentityCreated

type CreateIdentityCreated struct {
	Payload *CreateIdentityCreatedBody
}

CreateIdentityCreated describes a response with status code 201, with default header values.

created

func NewCreateIdentityCreated

func NewCreateIdentityCreated() *CreateIdentityCreated

NewCreateIdentityCreated creates a CreateIdentityCreated with default headers values

func (*CreateIdentityCreated) Code added in v0.4.19

func (o *CreateIdentityCreated) Code() int

Code gets the status code for the create identity created response

func (*CreateIdentityCreated) Error

func (o *CreateIdentityCreated) Error() string

func (*CreateIdentityCreated) GetPayload

func (*CreateIdentityCreated) IsClientError

func (o *CreateIdentityCreated) IsClientError() bool

IsClientError returns true when this create identity created response has a 4xx status code

func (*CreateIdentityCreated) IsCode

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

IsCode returns true when this create identity created response a status code equal to that given

func (*CreateIdentityCreated) IsRedirect

func (o *CreateIdentityCreated) IsRedirect() bool

IsRedirect returns true when this create identity created response has a 3xx status code

func (*CreateIdentityCreated) IsServerError

func (o *CreateIdentityCreated) IsServerError() bool

IsServerError returns true when this create identity created response has a 5xx status code

func (*CreateIdentityCreated) IsSuccess

func (o *CreateIdentityCreated) IsSuccess() bool

IsSuccess returns true when this create identity created response has a 2xx status code

func (*CreateIdentityCreated) String

func (o *CreateIdentityCreated) String() string

type CreateIdentityCreatedBody

type CreateIdentityCreatedBody struct {

	// cfg
	Cfg string `json:"cfg,omitempty"`

	// identity
	Identity string `json:"identity,omitempty"`
}

CreateIdentityCreatedBody create identity created body swagger:model CreateIdentityCreatedBody

func (*CreateIdentityCreatedBody) ContextValidate

func (o *CreateIdentityCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this create identity created body based on context it is used

func (*CreateIdentityCreatedBody) MarshalBinary

func (o *CreateIdentityCreatedBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateIdentityCreatedBody) UnmarshalBinary

func (o *CreateIdentityCreatedBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateIdentityCreatedBody) Validate

func (o *CreateIdentityCreatedBody) Validate(formats strfmt.Registry) error

Validate validates this create identity created body

type CreateIdentityInternalServerError

type CreateIdentityInternalServerError struct {
}

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

internal server error

func NewCreateIdentityInternalServerError

func NewCreateIdentityInternalServerError() *CreateIdentityInternalServerError

NewCreateIdentityInternalServerError creates a CreateIdentityInternalServerError with default headers values

func (*CreateIdentityInternalServerError) Code added in v0.4.19

Code gets the status code for the create identity internal server error response

func (*CreateIdentityInternalServerError) Error

func (*CreateIdentityInternalServerError) IsClientError

func (o *CreateIdentityInternalServerError) IsClientError() bool

IsClientError returns true when this create identity internal server error response has a 4xx status code

func (*CreateIdentityInternalServerError) IsCode

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

IsCode returns true when this create identity internal server error response a status code equal to that given

func (*CreateIdentityInternalServerError) IsRedirect

func (o *CreateIdentityInternalServerError) IsRedirect() bool

IsRedirect returns true when this create identity internal server error response has a 3xx status code

func (*CreateIdentityInternalServerError) IsServerError

func (o *CreateIdentityInternalServerError) IsServerError() bool

IsServerError returns true when this create identity internal server error response has a 5xx status code

func (*CreateIdentityInternalServerError) IsSuccess

func (o *CreateIdentityInternalServerError) IsSuccess() bool

IsSuccess returns true when this create identity internal server error response has a 2xx status code

func (*CreateIdentityInternalServerError) String

type CreateIdentityParams

type CreateIdentityParams struct {

	// Body.
	Body CreateIdentityBody

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

CreateIdentityParams contains all the parameters to send to the API endpoint

for the create identity operation.

Typically these are written to a http.Request.

func NewCreateIdentityParams

func NewCreateIdentityParams() *CreateIdentityParams

NewCreateIdentityParams creates a new CreateIdentityParams 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 NewCreateIdentityParamsWithContext

func NewCreateIdentityParamsWithContext(ctx context.Context) *CreateIdentityParams

NewCreateIdentityParamsWithContext creates a new CreateIdentityParams object with the ability to set a context for a request.

func NewCreateIdentityParamsWithHTTPClient

func NewCreateIdentityParamsWithHTTPClient(client *http.Client) *CreateIdentityParams

NewCreateIdentityParamsWithHTTPClient creates a new CreateIdentityParams object with the ability to set a custom HTTPClient for a request.

func NewCreateIdentityParamsWithTimeout

func NewCreateIdentityParamsWithTimeout(timeout time.Duration) *CreateIdentityParams

NewCreateIdentityParamsWithTimeout creates a new CreateIdentityParams object with the ability to set a timeout on a request.

func (*CreateIdentityParams) SetBody

func (o *CreateIdentityParams) SetBody(body CreateIdentityBody)

SetBody adds the body to the create identity params

func (*CreateIdentityParams) SetContext

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

SetContext adds the context to the create identity params

func (*CreateIdentityParams) SetDefaults

func (o *CreateIdentityParams) SetDefaults()

SetDefaults hydrates default values in the create identity params (not the query body).

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

func (*CreateIdentityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create identity params

func (*CreateIdentityParams) SetTimeout

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

SetTimeout adds the timeout to the create identity params

func (*CreateIdentityParams) WithBody

WithBody adds the body to the create identity params

func (*CreateIdentityParams) WithContext

WithContext adds the context to the create identity params

func (*CreateIdentityParams) WithDefaults

func (o *CreateIdentityParams) WithDefaults() *CreateIdentityParams

WithDefaults hydrates default values in the create identity params (not the query body).

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

func (*CreateIdentityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create identity params

func (*CreateIdentityParams) WithTimeout

func (o *CreateIdentityParams) WithTimeout(timeout time.Duration) *CreateIdentityParams

WithTimeout adds the timeout to the create identity params

func (*CreateIdentityParams) WriteToRequest

func (o *CreateIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateIdentityReader

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

CreateIdentityReader is a Reader for the CreateIdentity structure.

func (*CreateIdentityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateIdentityUnauthorized

type CreateIdentityUnauthorized struct {
}

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

unauthorized

func NewCreateIdentityUnauthorized

func NewCreateIdentityUnauthorized() *CreateIdentityUnauthorized

NewCreateIdentityUnauthorized creates a CreateIdentityUnauthorized with default headers values

func (*CreateIdentityUnauthorized) Code added in v0.4.19

func (o *CreateIdentityUnauthorized) Code() int

Code gets the status code for the create identity unauthorized response

func (*CreateIdentityUnauthorized) Error

func (*CreateIdentityUnauthorized) IsClientError

func (o *CreateIdentityUnauthorized) IsClientError() bool

IsClientError returns true when this create identity unauthorized response has a 4xx status code

func (*CreateIdentityUnauthorized) IsCode

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

IsCode returns true when this create identity unauthorized response a status code equal to that given

func (*CreateIdentityUnauthorized) IsRedirect

func (o *CreateIdentityUnauthorized) IsRedirect() bool

IsRedirect returns true when this create identity unauthorized response has a 3xx status code

func (*CreateIdentityUnauthorized) IsServerError

func (o *CreateIdentityUnauthorized) IsServerError() bool

IsServerError returns true when this create identity unauthorized response has a 5xx status code

func (*CreateIdentityUnauthorized) IsSuccess

func (o *CreateIdentityUnauthorized) IsSuccess() bool

IsSuccess returns true when this create identity unauthorized response has a 2xx status code

func (*CreateIdentityUnauthorized) String

func (o *CreateIdentityUnauthorized) String() string

type CreateOrganizationBody added in v0.4.45

type CreateOrganizationBody struct {

	// description
	Description string `json:"description,omitempty"`
}

CreateOrganizationBody create organization body swagger:model CreateOrganizationBody

func (*CreateOrganizationBody) ContextValidate added in v0.4.45

func (o *CreateOrganizationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this create organization body based on context it is used

func (*CreateOrganizationBody) MarshalBinary added in v0.4.45

func (o *CreateOrganizationBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateOrganizationBody) UnmarshalBinary added in v0.4.45

func (o *CreateOrganizationBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateOrganizationBody) Validate added in v0.4.45

func (o *CreateOrganizationBody) Validate(formats strfmt.Registry) error

Validate validates this create organization body

type CreateOrganizationCreated added in v0.4.45

type CreateOrganizationCreated struct {
	Payload *CreateOrganizationCreatedBody
}

CreateOrganizationCreated describes a response with status code 201, with default header values.

organization created

func NewCreateOrganizationCreated added in v0.4.45

func NewCreateOrganizationCreated() *CreateOrganizationCreated

NewCreateOrganizationCreated creates a CreateOrganizationCreated with default headers values

func (*CreateOrganizationCreated) Code added in v0.4.45

func (o *CreateOrganizationCreated) Code() int

Code gets the status code for the create organization created response

func (*CreateOrganizationCreated) Error added in v0.4.45

func (o *CreateOrganizationCreated) Error() string

func (*CreateOrganizationCreated) GetPayload added in v0.4.45

func (*CreateOrganizationCreated) IsClientError added in v0.4.45

func (o *CreateOrganizationCreated) IsClientError() bool

IsClientError returns true when this create organization created response has a 4xx status code

func (*CreateOrganizationCreated) IsCode added in v0.4.45

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

IsCode returns true when this create organization created response a status code equal to that given

func (*CreateOrganizationCreated) IsRedirect added in v0.4.45

func (o *CreateOrganizationCreated) IsRedirect() bool

IsRedirect returns true when this create organization created response has a 3xx status code

func (*CreateOrganizationCreated) IsServerError added in v0.4.45

func (o *CreateOrganizationCreated) IsServerError() bool

IsServerError returns true when this create organization created response has a 5xx status code

func (*CreateOrganizationCreated) IsSuccess added in v0.4.45

func (o *CreateOrganizationCreated) IsSuccess() bool

IsSuccess returns true when this create organization created response has a 2xx status code

func (*CreateOrganizationCreated) String added in v0.4.45

func (o *CreateOrganizationCreated) String() string

type CreateOrganizationCreatedBody added in v0.4.45

type CreateOrganizationCreatedBody struct {

	// token
	Token string `json:"token,omitempty"`
}

CreateOrganizationCreatedBody create organization created body swagger:model CreateOrganizationCreatedBody

func (*CreateOrganizationCreatedBody) ContextValidate added in v0.4.45

func (o *CreateOrganizationCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this create organization created body based on context it is used

func (*CreateOrganizationCreatedBody) MarshalBinary added in v0.4.45

func (o *CreateOrganizationCreatedBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CreateOrganizationCreatedBody) UnmarshalBinary added in v0.4.45

func (o *CreateOrganizationCreatedBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CreateOrganizationCreatedBody) Validate added in v0.4.45

func (o *CreateOrganizationCreatedBody) Validate(formats strfmt.Registry) error

Validate validates this create organization created body

type CreateOrganizationInternalServerError added in v0.4.45

type CreateOrganizationInternalServerError struct {
}

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

internal server error

func NewCreateOrganizationInternalServerError added in v0.4.45

func NewCreateOrganizationInternalServerError() *CreateOrganizationInternalServerError

NewCreateOrganizationInternalServerError creates a CreateOrganizationInternalServerError with default headers values

func (*CreateOrganizationInternalServerError) Code added in v0.4.45

Code gets the status code for the create organization internal server error response

func (*CreateOrganizationInternalServerError) Error added in v0.4.45

func (*CreateOrganizationInternalServerError) IsClientError added in v0.4.45

func (o *CreateOrganizationInternalServerError) IsClientError() bool

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

func (*CreateOrganizationInternalServerError) IsCode added in v0.4.45

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

func (*CreateOrganizationInternalServerError) IsRedirect added in v0.4.45

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

func (*CreateOrganizationInternalServerError) IsServerError added in v0.4.45

func (o *CreateOrganizationInternalServerError) IsServerError() bool

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

func (*CreateOrganizationInternalServerError) IsSuccess added in v0.4.45

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

func (*CreateOrganizationInternalServerError) String added in v0.4.45

type CreateOrganizationParams added in v0.4.45

type CreateOrganizationParams struct {

	// Body.
	Body CreateOrganizationBody

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

CreateOrganizationParams contains all the parameters to send to the API endpoint

for the create organization operation.

Typically these are written to a http.Request.

func NewCreateOrganizationParams added in v0.4.45

func NewCreateOrganizationParams() *CreateOrganizationParams

NewCreateOrganizationParams creates a new CreateOrganizationParams 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 NewCreateOrganizationParamsWithContext added in v0.4.45

func NewCreateOrganizationParamsWithContext(ctx context.Context) *CreateOrganizationParams

NewCreateOrganizationParamsWithContext creates a new CreateOrganizationParams object with the ability to set a context for a request.

func NewCreateOrganizationParamsWithHTTPClient added in v0.4.45

func NewCreateOrganizationParamsWithHTTPClient(client *http.Client) *CreateOrganizationParams

NewCreateOrganizationParamsWithHTTPClient creates a new CreateOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewCreateOrganizationParamsWithTimeout added in v0.4.45

func NewCreateOrganizationParamsWithTimeout(timeout time.Duration) *CreateOrganizationParams

NewCreateOrganizationParamsWithTimeout creates a new CreateOrganizationParams object with the ability to set a timeout on a request.

func (*CreateOrganizationParams) SetBody added in v0.4.45

SetBody adds the body to the create organization params

func (*CreateOrganizationParams) SetContext added in v0.4.45

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

SetContext adds the context to the create organization params

func (*CreateOrganizationParams) SetDefaults added in v0.4.45

func (o *CreateOrganizationParams) SetDefaults()

SetDefaults hydrates default values in the create organization params (not the query body).

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

func (*CreateOrganizationParams) SetHTTPClient added in v0.4.45

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

SetHTTPClient adds the HTTPClient to the create organization params

func (*CreateOrganizationParams) SetTimeout added in v0.4.45

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

SetTimeout adds the timeout to the create organization params

func (*CreateOrganizationParams) WithBody added in v0.4.45

WithBody adds the body to the create organization params

func (*CreateOrganizationParams) WithContext added in v0.4.45

WithContext adds the context to the create organization params

func (*CreateOrganizationParams) WithDefaults added in v0.4.45

WithDefaults hydrates default values in the create organization params (not the query body).

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

func (*CreateOrganizationParams) WithHTTPClient added in v0.4.45

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

WithHTTPClient adds the HTTPClient to the create organization params

func (*CreateOrganizationParams) WithTimeout added in v0.4.45

WithTimeout adds the timeout to the create organization params

func (*CreateOrganizationParams) WriteToRequest added in v0.4.45

WriteToRequest writes these params to a swagger request

type CreateOrganizationReader added in v0.4.45

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

CreateOrganizationReader is a Reader for the CreateOrganization structure.

func (*CreateOrganizationReader) ReadResponse added in v0.4.45

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

ReadResponse reads a server response into the received o.

type CreateOrganizationUnauthorized added in v0.4.45

type CreateOrganizationUnauthorized struct {
}

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

unauthorized

func NewCreateOrganizationUnauthorized added in v0.4.45

func NewCreateOrganizationUnauthorized() *CreateOrganizationUnauthorized

NewCreateOrganizationUnauthorized creates a CreateOrganizationUnauthorized with default headers values

func (*CreateOrganizationUnauthorized) Code added in v0.4.45

Code gets the status code for the create organization unauthorized response

func (*CreateOrganizationUnauthorized) Error added in v0.4.45

func (*CreateOrganizationUnauthorized) IsClientError added in v0.4.45

func (o *CreateOrganizationUnauthorized) IsClientError() bool

IsClientError returns true when this create organization unauthorized response has a 4xx status code

func (*CreateOrganizationUnauthorized) IsCode added in v0.4.45

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

IsCode returns true when this create organization unauthorized response a status code equal to that given

func (*CreateOrganizationUnauthorized) IsRedirect added in v0.4.45

func (o *CreateOrganizationUnauthorized) IsRedirect() bool

IsRedirect returns true when this create organization unauthorized response has a 3xx status code

func (*CreateOrganizationUnauthorized) IsServerError added in v0.4.45

func (o *CreateOrganizationUnauthorized) IsServerError() bool

IsServerError returns true when this create organization unauthorized response has a 5xx status code

func (*CreateOrganizationUnauthorized) IsSuccess added in v0.4.45

func (o *CreateOrganizationUnauthorized) IsSuccess() bool

IsSuccess returns true when this create organization unauthorized response has a 2xx status code

func (*CreateOrganizationUnauthorized) String added in v0.4.45

type DeleteFrontendInternalServerError

type DeleteFrontendInternalServerError struct {
}

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

internal server error

func NewDeleteFrontendInternalServerError

func NewDeleteFrontendInternalServerError() *DeleteFrontendInternalServerError

NewDeleteFrontendInternalServerError creates a DeleteFrontendInternalServerError with default headers values

func (*DeleteFrontendInternalServerError) Code added in v0.4.19

Code gets the status code for the delete frontend internal server error response

func (*DeleteFrontendInternalServerError) Error

func (*DeleteFrontendInternalServerError) IsClientError

func (o *DeleteFrontendInternalServerError) IsClientError() bool

IsClientError returns true when this delete frontend internal server error response has a 4xx status code

func (*DeleteFrontendInternalServerError) IsCode

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

IsCode returns true when this delete frontend internal server error response a status code equal to that given

func (*DeleteFrontendInternalServerError) IsRedirect

func (o *DeleteFrontendInternalServerError) IsRedirect() bool

IsRedirect returns true when this delete frontend internal server error response has a 3xx status code

func (*DeleteFrontendInternalServerError) IsServerError

func (o *DeleteFrontendInternalServerError) IsServerError() bool

IsServerError returns true when this delete frontend internal server error response has a 5xx status code

func (*DeleteFrontendInternalServerError) IsSuccess

func (o *DeleteFrontendInternalServerError) IsSuccess() bool

IsSuccess returns true when this delete frontend internal server error response has a 2xx status code

func (*DeleteFrontendInternalServerError) String

type DeleteFrontendNotFound

type DeleteFrontendNotFound struct {
}

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

not found

func NewDeleteFrontendNotFound

func NewDeleteFrontendNotFound() *DeleteFrontendNotFound

NewDeleteFrontendNotFound creates a DeleteFrontendNotFound with default headers values

func (*DeleteFrontendNotFound) Code added in v0.4.19

func (o *DeleteFrontendNotFound) Code() int

Code gets the status code for the delete frontend not found response

func (*DeleteFrontendNotFound) Error

func (o *DeleteFrontendNotFound) Error() string

func (*DeleteFrontendNotFound) IsClientError

func (o *DeleteFrontendNotFound) IsClientError() bool

IsClientError returns true when this delete frontend not found response has a 4xx status code

func (*DeleteFrontendNotFound) IsCode

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

IsCode returns true when this delete frontend not found response a status code equal to that given

func (*DeleteFrontendNotFound) IsRedirect

func (o *DeleteFrontendNotFound) IsRedirect() bool

IsRedirect returns true when this delete frontend not found response has a 3xx status code

func (*DeleteFrontendNotFound) IsServerError

func (o *DeleteFrontendNotFound) IsServerError() bool

IsServerError returns true when this delete frontend not found response has a 5xx status code

func (*DeleteFrontendNotFound) IsSuccess

func (o *DeleteFrontendNotFound) IsSuccess() bool

IsSuccess returns true when this delete frontend not found response has a 2xx status code

func (*DeleteFrontendNotFound) String

func (o *DeleteFrontendNotFound) String() string

type DeleteFrontendOK

type DeleteFrontendOK struct {
}

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

frontend deleted

func NewDeleteFrontendOK

func NewDeleteFrontendOK() *DeleteFrontendOK

NewDeleteFrontendOK creates a DeleteFrontendOK with default headers values

func (*DeleteFrontendOK) Code added in v0.4.19

func (o *DeleteFrontendOK) Code() int

Code gets the status code for the delete frontend o k response

func (*DeleteFrontendOK) Error

func (o *DeleteFrontendOK) Error() string

func (*DeleteFrontendOK) IsClientError

func (o *DeleteFrontendOK) IsClientError() bool

IsClientError returns true when this delete frontend o k response has a 4xx status code

func (*DeleteFrontendOK) IsCode

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

IsCode returns true when this delete frontend o k response a status code equal to that given

func (*DeleteFrontendOK) IsRedirect

func (o *DeleteFrontendOK) IsRedirect() bool

IsRedirect returns true when this delete frontend o k response has a 3xx status code

func (*DeleteFrontendOK) IsServerError

func (o *DeleteFrontendOK) IsServerError() bool

IsServerError returns true when this delete frontend o k response has a 5xx status code

func (*DeleteFrontendOK) IsSuccess

func (o *DeleteFrontendOK) IsSuccess() bool

IsSuccess returns true when this delete frontend o k response has a 2xx status code

func (*DeleteFrontendOK) String

func (o *DeleteFrontendOK) String() string

type DeleteFrontendParams

type DeleteFrontendParams struct {

	// Body.
	Body *rest_model_zrok.DeleteFrontendRequest

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

DeleteFrontendParams contains all the parameters to send to the API endpoint

for the delete frontend operation.

Typically these are written to a http.Request.

func NewDeleteFrontendParams

func NewDeleteFrontendParams() *DeleteFrontendParams

NewDeleteFrontendParams creates a new DeleteFrontendParams 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 NewDeleteFrontendParamsWithContext

func NewDeleteFrontendParamsWithContext(ctx context.Context) *DeleteFrontendParams

NewDeleteFrontendParamsWithContext creates a new DeleteFrontendParams object with the ability to set a context for a request.

func NewDeleteFrontendParamsWithHTTPClient

func NewDeleteFrontendParamsWithHTTPClient(client *http.Client) *DeleteFrontendParams

NewDeleteFrontendParamsWithHTTPClient creates a new DeleteFrontendParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteFrontendParamsWithTimeout

func NewDeleteFrontendParamsWithTimeout(timeout time.Duration) *DeleteFrontendParams

NewDeleteFrontendParamsWithTimeout creates a new DeleteFrontendParams object with the ability to set a timeout on a request.

func (*DeleteFrontendParams) SetBody

SetBody adds the body to the delete frontend params

func (*DeleteFrontendParams) SetContext

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

SetContext adds the context to the delete frontend params

func (*DeleteFrontendParams) SetDefaults

func (o *DeleteFrontendParams) SetDefaults()

SetDefaults hydrates default values in the delete frontend params (not the query body).

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

func (*DeleteFrontendParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete frontend params

func (*DeleteFrontendParams) SetTimeout

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

SetTimeout adds the timeout to the delete frontend params

func (*DeleteFrontendParams) WithBody

WithBody adds the body to the delete frontend params

func (*DeleteFrontendParams) WithContext

WithContext adds the context to the delete frontend params

func (*DeleteFrontendParams) WithDefaults

func (o *DeleteFrontendParams) WithDefaults() *DeleteFrontendParams

WithDefaults hydrates default values in the delete frontend params (not the query body).

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

func (*DeleteFrontendParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete frontend params

func (*DeleteFrontendParams) WithTimeout

func (o *DeleteFrontendParams) WithTimeout(timeout time.Duration) *DeleteFrontendParams

WithTimeout adds the timeout to the delete frontend params

func (*DeleteFrontendParams) WriteToRequest

func (o *DeleteFrontendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteFrontendReader

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

DeleteFrontendReader is a Reader for the DeleteFrontend structure.

func (*DeleteFrontendReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteFrontendUnauthorized

type DeleteFrontendUnauthorized struct {
}

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

unauthorized

func NewDeleteFrontendUnauthorized

func NewDeleteFrontendUnauthorized() *DeleteFrontendUnauthorized

NewDeleteFrontendUnauthorized creates a DeleteFrontendUnauthorized with default headers values

func (*DeleteFrontendUnauthorized) Code added in v0.4.19

func (o *DeleteFrontendUnauthorized) Code() int

Code gets the status code for the delete frontend unauthorized response

func (*DeleteFrontendUnauthorized) Error

func (*DeleteFrontendUnauthorized) IsClientError

func (o *DeleteFrontendUnauthorized) IsClientError() bool

IsClientError returns true when this delete frontend unauthorized response has a 4xx status code

func (*DeleteFrontendUnauthorized) IsCode

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

IsCode returns true when this delete frontend unauthorized response a status code equal to that given

func (*DeleteFrontendUnauthorized) IsRedirect

func (o *DeleteFrontendUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete frontend unauthorized response has a 3xx status code

func (*DeleteFrontendUnauthorized) IsServerError

func (o *DeleteFrontendUnauthorized) IsServerError() bool

IsServerError returns true when this delete frontend unauthorized response has a 5xx status code

func (*DeleteFrontendUnauthorized) IsSuccess

func (o *DeleteFrontendUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete frontend unauthorized response has a 2xx status code

func (*DeleteFrontendUnauthorized) String

func (o *DeleteFrontendUnauthorized) String() string

type DeleteOrganizationBody added in v0.4.45

type DeleteOrganizationBody struct {

	// token
	Token string `json:"token,omitempty"`
}

DeleteOrganizationBody delete organization body swagger:model DeleteOrganizationBody

func (*DeleteOrganizationBody) ContextValidate added in v0.4.45

func (o *DeleteOrganizationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this delete organization body based on context it is used

func (*DeleteOrganizationBody) MarshalBinary added in v0.4.45

func (o *DeleteOrganizationBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*DeleteOrganizationBody) UnmarshalBinary added in v0.4.45

func (o *DeleteOrganizationBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*DeleteOrganizationBody) Validate added in v0.4.45

func (o *DeleteOrganizationBody) Validate(formats strfmt.Registry) error

Validate validates this delete organization body

type DeleteOrganizationInternalServerError added in v0.4.45

type DeleteOrganizationInternalServerError struct {
}

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

internal server error

func NewDeleteOrganizationInternalServerError added in v0.4.45

func NewDeleteOrganizationInternalServerError() *DeleteOrganizationInternalServerError

NewDeleteOrganizationInternalServerError creates a DeleteOrganizationInternalServerError with default headers values

func (*DeleteOrganizationInternalServerError) Code added in v0.4.45

Code gets the status code for the delete organization internal server error response

func (*DeleteOrganizationInternalServerError) Error added in v0.4.45

func (*DeleteOrganizationInternalServerError) IsClientError added in v0.4.45

func (o *DeleteOrganizationInternalServerError) IsClientError() bool

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

func (*DeleteOrganizationInternalServerError) IsCode added in v0.4.45

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

func (*DeleteOrganizationInternalServerError) IsRedirect added in v0.4.45

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

func (*DeleteOrganizationInternalServerError) IsServerError added in v0.4.45

func (o *DeleteOrganizationInternalServerError) IsServerError() bool

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

func (*DeleteOrganizationInternalServerError) IsSuccess added in v0.4.45

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

func (*DeleteOrganizationInternalServerError) String added in v0.4.45

type DeleteOrganizationNotFound added in v0.4.45

type DeleteOrganizationNotFound struct {
}

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

organization not found

func NewDeleteOrganizationNotFound added in v0.4.45

func NewDeleteOrganizationNotFound() *DeleteOrganizationNotFound

NewDeleteOrganizationNotFound creates a DeleteOrganizationNotFound with default headers values

func (*DeleteOrganizationNotFound) Code added in v0.4.45

func (o *DeleteOrganizationNotFound) Code() int

Code gets the status code for the delete organization not found response

func (*DeleteOrganizationNotFound) Error added in v0.4.45

func (*DeleteOrganizationNotFound) IsClientError added in v0.4.45

func (o *DeleteOrganizationNotFound) IsClientError() bool

IsClientError returns true when this delete organization not found response has a 4xx status code

func (*DeleteOrganizationNotFound) IsCode added in v0.4.45

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

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

func (*DeleteOrganizationNotFound) IsRedirect added in v0.4.45

func (o *DeleteOrganizationNotFound) IsRedirect() bool

IsRedirect returns true when this delete organization not found response has a 3xx status code

func (*DeleteOrganizationNotFound) IsServerError added in v0.4.45

func (o *DeleteOrganizationNotFound) IsServerError() bool

IsServerError returns true when this delete organization not found response has a 5xx status code

func (*DeleteOrganizationNotFound) IsSuccess added in v0.4.45

func (o *DeleteOrganizationNotFound) IsSuccess() bool

IsSuccess returns true when this delete organization not found response has a 2xx status code

func (*DeleteOrganizationNotFound) String added in v0.4.45

func (o *DeleteOrganizationNotFound) String() string

type DeleteOrganizationOK added in v0.4.45

type DeleteOrganizationOK struct {
}

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

organization deleted

func NewDeleteOrganizationOK added in v0.4.45

func NewDeleteOrganizationOK() *DeleteOrganizationOK

NewDeleteOrganizationOK creates a DeleteOrganizationOK with default headers values

func (*DeleteOrganizationOK) Code added in v0.4.45

func (o *DeleteOrganizationOK) Code() int

Code gets the status code for the delete organization o k response

func (*DeleteOrganizationOK) Error added in v0.4.45

func (o *DeleteOrganizationOK) Error() string

func (*DeleteOrganizationOK) IsClientError added in v0.4.45

func (o *DeleteOrganizationOK) IsClientError() bool

IsClientError returns true when this delete organization o k response has a 4xx status code

func (*DeleteOrganizationOK) IsCode added in v0.4.45

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

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

func (*DeleteOrganizationOK) IsRedirect added in v0.4.45

func (o *DeleteOrganizationOK) IsRedirect() bool

IsRedirect returns true when this delete organization o k response has a 3xx status code

func (*DeleteOrganizationOK) IsServerError added in v0.4.45

func (o *DeleteOrganizationOK) IsServerError() bool

IsServerError returns true when this delete organization o k response has a 5xx status code

func (*DeleteOrganizationOK) IsSuccess added in v0.4.45

func (o *DeleteOrganizationOK) IsSuccess() bool

IsSuccess returns true when this delete organization o k response has a 2xx status code

func (*DeleteOrganizationOK) String added in v0.4.45

func (o *DeleteOrganizationOK) String() string

type DeleteOrganizationParams added in v0.4.45

type DeleteOrganizationParams struct {

	// Body.
	Body DeleteOrganizationBody

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

DeleteOrganizationParams contains all the parameters to send to the API endpoint

for the delete organization operation.

Typically these are written to a http.Request.

func NewDeleteOrganizationParams added in v0.4.45

func NewDeleteOrganizationParams() *DeleteOrganizationParams

NewDeleteOrganizationParams creates a new DeleteOrganizationParams 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 NewDeleteOrganizationParamsWithContext added in v0.4.45

func NewDeleteOrganizationParamsWithContext(ctx context.Context) *DeleteOrganizationParams

NewDeleteOrganizationParamsWithContext creates a new DeleteOrganizationParams object with the ability to set a context for a request.

func NewDeleteOrganizationParamsWithHTTPClient added in v0.4.45

func NewDeleteOrganizationParamsWithHTTPClient(client *http.Client) *DeleteOrganizationParams

NewDeleteOrganizationParamsWithHTTPClient creates a new DeleteOrganizationParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteOrganizationParamsWithTimeout added in v0.4.45

func NewDeleteOrganizationParamsWithTimeout(timeout time.Duration) *DeleteOrganizationParams

NewDeleteOrganizationParamsWithTimeout creates a new DeleteOrganizationParams object with the ability to set a timeout on a request.

func (*DeleteOrganizationParams) SetBody added in v0.4.45

SetBody adds the body to the delete organization params

func (*DeleteOrganizationParams) SetContext added in v0.4.45

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

SetContext adds the context to the delete organization params

func (*DeleteOrganizationParams) SetDefaults added in v0.4.45

func (o *DeleteOrganizationParams) SetDefaults()

SetDefaults hydrates default values in the delete organization params (not the query body).

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

func (*DeleteOrganizationParams) SetHTTPClient added in v0.4.45

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

SetHTTPClient adds the HTTPClient to the delete organization params

func (*DeleteOrganizationParams) SetTimeout added in v0.4.45

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

SetTimeout adds the timeout to the delete organization params

func (*DeleteOrganizationParams) WithBody added in v0.4.45

WithBody adds the body to the delete organization params

func (*DeleteOrganizationParams) WithContext added in v0.4.45

WithContext adds the context to the delete organization params

func (*DeleteOrganizationParams) WithDefaults added in v0.4.45

WithDefaults hydrates default values in the delete organization params (not the query body).

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

func (*DeleteOrganizationParams) WithHTTPClient added in v0.4.45

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

WithHTTPClient adds the HTTPClient to the delete organization params

func (*DeleteOrganizationParams) WithTimeout added in v0.4.45

WithTimeout adds the timeout to the delete organization params

func (*DeleteOrganizationParams) WriteToRequest added in v0.4.45

WriteToRequest writes these params to a swagger request

type DeleteOrganizationReader added in v0.4.45

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

DeleteOrganizationReader is a Reader for the DeleteOrganization structure.

func (*DeleteOrganizationReader) ReadResponse added in v0.4.45

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

ReadResponse reads a server response into the received o.

type DeleteOrganizationUnauthorized added in v0.4.45

type DeleteOrganizationUnauthorized struct {
}

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

unauthorized

func NewDeleteOrganizationUnauthorized added in v0.4.45

func NewDeleteOrganizationUnauthorized() *DeleteOrganizationUnauthorized

NewDeleteOrganizationUnauthorized creates a DeleteOrganizationUnauthorized with default headers values

func (*DeleteOrganizationUnauthorized) Code added in v0.4.45

Code gets the status code for the delete organization unauthorized response

func (*DeleteOrganizationUnauthorized) Error added in v0.4.45

func (*DeleteOrganizationUnauthorized) IsClientError added in v0.4.45

func (o *DeleteOrganizationUnauthorized) IsClientError() bool

IsClientError returns true when this delete organization unauthorized response has a 4xx status code

func (*DeleteOrganizationUnauthorized) IsCode added in v0.4.45

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

IsCode returns true when this delete organization unauthorized response a status code equal to that given

func (*DeleteOrganizationUnauthorized) IsRedirect added in v0.4.45

func (o *DeleteOrganizationUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete organization unauthorized response has a 3xx status code

func (*DeleteOrganizationUnauthorized) IsServerError added in v0.4.45

func (o *DeleteOrganizationUnauthorized) IsServerError() bool

IsServerError returns true when this delete organization unauthorized response has a 5xx status code

func (*DeleteOrganizationUnauthorized) IsSuccess added in v0.4.45

func (o *DeleteOrganizationUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete organization unauthorized response has a 2xx status code

func (*DeleteOrganizationUnauthorized) String added in v0.4.45

type GrantsBody added in v0.4.40

type GrantsBody struct {

	// email
	Email string `json:"email,omitempty"`
}

GrantsBody grants body swagger:model GrantsBody

func (*GrantsBody) ContextValidate added in v0.4.40

func (o *GrantsBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this grants body based on context it is used

func (*GrantsBody) MarshalBinary added in v0.4.40

func (o *GrantsBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GrantsBody) UnmarshalBinary added in v0.4.40

func (o *GrantsBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GrantsBody) Validate added in v0.4.40

func (o *GrantsBody) Validate(formats strfmt.Registry) error

Validate validates this grants body

type GrantsInternalServerError added in v0.4.40

type GrantsInternalServerError struct {
}

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

internal server error

func NewGrantsInternalServerError added in v0.4.40

func NewGrantsInternalServerError() *GrantsInternalServerError

NewGrantsInternalServerError creates a GrantsInternalServerError with default headers values

func (*GrantsInternalServerError) Code added in v0.4.40

func (o *GrantsInternalServerError) Code() int

Code gets the status code for the grants internal server error response

func (*GrantsInternalServerError) Error added in v0.4.40

func (o *GrantsInternalServerError) Error() string

func (*GrantsInternalServerError) IsClientError added in v0.4.40

func (o *GrantsInternalServerError) IsClientError() bool

IsClientError returns true when this grants internal server error response has a 4xx status code

func (*GrantsInternalServerError) IsCode added in v0.4.40

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

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

func (*GrantsInternalServerError) IsRedirect added in v0.4.40

func (o *GrantsInternalServerError) IsRedirect() bool

IsRedirect returns true when this grants internal server error response has a 3xx status code

func (*GrantsInternalServerError) IsServerError added in v0.4.40

func (o *GrantsInternalServerError) IsServerError() bool

IsServerError returns true when this grants internal server error response has a 5xx status code

func (*GrantsInternalServerError) IsSuccess added in v0.4.40

func (o *GrantsInternalServerError) IsSuccess() bool

IsSuccess returns true when this grants internal server error response has a 2xx status code

func (*GrantsInternalServerError) String added in v0.4.40

func (o *GrantsInternalServerError) String() string

type GrantsNotFound added in v0.4.40

type GrantsNotFound struct {
}

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

not found

func NewGrantsNotFound added in v0.4.40

func NewGrantsNotFound() *GrantsNotFound

NewGrantsNotFound creates a GrantsNotFound with default headers values

func (*GrantsNotFound) Code added in v0.4.40

func (o *GrantsNotFound) Code() int

Code gets the status code for the grants not found response

func (*GrantsNotFound) Error added in v0.4.40

func (o *GrantsNotFound) Error() string

func (*GrantsNotFound) IsClientError added in v0.4.40

func (o *GrantsNotFound) IsClientError() bool

IsClientError returns true when this grants not found response has a 4xx status code

func (*GrantsNotFound) IsCode added in v0.4.40

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

IsCode returns true when this grants not found response a status code equal to that given

func (*GrantsNotFound) IsRedirect added in v0.4.40

func (o *GrantsNotFound) IsRedirect() bool

IsRedirect returns true when this grants not found response has a 3xx status code

func (*GrantsNotFound) IsServerError added in v0.4.40

func (o *GrantsNotFound) IsServerError() bool

IsServerError returns true when this grants not found response has a 5xx status code

func (*GrantsNotFound) IsSuccess added in v0.4.40

func (o *GrantsNotFound) IsSuccess() bool

IsSuccess returns true when this grants not found response has a 2xx status code

func (*GrantsNotFound) String added in v0.4.40

func (o *GrantsNotFound) String() string

type GrantsOK added in v0.4.40

type GrantsOK struct {
}

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

ok

func NewGrantsOK added in v0.4.40

func NewGrantsOK() *GrantsOK

NewGrantsOK creates a GrantsOK with default headers values

func (*GrantsOK) Code added in v0.4.40

func (o *GrantsOK) Code() int

Code gets the status code for the grants o k response

func (*GrantsOK) Error added in v0.4.40

func (o *GrantsOK) Error() string

func (*GrantsOK) IsClientError added in v0.4.40

func (o *GrantsOK) IsClientError() bool

IsClientError returns true when this grants o k response has a 4xx status code

func (*GrantsOK) IsCode added in v0.4.40

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

IsCode returns true when this grants o k response a status code equal to that given

func (*GrantsOK) IsRedirect added in v0.4.40

func (o *GrantsOK) IsRedirect() bool

IsRedirect returns true when this grants o k response has a 3xx status code

func (*GrantsOK) IsServerError added in v0.4.40

func (o *GrantsOK) IsServerError() bool

IsServerError returns true when this grants o k response has a 5xx status code

func (*GrantsOK) IsSuccess added in v0.4.40

func (o *GrantsOK) IsSuccess() bool

IsSuccess returns true when this grants o k response has a 2xx status code

func (*GrantsOK) String added in v0.4.40

func (o *GrantsOK) String() string

type GrantsParams added in v0.4.40

type GrantsParams struct {

	// Body.
	Body GrantsBody

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

GrantsParams contains all the parameters to send to the API endpoint

for the grants operation.

Typically these are written to a http.Request.

func NewGrantsParams added in v0.4.40

func NewGrantsParams() *GrantsParams

NewGrantsParams creates a new GrantsParams 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 NewGrantsParamsWithContext added in v0.4.40

func NewGrantsParamsWithContext(ctx context.Context) *GrantsParams

NewGrantsParamsWithContext creates a new GrantsParams object with the ability to set a context for a request.

func NewGrantsParamsWithHTTPClient added in v0.4.40

func NewGrantsParamsWithHTTPClient(client *http.Client) *GrantsParams

NewGrantsParamsWithHTTPClient creates a new GrantsParams object with the ability to set a custom HTTPClient for a request.

func NewGrantsParamsWithTimeout added in v0.4.40

func NewGrantsParamsWithTimeout(timeout time.Duration) *GrantsParams

NewGrantsParamsWithTimeout creates a new GrantsParams object with the ability to set a timeout on a request.

func (*GrantsParams) SetBody added in v0.4.40

func (o *GrantsParams) SetBody(body GrantsBody)

SetBody adds the body to the grants params

func (*GrantsParams) SetContext added in v0.4.40

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

SetContext adds the context to the grants params

func (*GrantsParams) SetDefaults added in v0.4.40

func (o *GrantsParams) SetDefaults()

SetDefaults hydrates default values in the grants params (not the query body).

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

func (*GrantsParams) SetHTTPClient added in v0.4.40

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

SetHTTPClient adds the HTTPClient to the grants params

func (*GrantsParams) SetTimeout added in v0.4.40

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

SetTimeout adds the timeout to the grants params

func (*GrantsParams) WithBody added in v0.4.40

func (o *GrantsParams) WithBody(body GrantsBody) *GrantsParams

WithBody adds the body to the grants params

func (*GrantsParams) WithContext added in v0.4.40

func (o *GrantsParams) WithContext(ctx context.Context) *GrantsParams

WithContext adds the context to the grants params

func (*GrantsParams) WithDefaults added in v0.4.40

func (o *GrantsParams) WithDefaults() *GrantsParams

WithDefaults hydrates default values in the grants params (not the query body).

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

func (*GrantsParams) WithHTTPClient added in v0.4.40

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

WithHTTPClient adds the HTTPClient to the grants params

func (*GrantsParams) WithTimeout added in v0.4.40

func (o *GrantsParams) WithTimeout(timeout time.Duration) *GrantsParams

WithTimeout adds the timeout to the grants params

func (*GrantsParams) WriteToRequest added in v0.4.40

func (o *GrantsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GrantsReader added in v0.4.40

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

GrantsReader is a Reader for the Grants structure.

func (*GrantsReader) ReadResponse added in v0.4.40

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

ReadResponse reads a server response into the received o.

type GrantsUnauthorized added in v0.4.40

type GrantsUnauthorized struct {
}

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

unauthorized

func NewGrantsUnauthorized added in v0.4.40

func NewGrantsUnauthorized() *GrantsUnauthorized

NewGrantsUnauthorized creates a GrantsUnauthorized with default headers values

func (*GrantsUnauthorized) Code added in v0.4.40

func (o *GrantsUnauthorized) Code() int

Code gets the status code for the grants unauthorized response

func (*GrantsUnauthorized) Error added in v0.4.40

func (o *GrantsUnauthorized) Error() string

func (*GrantsUnauthorized) IsClientError added in v0.4.40

func (o *GrantsUnauthorized) IsClientError() bool

IsClientError returns true when this grants unauthorized response has a 4xx status code

func (*GrantsUnauthorized) IsCode added in v0.4.40

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

IsCode returns true when this grants unauthorized response a status code equal to that given

func (*GrantsUnauthorized) IsRedirect added in v0.4.40

func (o *GrantsUnauthorized) IsRedirect() bool

IsRedirect returns true when this grants unauthorized response has a 3xx status code

func (*GrantsUnauthorized) IsServerError added in v0.4.40

func (o *GrantsUnauthorized) IsServerError() bool

IsServerError returns true when this grants unauthorized response has a 5xx status code

func (*GrantsUnauthorized) IsSuccess added in v0.4.40

func (o *GrantsUnauthorized) IsSuccess() bool

IsSuccess returns true when this grants unauthorized response has a 2xx status code

func (*GrantsUnauthorized) String added in v0.4.40

func (o *GrantsUnauthorized) String() string

type InviteTokenGenerateBadRequest

type InviteTokenGenerateBadRequest struct {
}

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

invitation tokens not created

func NewInviteTokenGenerateBadRequest

func NewInviteTokenGenerateBadRequest() *InviteTokenGenerateBadRequest

NewInviteTokenGenerateBadRequest creates a InviteTokenGenerateBadRequest with default headers values

func (*InviteTokenGenerateBadRequest) Code added in v0.4.19

Code gets the status code for the invite token generate bad request response

func (*InviteTokenGenerateBadRequest) Error

func (*InviteTokenGenerateBadRequest) IsClientError

func (o *InviteTokenGenerateBadRequest) IsClientError() bool

IsClientError returns true when this invite token generate bad request response has a 4xx status code

func (*InviteTokenGenerateBadRequest) IsCode

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

IsCode returns true when this invite token generate bad request response a status code equal to that given

func (*InviteTokenGenerateBadRequest) IsRedirect

func (o *InviteTokenGenerateBadRequest) IsRedirect() bool

IsRedirect returns true when this invite token generate bad request response has a 3xx status code

func (*InviteTokenGenerateBadRequest) IsServerError

func (o *InviteTokenGenerateBadRequest) IsServerError() bool

IsServerError returns true when this invite token generate bad request response has a 5xx status code

func (*InviteTokenGenerateBadRequest) IsSuccess

func (o *InviteTokenGenerateBadRequest) IsSuccess() bool

IsSuccess returns true when this invite token generate bad request response has a 2xx status code

func (*InviteTokenGenerateBadRequest) String

type InviteTokenGenerateCreated

type InviteTokenGenerateCreated struct {
}

InviteTokenGenerateCreated describes a response with status code 201, with default header values.

invitation tokens created

func NewInviteTokenGenerateCreated

func NewInviteTokenGenerateCreated() *InviteTokenGenerateCreated

NewInviteTokenGenerateCreated creates a InviteTokenGenerateCreated with default headers values

func (*InviteTokenGenerateCreated) Code added in v0.4.19

func (o *InviteTokenGenerateCreated) Code() int

Code gets the status code for the invite token generate created response

func (*InviteTokenGenerateCreated) Error

func (*InviteTokenGenerateCreated) IsClientError

func (o *InviteTokenGenerateCreated) IsClientError() bool

IsClientError returns true when this invite token generate created response has a 4xx status code

func (*InviteTokenGenerateCreated) IsCode

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

IsCode returns true when this invite token generate created response a status code equal to that given

func (*InviteTokenGenerateCreated) IsRedirect

func (o *InviteTokenGenerateCreated) IsRedirect() bool

IsRedirect returns true when this invite token generate created response has a 3xx status code

func (*InviteTokenGenerateCreated) IsServerError

func (o *InviteTokenGenerateCreated) IsServerError() bool

IsServerError returns true when this invite token generate created response has a 5xx status code

func (*InviteTokenGenerateCreated) IsSuccess

func (o *InviteTokenGenerateCreated) IsSuccess() bool

IsSuccess returns true when this invite token generate created response has a 2xx status code

func (*InviteTokenGenerateCreated) String

func (o *InviteTokenGenerateCreated) String() string

type InviteTokenGenerateInternalServerError

type InviteTokenGenerateInternalServerError struct {
}

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

internal server error

func NewInviteTokenGenerateInternalServerError

func NewInviteTokenGenerateInternalServerError() *InviteTokenGenerateInternalServerError

NewInviteTokenGenerateInternalServerError creates a InviteTokenGenerateInternalServerError with default headers values

func (*InviteTokenGenerateInternalServerError) Code added in v0.4.19

Code gets the status code for the invite token generate internal server error response

func (*InviteTokenGenerateInternalServerError) Error

func (*InviteTokenGenerateInternalServerError) IsClientError

func (o *InviteTokenGenerateInternalServerError) IsClientError() bool

IsClientError returns true when this invite token generate internal server error response has a 4xx status code

func (*InviteTokenGenerateInternalServerError) IsCode

IsCode returns true when this invite token generate internal server error response a status code equal to that given

func (*InviteTokenGenerateInternalServerError) IsRedirect

IsRedirect returns true when this invite token generate internal server error response has a 3xx status code

func (*InviteTokenGenerateInternalServerError) IsServerError

func (o *InviteTokenGenerateInternalServerError) IsServerError() bool

IsServerError returns true when this invite token generate internal server error response has a 5xx status code

func (*InviteTokenGenerateInternalServerError) IsSuccess

IsSuccess returns true when this invite token generate internal server error response has a 2xx status code

func (*InviteTokenGenerateInternalServerError) String

type InviteTokenGenerateParams

type InviteTokenGenerateParams struct {

	// Body.
	Body *rest_model_zrok.InviteTokenGenerateRequest

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

InviteTokenGenerateParams contains all the parameters to send to the API endpoint

for the invite token generate operation.

Typically these are written to a http.Request.

func NewInviteTokenGenerateParams

func NewInviteTokenGenerateParams() *InviteTokenGenerateParams

NewInviteTokenGenerateParams creates a new InviteTokenGenerateParams 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 NewInviteTokenGenerateParamsWithContext

func NewInviteTokenGenerateParamsWithContext(ctx context.Context) *InviteTokenGenerateParams

NewInviteTokenGenerateParamsWithContext creates a new InviteTokenGenerateParams object with the ability to set a context for a request.

func NewInviteTokenGenerateParamsWithHTTPClient

func NewInviteTokenGenerateParamsWithHTTPClient(client *http.Client) *InviteTokenGenerateParams

NewInviteTokenGenerateParamsWithHTTPClient creates a new InviteTokenGenerateParams object with the ability to set a custom HTTPClient for a request.

func NewInviteTokenGenerateParamsWithTimeout

func NewInviteTokenGenerateParamsWithTimeout(timeout time.Duration) *InviteTokenGenerateParams

NewInviteTokenGenerateParamsWithTimeout creates a new InviteTokenGenerateParams object with the ability to set a timeout on a request.

func (*InviteTokenGenerateParams) SetBody

SetBody adds the body to the invite token generate params

func (*InviteTokenGenerateParams) SetContext

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

SetContext adds the context to the invite token generate params

func (*InviteTokenGenerateParams) SetDefaults

func (o *InviteTokenGenerateParams) SetDefaults()

SetDefaults hydrates default values in the invite token generate params (not the query body).

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

func (*InviteTokenGenerateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the invite token generate params

func (*InviteTokenGenerateParams) SetTimeout

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

SetTimeout adds the timeout to the invite token generate params

func (*InviteTokenGenerateParams) WithBody

WithBody adds the body to the invite token generate params

func (*InviteTokenGenerateParams) WithContext

WithContext adds the context to the invite token generate params

func (*InviteTokenGenerateParams) WithDefaults

WithDefaults hydrates default values in the invite token generate params (not the query body).

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

func (*InviteTokenGenerateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the invite token generate params

func (*InviteTokenGenerateParams) WithTimeout

WithTimeout adds the timeout to the invite token generate params

func (*InviteTokenGenerateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InviteTokenGenerateReader

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

InviteTokenGenerateReader is a Reader for the InviteTokenGenerate structure.

func (*InviteTokenGenerateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InviteTokenGenerateUnauthorized

type InviteTokenGenerateUnauthorized struct {
}

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

unauthorized

func NewInviteTokenGenerateUnauthorized

func NewInviteTokenGenerateUnauthorized() *InviteTokenGenerateUnauthorized

NewInviteTokenGenerateUnauthorized creates a InviteTokenGenerateUnauthorized with default headers values

func (*InviteTokenGenerateUnauthorized) Code added in v0.4.19

Code gets the status code for the invite token generate unauthorized response

func (*InviteTokenGenerateUnauthorized) Error

func (*InviteTokenGenerateUnauthorized) IsClientError

func (o *InviteTokenGenerateUnauthorized) IsClientError() bool

IsClientError returns true when this invite token generate unauthorized response has a 4xx status code

func (*InviteTokenGenerateUnauthorized) IsCode

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

IsCode returns true when this invite token generate unauthorized response a status code equal to that given

func (*InviteTokenGenerateUnauthorized) IsRedirect

func (o *InviteTokenGenerateUnauthorized) IsRedirect() bool

IsRedirect returns true when this invite token generate unauthorized response has a 3xx status code

func (*InviteTokenGenerateUnauthorized) IsServerError

func (o *InviteTokenGenerateUnauthorized) IsServerError() bool

IsServerError returns true when this invite token generate unauthorized response has a 5xx status code

func (*InviteTokenGenerateUnauthorized) IsSuccess

func (o *InviteTokenGenerateUnauthorized) IsSuccess() bool

IsSuccess returns true when this invite token generate unauthorized response has a 2xx status code

func (*InviteTokenGenerateUnauthorized) String

type ListFrontendsInternalServerError

type ListFrontendsInternalServerError struct {
}

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

internal server error

func NewListFrontendsInternalServerError

func NewListFrontendsInternalServerError() *ListFrontendsInternalServerError

NewListFrontendsInternalServerError creates a ListFrontendsInternalServerError with default headers values

func (*ListFrontendsInternalServerError) Code added in v0.4.19

Code gets the status code for the list frontends internal server error response

func (*ListFrontendsInternalServerError) Error

func (*ListFrontendsInternalServerError) IsClientError

func (o *ListFrontendsInternalServerError) IsClientError() bool

IsClientError returns true when this list frontends internal server error response has a 4xx status code

func (*ListFrontendsInternalServerError) IsCode

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

IsCode returns true when this list frontends internal server error response a status code equal to that given

func (*ListFrontendsInternalServerError) IsRedirect

func (o *ListFrontendsInternalServerError) IsRedirect() bool

IsRedirect returns true when this list frontends internal server error response has a 3xx status code

func (*ListFrontendsInternalServerError) IsServerError

func (o *ListFrontendsInternalServerError) IsServerError() bool

IsServerError returns true when this list frontends internal server error response has a 5xx status code

func (*ListFrontendsInternalServerError) IsSuccess

func (o *ListFrontendsInternalServerError) IsSuccess() bool

IsSuccess returns true when this list frontends internal server error response has a 2xx status code

func (*ListFrontendsInternalServerError) String

type ListFrontendsOK

type ListFrontendsOK struct {
	Payload rest_model_zrok.PublicFrontendList
}

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

ok

func NewListFrontendsOK

func NewListFrontendsOK() *ListFrontendsOK

NewListFrontendsOK creates a ListFrontendsOK with default headers values

func (*ListFrontendsOK) Code added in v0.4.19

func (o *ListFrontendsOK) Code() int

Code gets the status code for the list frontends o k response

func (*ListFrontendsOK) Error

func (o *ListFrontendsOK) Error() string

func (*ListFrontendsOK) GetPayload

func (*ListFrontendsOK) IsClientError

func (o *ListFrontendsOK) IsClientError() bool

IsClientError returns true when this list frontends o k response has a 4xx status code

func (*ListFrontendsOK) IsCode

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

IsCode returns true when this list frontends o k response a status code equal to that given

func (*ListFrontendsOK) IsRedirect

func (o *ListFrontendsOK) IsRedirect() bool

IsRedirect returns true when this list frontends o k response has a 3xx status code

func (*ListFrontendsOK) IsServerError

func (o *ListFrontendsOK) IsServerError() bool

IsServerError returns true when this list frontends o k response has a 5xx status code

func (*ListFrontendsOK) IsSuccess

func (o *ListFrontendsOK) IsSuccess() bool

IsSuccess returns true when this list frontends o k response has a 2xx status code

func (*ListFrontendsOK) String

func (o *ListFrontendsOK) String() string

type ListFrontendsParams

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

ListFrontendsParams contains all the parameters to send to the API endpoint

for the list frontends operation.

Typically these are written to a http.Request.

func NewListFrontendsParams

func NewListFrontendsParams() *ListFrontendsParams

NewListFrontendsParams creates a new ListFrontendsParams 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 NewListFrontendsParamsWithContext

func NewListFrontendsParamsWithContext(ctx context.Context) *ListFrontendsParams

NewListFrontendsParamsWithContext creates a new ListFrontendsParams object with the ability to set a context for a request.

func NewListFrontendsParamsWithHTTPClient

func NewListFrontendsParamsWithHTTPClient(client *http.Client) *ListFrontendsParams

NewListFrontendsParamsWithHTTPClient creates a new ListFrontendsParams object with the ability to set a custom HTTPClient for a request.

func NewListFrontendsParamsWithTimeout

func NewListFrontendsParamsWithTimeout(timeout time.Duration) *ListFrontendsParams

NewListFrontendsParamsWithTimeout creates a new ListFrontendsParams object with the ability to set a timeout on a request.

func (*ListFrontendsParams) SetContext

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

SetContext adds the context to the list frontends params

func (*ListFrontendsParams) SetDefaults

func (o *ListFrontendsParams) SetDefaults()

SetDefaults hydrates default values in the list frontends params (not the query body).

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

func (*ListFrontendsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list frontends params

func (*ListFrontendsParams) SetTimeout

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

SetTimeout adds the timeout to the list frontends params

func (*ListFrontendsParams) WithContext

WithContext adds the context to the list frontends params

func (*ListFrontendsParams) WithDefaults

func (o *ListFrontendsParams) WithDefaults() *ListFrontendsParams

WithDefaults hydrates default values in the list frontends params (not the query body).

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

func (*ListFrontendsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list frontends params

func (*ListFrontendsParams) WithTimeout

func (o *ListFrontendsParams) WithTimeout(timeout time.Duration) *ListFrontendsParams

WithTimeout adds the timeout to the list frontends params

func (*ListFrontendsParams) WriteToRequest

func (o *ListFrontendsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListFrontendsReader

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

ListFrontendsReader is a Reader for the ListFrontends structure.

func (*ListFrontendsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListFrontendsUnauthorized

type ListFrontendsUnauthorized struct {
}

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

unauthorized

func NewListFrontendsUnauthorized

func NewListFrontendsUnauthorized() *ListFrontendsUnauthorized

NewListFrontendsUnauthorized creates a ListFrontendsUnauthorized with default headers values

func (*ListFrontendsUnauthorized) Code added in v0.4.19

func (o *ListFrontendsUnauthorized) Code() int

Code gets the status code for the list frontends unauthorized response

func (*ListFrontendsUnauthorized) Error

func (o *ListFrontendsUnauthorized) Error() string

func (*ListFrontendsUnauthorized) IsClientError

func (o *ListFrontendsUnauthorized) IsClientError() bool

IsClientError returns true when this list frontends unauthorized response has a 4xx status code

func (*ListFrontendsUnauthorized) IsCode

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

IsCode returns true when this list frontends unauthorized response a status code equal to that given

func (*ListFrontendsUnauthorized) IsRedirect

func (o *ListFrontendsUnauthorized) IsRedirect() bool

IsRedirect returns true when this list frontends unauthorized response has a 3xx status code

func (*ListFrontendsUnauthorized) IsServerError

func (o *ListFrontendsUnauthorized) IsServerError() bool

IsServerError returns true when this list frontends unauthorized response has a 5xx status code

func (*ListFrontendsUnauthorized) IsSuccess

func (o *ListFrontendsUnauthorized) IsSuccess() bool

IsSuccess returns true when this list frontends unauthorized response has a 2xx status code

func (*ListFrontendsUnauthorized) String

func (o *ListFrontendsUnauthorized) String() string

type ListOrganizationMembersBody added in v0.4.45

type ListOrganizationMembersBody struct {

	// token
	Token string `json:"token,omitempty"`
}

ListOrganizationMembersBody list organization members body swagger:model ListOrganizationMembersBody

func (*ListOrganizationMembersBody) ContextValidate added in v0.4.45

func (o *ListOrganizationMembersBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this list organization members body based on context it is used

func (*ListOrganizationMembersBody) MarshalBinary added in v0.4.45

func (o *ListOrganizationMembersBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListOrganizationMembersBody) UnmarshalBinary added in v0.4.45

func (o *ListOrganizationMembersBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListOrganizationMembersBody) Validate added in v0.4.45

func (o *ListOrganizationMembersBody) Validate(formats strfmt.Registry) error

Validate validates this list organization members body

type ListOrganizationMembersInternalServerError added in v0.4.45

type ListOrganizationMembersInternalServerError struct {
}

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

internal server error

func NewListOrganizationMembersInternalServerError added in v0.4.45

func NewListOrganizationMembersInternalServerError() *ListOrganizationMembersInternalServerError

NewListOrganizationMembersInternalServerError creates a ListOrganizationMembersInternalServerError with default headers values

func (*ListOrganizationMembersInternalServerError) Code added in v0.4.45

Code gets the status code for the list organization members internal server error response

func (*ListOrganizationMembersInternalServerError) Error added in v0.4.45

func (*ListOrganizationMembersInternalServerError) IsClientError added in v0.4.45

IsClientError returns true when this list organization members internal server error response has a 4xx status code

func (*ListOrganizationMembersInternalServerError) IsCode added in v0.4.45

IsCode returns true when this list organization members internal server error response a status code equal to that given

func (*ListOrganizationMembersInternalServerError) IsRedirect added in v0.4.45

IsRedirect returns true when this list organization members internal server error response has a 3xx status code

func (*ListOrganizationMembersInternalServerError) IsServerError added in v0.4.45

IsServerError returns true when this list organization members internal server error response has a 5xx status code

func (*ListOrganizationMembersInternalServerError) IsSuccess added in v0.4.45

IsSuccess returns true when this list organization members internal server error response has a 2xx status code

func (*ListOrganizationMembersInternalServerError) String added in v0.4.45

type ListOrganizationMembersNotFound added in v0.4.45

type ListOrganizationMembersNotFound struct {
}

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

not found

func NewListOrganizationMembersNotFound added in v0.4.45

func NewListOrganizationMembersNotFound() *ListOrganizationMembersNotFound

NewListOrganizationMembersNotFound creates a ListOrganizationMembersNotFound with default headers values

func (*ListOrganizationMembersNotFound) Code added in v0.4.45

Code gets the status code for the list organization members not found response

func (*ListOrganizationMembersNotFound) Error added in v0.4.45

func (*ListOrganizationMembersNotFound) IsClientError added in v0.4.45

func (o *ListOrganizationMembersNotFound) IsClientError() bool

IsClientError returns true when this list organization members not found response has a 4xx status code

func (*ListOrganizationMembersNotFound) IsCode added in v0.4.45

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

IsCode returns true when this list organization members not found response a status code equal to that given

func (*ListOrganizationMembersNotFound) IsRedirect added in v0.4.45

func (o *ListOrganizationMembersNotFound) IsRedirect() bool

IsRedirect returns true when this list organization members not found response has a 3xx status code

func (*ListOrganizationMembersNotFound) IsServerError added in v0.4.45

func (o *ListOrganizationMembersNotFound) IsServerError() bool

IsServerError returns true when this list organization members not found response has a 5xx status code

func (*ListOrganizationMembersNotFound) IsSuccess added in v0.4.45

func (o *ListOrganizationMembersNotFound) IsSuccess() bool

IsSuccess returns true when this list organization members not found response has a 2xx status code

func (*ListOrganizationMembersNotFound) String added in v0.4.45

type ListOrganizationMembersOK added in v0.4.45

type ListOrganizationMembersOK struct {
	Payload *ListOrganizationMembersOKBody
}

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

list organization members

func NewListOrganizationMembersOK added in v0.4.45

func NewListOrganizationMembersOK() *ListOrganizationMembersOK

NewListOrganizationMembersOK creates a ListOrganizationMembersOK with default headers values

func (*ListOrganizationMembersOK) Code added in v0.4.45

func (o *ListOrganizationMembersOK) Code() int

Code gets the status code for the list organization members o k response

func (*ListOrganizationMembersOK) Error added in v0.4.45

func (o *ListOrganizationMembersOK) Error() string

func (*ListOrganizationMembersOK) GetPayload added in v0.4.45

func (*ListOrganizationMembersOK) IsClientError added in v0.4.45

func (o *ListOrganizationMembersOK) IsClientError() bool

IsClientError returns true when this list organization members o k response has a 4xx status code

func (*ListOrganizationMembersOK) IsCode added in v0.4.45

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

IsCode returns true when this list organization members o k response a status code equal to that given

func (*ListOrganizationMembersOK) IsRedirect added in v0.4.45

func (o *ListOrganizationMembersOK) IsRedirect() bool

IsRedirect returns true when this list organization members o k response has a 3xx status code

func (*ListOrganizationMembersOK) IsServerError added in v0.4.45

func (o *ListOrganizationMembersOK) IsServerError() bool

IsServerError returns true when this list organization members o k response has a 5xx status code

func (*ListOrganizationMembersOK) IsSuccess added in v0.4.45

func (o *ListOrganizationMembersOK) IsSuccess() bool

IsSuccess returns true when this list organization members o k response has a 2xx status code

func (*ListOrganizationMembersOK) String added in v0.4.45

func (o *ListOrganizationMembersOK) String() string

type ListOrganizationMembersOKBody added in v0.4.45

type ListOrganizationMembersOKBody struct {

	// members
	Members []*ListOrganizationMembersOKBodyMembersItems0 `json:"members"`
}

ListOrganizationMembersOKBody list organization members o k body swagger:model ListOrganizationMembersOKBody

func (*ListOrganizationMembersOKBody) ContextValidate added in v0.4.45

func (o *ListOrganizationMembersOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this list organization members o k body based on the context it is used

func (*ListOrganizationMembersOKBody) MarshalBinary added in v0.4.45

func (o *ListOrganizationMembersOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListOrganizationMembersOKBody) UnmarshalBinary added in v0.4.45

func (o *ListOrganizationMembersOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListOrganizationMembersOKBody) Validate added in v0.4.45

func (o *ListOrganizationMembersOKBody) Validate(formats strfmt.Registry) error

Validate validates this list organization members o k body

type ListOrganizationMembersOKBodyMembersItems0 added in v0.4.45

type ListOrganizationMembersOKBodyMembersItems0 struct {

	// admin
	Admin bool `json:"admin,omitempty"`

	// email
	Email string `json:"email,omitempty"`
}

ListOrganizationMembersOKBodyMembersItems0 list organization members o k body members items0 swagger:model ListOrganizationMembersOKBodyMembersItems0

func (*ListOrganizationMembersOKBodyMembersItems0) ContextValidate added in v0.4.45

ContextValidate validates this list organization members o k body members items0 based on context it is used

func (*ListOrganizationMembersOKBodyMembersItems0) MarshalBinary added in v0.4.45

func (o *ListOrganizationMembersOKBodyMembersItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListOrganizationMembersOKBodyMembersItems0) UnmarshalBinary added in v0.4.45

func (o *ListOrganizationMembersOKBodyMembersItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListOrganizationMembersOKBodyMembersItems0) Validate added in v0.4.45

Validate validates this list organization members o k body members items0

type ListOrganizationMembersParams added in v0.4.45

type ListOrganizationMembersParams struct {

	// Body.
	Body ListOrganizationMembersBody

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

ListOrganizationMembersParams contains all the parameters to send to the API endpoint

for the list organization members operation.

Typically these are written to a http.Request.

func NewListOrganizationMembersParams added in v0.4.45

func NewListOrganizationMembersParams() *ListOrganizationMembersParams

NewListOrganizationMembersParams creates a new ListOrganizationMembersParams 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 NewListOrganizationMembersParamsWithContext added in v0.4.45

func NewListOrganizationMembersParamsWithContext(ctx context.Context) *ListOrganizationMembersParams

NewListOrganizationMembersParamsWithContext creates a new ListOrganizationMembersParams object with the ability to set a context for a request.

func NewListOrganizationMembersParamsWithHTTPClient added in v0.4.45

func NewListOrganizationMembersParamsWithHTTPClient(client *http.Client) *ListOrganizationMembersParams

NewListOrganizationMembersParamsWithHTTPClient creates a new ListOrganizationMembersParams object with the ability to set a custom HTTPClient for a request.

func NewListOrganizationMembersParamsWithTimeout added in v0.4.45

func NewListOrganizationMembersParamsWithTimeout(timeout time.Duration) *ListOrganizationMembersParams

NewListOrganizationMembersParamsWithTimeout creates a new ListOrganizationMembersParams object with the ability to set a timeout on a request.

func (*ListOrganizationMembersParams) SetBody added in v0.4.45

SetBody adds the body to the list organization members params

func (*ListOrganizationMembersParams) SetContext added in v0.4.45

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

SetContext adds the context to the list organization members params

func (*ListOrganizationMembersParams) SetDefaults added in v0.4.45

func (o *ListOrganizationMembersParams) SetDefaults()

SetDefaults hydrates default values in the list organization members params (not the query body).

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

func (*ListOrganizationMembersParams) SetHTTPClient added in v0.4.45

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

SetHTTPClient adds the HTTPClient to the list organization members params

func (*ListOrganizationMembersParams) SetTimeout added in v0.4.45

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

SetTimeout adds the timeout to the list organization members params

func (*ListOrganizationMembersParams) WithBody added in v0.4.45

WithBody adds the body to the list organization members params

func (*ListOrganizationMembersParams) WithContext added in v0.4.45

WithContext adds the context to the list organization members params

func (*ListOrganizationMembersParams) WithDefaults added in v0.4.45

WithDefaults hydrates default values in the list organization members params (not the query body).

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

func (*ListOrganizationMembersParams) WithHTTPClient added in v0.4.45

WithHTTPClient adds the HTTPClient to the list organization members params

func (*ListOrganizationMembersParams) WithTimeout added in v0.4.45

WithTimeout adds the timeout to the list organization members params

func (*ListOrganizationMembersParams) WriteToRequest added in v0.4.45

WriteToRequest writes these params to a swagger request

type ListOrganizationMembersReader added in v0.4.45

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

ListOrganizationMembersReader is a Reader for the ListOrganizationMembers structure.

func (*ListOrganizationMembersReader) ReadResponse added in v0.4.45

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

ReadResponse reads a server response into the received o.

type ListOrganizationMembersUnauthorized added in v0.4.45

type ListOrganizationMembersUnauthorized struct {
}

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

unauthorized

func NewListOrganizationMembersUnauthorized added in v0.4.45

func NewListOrganizationMembersUnauthorized() *ListOrganizationMembersUnauthorized

NewListOrganizationMembersUnauthorized creates a ListOrganizationMembersUnauthorized with default headers values

func (*ListOrganizationMembersUnauthorized) Code added in v0.4.45

Code gets the status code for the list organization members unauthorized response

func (*ListOrganizationMembersUnauthorized) Error added in v0.4.45

func (*ListOrganizationMembersUnauthorized) IsClientError added in v0.4.45

func (o *ListOrganizationMembersUnauthorized) IsClientError() bool

IsClientError returns true when this list organization members unauthorized response has a 4xx status code

func (*ListOrganizationMembersUnauthorized) IsCode added in v0.4.45

IsCode returns true when this list organization members unauthorized response a status code equal to that given

func (*ListOrganizationMembersUnauthorized) IsRedirect added in v0.4.45

func (o *ListOrganizationMembersUnauthorized) IsRedirect() bool

IsRedirect returns true when this list organization members unauthorized response has a 3xx status code

func (*ListOrganizationMembersUnauthorized) IsServerError added in v0.4.45

func (o *ListOrganizationMembersUnauthorized) IsServerError() bool

IsServerError returns true when this list organization members unauthorized response has a 5xx status code

func (*ListOrganizationMembersUnauthorized) IsSuccess added in v0.4.45

IsSuccess returns true when this list organization members unauthorized response has a 2xx status code

func (*ListOrganizationMembersUnauthorized) String added in v0.4.45

type ListOrganizationsInternalServerError added in v0.4.45

type ListOrganizationsInternalServerError struct {
}

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

internal server error

func NewListOrganizationsInternalServerError added in v0.4.45

func NewListOrganizationsInternalServerError() *ListOrganizationsInternalServerError

NewListOrganizationsInternalServerError creates a ListOrganizationsInternalServerError with default headers values

func (*ListOrganizationsInternalServerError) Code added in v0.4.45

Code gets the status code for the list organizations internal server error response

func (*ListOrganizationsInternalServerError) Error added in v0.4.45

func (*ListOrganizationsInternalServerError) IsClientError added in v0.4.45

func (o *ListOrganizationsInternalServerError) IsClientError() bool

IsClientError returns true when this list organizations internal server error response has a 4xx status code

func (*ListOrganizationsInternalServerError) IsCode added in v0.4.45

IsCode returns true when this list organizations internal server error response a status code equal to that given

func (*ListOrganizationsInternalServerError) IsRedirect added in v0.4.45

IsRedirect returns true when this list organizations internal server error response has a 3xx status code

func (*ListOrganizationsInternalServerError) IsServerError added in v0.4.45

func (o *ListOrganizationsInternalServerError) IsServerError() bool

IsServerError returns true when this list organizations internal server error response has a 5xx status code

func (*ListOrganizationsInternalServerError) IsSuccess added in v0.4.45

IsSuccess returns true when this list organizations internal server error response has a 2xx status code

func (*ListOrganizationsInternalServerError) String added in v0.4.45

type ListOrganizationsOK added in v0.4.45

type ListOrganizationsOK struct {
	Payload *ListOrganizationsOKBody
}

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

ok

func NewListOrganizationsOK added in v0.4.45

func NewListOrganizationsOK() *ListOrganizationsOK

NewListOrganizationsOK creates a ListOrganizationsOK with default headers values

func (*ListOrganizationsOK) Code added in v0.4.45

func (o *ListOrganizationsOK) Code() int

Code gets the status code for the list organizations o k response

func (*ListOrganizationsOK) Error added in v0.4.45

func (o *ListOrganizationsOK) Error() string

func (*ListOrganizationsOK) GetPayload added in v0.4.45

func (*ListOrganizationsOK) IsClientError added in v0.4.45

func (o *ListOrganizationsOK) IsClientError() bool

IsClientError returns true when this list organizations o k response has a 4xx status code

func (*ListOrganizationsOK) IsCode added in v0.4.45

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

IsCode returns true when this list organizations o k response a status code equal to that given

func (*ListOrganizationsOK) IsRedirect added in v0.4.45

func (o *ListOrganizationsOK) IsRedirect() bool

IsRedirect returns true when this list organizations o k response has a 3xx status code

func (*ListOrganizationsOK) IsServerError added in v0.4.45

func (o *ListOrganizationsOK) IsServerError() bool

IsServerError returns true when this list organizations o k response has a 5xx status code

func (*ListOrganizationsOK) IsSuccess added in v0.4.45

func (o *ListOrganizationsOK) IsSuccess() bool

IsSuccess returns true when this list organizations o k response has a 2xx status code

func (*ListOrganizationsOK) String added in v0.4.45

func (o *ListOrganizationsOK) String() string

type ListOrganizationsOKBody added in v0.4.45

type ListOrganizationsOKBody struct {

	// organizations
	Organizations []*ListOrganizationsOKBodyOrganizationsItems0 `json:"organizations"`
}

ListOrganizationsOKBody list organizations o k body swagger:model ListOrganizationsOKBody

func (*ListOrganizationsOKBody) ContextValidate added in v0.4.45

func (o *ListOrganizationsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this list organizations o k body based on the context it is used

func (*ListOrganizationsOKBody) MarshalBinary added in v0.4.45

func (o *ListOrganizationsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListOrganizationsOKBody) UnmarshalBinary added in v0.4.45

func (o *ListOrganizationsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListOrganizationsOKBody) Validate added in v0.4.45

func (o *ListOrganizationsOKBody) Validate(formats strfmt.Registry) error

Validate validates this list organizations o k body

type ListOrganizationsOKBodyOrganizationsItems0 added in v0.4.45

type ListOrganizationsOKBodyOrganizationsItems0 struct {

	// description
	Description string `json:"description,omitempty"`

	// token
	Token string `json:"token,omitempty"`
}

ListOrganizationsOKBodyOrganizationsItems0 list organizations o k body organizations items0 swagger:model ListOrganizationsOKBodyOrganizationsItems0

func (*ListOrganizationsOKBodyOrganizationsItems0) ContextValidate added in v0.4.45

ContextValidate validates this list organizations o k body organizations items0 based on context it is used

func (*ListOrganizationsOKBodyOrganizationsItems0) MarshalBinary added in v0.4.45

func (o *ListOrganizationsOKBodyOrganizationsItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListOrganizationsOKBodyOrganizationsItems0) UnmarshalBinary added in v0.4.45

func (o *ListOrganizationsOKBodyOrganizationsItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListOrganizationsOKBodyOrganizationsItems0) Validate added in v0.4.45

Validate validates this list organizations o k body organizations items0

type ListOrganizationsParams added in v0.4.45

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

ListOrganizationsParams contains all the parameters to send to the API endpoint

for the list organizations operation.

Typically these are written to a http.Request.

func NewListOrganizationsParams added in v0.4.45

func NewListOrganizationsParams() *ListOrganizationsParams

NewListOrganizationsParams creates a new ListOrganizationsParams 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 NewListOrganizationsParamsWithContext added in v0.4.45

func NewListOrganizationsParamsWithContext(ctx context.Context) *ListOrganizationsParams

NewListOrganizationsParamsWithContext creates a new ListOrganizationsParams object with the ability to set a context for a request.

func NewListOrganizationsParamsWithHTTPClient added in v0.4.45

func NewListOrganizationsParamsWithHTTPClient(client *http.Client) *ListOrganizationsParams

NewListOrganizationsParamsWithHTTPClient creates a new ListOrganizationsParams object with the ability to set a custom HTTPClient for a request.

func NewListOrganizationsParamsWithTimeout added in v0.4.45

func NewListOrganizationsParamsWithTimeout(timeout time.Duration) *ListOrganizationsParams

NewListOrganizationsParamsWithTimeout creates a new ListOrganizationsParams object with the ability to set a timeout on a request.

func (*ListOrganizationsParams) SetContext added in v0.4.45

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

SetContext adds the context to the list organizations params

func (*ListOrganizationsParams) SetDefaults added in v0.4.45

func (o *ListOrganizationsParams) SetDefaults()

SetDefaults hydrates default values in the list organizations params (not the query body).

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

func (*ListOrganizationsParams) SetHTTPClient added in v0.4.45

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

SetHTTPClient adds the HTTPClient to the list organizations params

func (*ListOrganizationsParams) SetTimeout added in v0.4.45

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

SetTimeout adds the timeout to the list organizations params

func (*ListOrganizationsParams) WithContext added in v0.4.45

WithContext adds the context to the list organizations params

func (*ListOrganizationsParams) WithDefaults added in v0.4.45

WithDefaults hydrates default values in the list organizations params (not the query body).

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

func (*ListOrganizationsParams) WithHTTPClient added in v0.4.45

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

WithHTTPClient adds the HTTPClient to the list organizations params

func (*ListOrganizationsParams) WithTimeout added in v0.4.45

WithTimeout adds the timeout to the list organizations params

func (*ListOrganizationsParams) WriteToRequest added in v0.4.45

WriteToRequest writes these params to a swagger request

type ListOrganizationsReader added in v0.4.45

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

ListOrganizationsReader is a Reader for the ListOrganizations structure.

func (*ListOrganizationsReader) ReadResponse added in v0.4.45

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

ReadResponse reads a server response into the received o.

type ListOrganizationsUnauthorized added in v0.4.45

type ListOrganizationsUnauthorized struct {
}

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

unauthorized

func NewListOrganizationsUnauthorized added in v0.4.45

func NewListOrganizationsUnauthorized() *ListOrganizationsUnauthorized

NewListOrganizationsUnauthorized creates a ListOrganizationsUnauthorized with default headers values

func (*ListOrganizationsUnauthorized) Code added in v0.4.45

Code gets the status code for the list organizations unauthorized response

func (*ListOrganizationsUnauthorized) Error added in v0.4.45

func (*ListOrganizationsUnauthorized) IsClientError added in v0.4.45

func (o *ListOrganizationsUnauthorized) IsClientError() bool

IsClientError returns true when this list organizations unauthorized response has a 4xx status code

func (*ListOrganizationsUnauthorized) IsCode added in v0.4.45

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

IsCode returns true when this list organizations unauthorized response a status code equal to that given

func (*ListOrganizationsUnauthorized) IsRedirect added in v0.4.45

func (o *ListOrganizationsUnauthorized) IsRedirect() bool

IsRedirect returns true when this list organizations unauthorized response has a 3xx status code

func (*ListOrganizationsUnauthorized) IsServerError added in v0.4.45

func (o *ListOrganizationsUnauthorized) IsServerError() bool

IsServerError returns true when this list organizations unauthorized response has a 5xx status code

func (*ListOrganizationsUnauthorized) IsSuccess added in v0.4.45

func (o *ListOrganizationsUnauthorized) IsSuccess() bool

IsSuccess returns true when this list organizations unauthorized response has a 2xx status code

func (*ListOrganizationsUnauthorized) String added in v0.4.45

type RemoveOrganizationMemberBody added in v0.4.45

type RemoveOrganizationMemberBody struct {

	// email
	Email string `json:"email,omitempty"`

	// token
	Token string `json:"token,omitempty"`
}

RemoveOrganizationMemberBody remove organization member body swagger:model RemoveOrganizationMemberBody

func (*RemoveOrganizationMemberBody) ContextValidate added in v0.4.45

func (o *RemoveOrganizationMemberBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this remove organization member body based on context it is used

func (*RemoveOrganizationMemberBody) MarshalBinary added in v0.4.45

func (o *RemoveOrganizationMemberBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*RemoveOrganizationMemberBody) UnmarshalBinary added in v0.4.45

func (o *RemoveOrganizationMemberBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*RemoveOrganizationMemberBody) Validate added in v0.4.45

func (o *RemoveOrganizationMemberBody) Validate(formats strfmt.Registry) error

Validate validates this remove organization member body

type RemoveOrganizationMemberInternalServerError added in v0.4.45

type RemoveOrganizationMemberInternalServerError struct {
}

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

internal server error

func NewRemoveOrganizationMemberInternalServerError added in v0.4.45

func NewRemoveOrganizationMemberInternalServerError() *RemoveOrganizationMemberInternalServerError

NewRemoveOrganizationMemberInternalServerError creates a RemoveOrganizationMemberInternalServerError with default headers values

func (*RemoveOrganizationMemberInternalServerError) Code added in v0.4.45

Code gets the status code for the remove organization member internal server error response

func (*RemoveOrganizationMemberInternalServerError) Error added in v0.4.45

func (*RemoveOrganizationMemberInternalServerError) IsClientError added in v0.4.45

IsClientError returns true when this remove organization member internal server error response has a 4xx status code

func (*RemoveOrganizationMemberInternalServerError) IsCode added in v0.4.45

IsCode returns true when this remove organization member internal server error response a status code equal to that given

func (*RemoveOrganizationMemberInternalServerError) IsRedirect added in v0.4.45

IsRedirect returns true when this remove organization member internal server error response has a 3xx status code

func (*RemoveOrganizationMemberInternalServerError) IsServerError added in v0.4.45

IsServerError returns true when this remove organization member internal server error response has a 5xx status code

func (*RemoveOrganizationMemberInternalServerError) IsSuccess added in v0.4.45

IsSuccess returns true when this remove organization member internal server error response has a 2xx status code

func (*RemoveOrganizationMemberInternalServerError) String added in v0.4.45

type RemoveOrganizationMemberNotFound added in v0.4.45

type RemoveOrganizationMemberNotFound struct {
}

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

not found

func NewRemoveOrganizationMemberNotFound added in v0.4.45

func NewRemoveOrganizationMemberNotFound() *RemoveOrganizationMemberNotFound

NewRemoveOrganizationMemberNotFound creates a RemoveOrganizationMemberNotFound with default headers values

func (*RemoveOrganizationMemberNotFound) Code added in v0.4.45

Code gets the status code for the remove organization member not found response

func (*RemoveOrganizationMemberNotFound) Error added in v0.4.45

func (*RemoveOrganizationMemberNotFound) IsClientError added in v0.4.45

func (o *RemoveOrganizationMemberNotFound) IsClientError() bool

IsClientError returns true when this remove organization member not found response has a 4xx status code

func (*RemoveOrganizationMemberNotFound) IsCode added in v0.4.45

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

IsCode returns true when this remove organization member not found response a status code equal to that given

func (*RemoveOrganizationMemberNotFound) IsRedirect added in v0.4.45

func (o *RemoveOrganizationMemberNotFound) IsRedirect() bool

IsRedirect returns true when this remove organization member not found response has a 3xx status code

func (*RemoveOrganizationMemberNotFound) IsServerError added in v0.4.45

func (o *RemoveOrganizationMemberNotFound) IsServerError() bool

IsServerError returns true when this remove organization member not found response has a 5xx status code

func (*RemoveOrganizationMemberNotFound) IsSuccess added in v0.4.45

func (o *RemoveOrganizationMemberNotFound) IsSuccess() bool

IsSuccess returns true when this remove organization member not found response has a 2xx status code

func (*RemoveOrganizationMemberNotFound) String added in v0.4.45

type RemoveOrganizationMemberOK added in v0.4.45

type RemoveOrganizationMemberOK struct {
}

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

member removed

func NewRemoveOrganizationMemberOK added in v0.4.45

func NewRemoveOrganizationMemberOK() *RemoveOrganizationMemberOK

NewRemoveOrganizationMemberOK creates a RemoveOrganizationMemberOK with default headers values

func (*RemoveOrganizationMemberOK) Code added in v0.4.45

func (o *RemoveOrganizationMemberOK) Code() int

Code gets the status code for the remove organization member o k response

func (*RemoveOrganizationMemberOK) Error added in v0.4.45

func (*RemoveOrganizationMemberOK) IsClientError added in v0.4.45

func (o *RemoveOrganizationMemberOK) IsClientError() bool

IsClientError returns true when this remove organization member o k response has a 4xx status code

func (*RemoveOrganizationMemberOK) IsCode added in v0.4.45

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

IsCode returns true when this remove organization member o k response a status code equal to that given

func (*RemoveOrganizationMemberOK) IsRedirect added in v0.4.45

func (o *RemoveOrganizationMemberOK) IsRedirect() bool

IsRedirect returns true when this remove organization member o k response has a 3xx status code

func (*RemoveOrganizationMemberOK) IsServerError added in v0.4.45

func (o *RemoveOrganizationMemberOK) IsServerError() bool

IsServerError returns true when this remove organization member o k response has a 5xx status code

func (*RemoveOrganizationMemberOK) IsSuccess added in v0.4.45

func (o *RemoveOrganizationMemberOK) IsSuccess() bool

IsSuccess returns true when this remove organization member o k response has a 2xx status code

func (*RemoveOrganizationMemberOK) String added in v0.4.45

func (o *RemoveOrganizationMemberOK) String() string

type RemoveOrganizationMemberParams added in v0.4.45

type RemoveOrganizationMemberParams struct {

	// Body.
	Body RemoveOrganizationMemberBody

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

RemoveOrganizationMemberParams contains all the parameters to send to the API endpoint

for the remove organization member operation.

Typically these are written to a http.Request.

func NewRemoveOrganizationMemberParams added in v0.4.45

func NewRemoveOrganizationMemberParams() *RemoveOrganizationMemberParams

NewRemoveOrganizationMemberParams creates a new RemoveOrganizationMemberParams 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 NewRemoveOrganizationMemberParamsWithContext added in v0.4.45

func NewRemoveOrganizationMemberParamsWithContext(ctx context.Context) *RemoveOrganizationMemberParams

NewRemoveOrganizationMemberParamsWithContext creates a new RemoveOrganizationMemberParams object with the ability to set a context for a request.

func NewRemoveOrganizationMemberParamsWithHTTPClient added in v0.4.45

func NewRemoveOrganizationMemberParamsWithHTTPClient(client *http.Client) *RemoveOrganizationMemberParams

NewRemoveOrganizationMemberParamsWithHTTPClient creates a new RemoveOrganizationMemberParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveOrganizationMemberParamsWithTimeout added in v0.4.45

func NewRemoveOrganizationMemberParamsWithTimeout(timeout time.Duration) *RemoveOrganizationMemberParams

NewRemoveOrganizationMemberParamsWithTimeout creates a new RemoveOrganizationMemberParams object with the ability to set a timeout on a request.

func (*RemoveOrganizationMemberParams) SetBody added in v0.4.45

SetBody adds the body to the remove organization member params

func (*RemoveOrganizationMemberParams) SetContext added in v0.4.45

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

SetContext adds the context to the remove organization member params

func (*RemoveOrganizationMemberParams) SetDefaults added in v0.4.45

func (o *RemoveOrganizationMemberParams) SetDefaults()

SetDefaults hydrates default values in the remove organization member params (not the query body).

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

func (*RemoveOrganizationMemberParams) SetHTTPClient added in v0.4.45

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

SetHTTPClient adds the HTTPClient to the remove organization member params

func (*RemoveOrganizationMemberParams) SetTimeout added in v0.4.45

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

SetTimeout adds the timeout to the remove organization member params

func (*RemoveOrganizationMemberParams) WithBody added in v0.4.45

WithBody adds the body to the remove organization member params

func (*RemoveOrganizationMemberParams) WithContext added in v0.4.45

WithContext adds the context to the remove organization member params

func (*RemoveOrganizationMemberParams) WithDefaults added in v0.4.45

WithDefaults hydrates default values in the remove organization member params (not the query body).

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

func (*RemoveOrganizationMemberParams) WithHTTPClient added in v0.4.45

WithHTTPClient adds the HTTPClient to the remove organization member params

func (*RemoveOrganizationMemberParams) WithTimeout added in v0.4.45

WithTimeout adds the timeout to the remove organization member params

func (*RemoveOrganizationMemberParams) WriteToRequest added in v0.4.45

WriteToRequest writes these params to a swagger request

type RemoveOrganizationMemberReader added in v0.4.45

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

RemoveOrganizationMemberReader is a Reader for the RemoveOrganizationMember structure.

func (*RemoveOrganizationMemberReader) ReadResponse added in v0.4.45

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

ReadResponse reads a server response into the received o.

type RemoveOrganizationMemberUnauthorized added in v0.4.45

type RemoveOrganizationMemberUnauthorized struct {
}

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

unauthorized

func NewRemoveOrganizationMemberUnauthorized added in v0.4.45

func NewRemoveOrganizationMemberUnauthorized() *RemoveOrganizationMemberUnauthorized

NewRemoveOrganizationMemberUnauthorized creates a RemoveOrganizationMemberUnauthorized with default headers values

func (*RemoveOrganizationMemberUnauthorized) Code added in v0.4.45

Code gets the status code for the remove organization member unauthorized response

func (*RemoveOrganizationMemberUnauthorized) Error added in v0.4.45

func (*RemoveOrganizationMemberUnauthorized) IsClientError added in v0.4.45

func (o *RemoveOrganizationMemberUnauthorized) IsClientError() bool

IsClientError returns true when this remove organization member unauthorized response has a 4xx status code

func (*RemoveOrganizationMemberUnauthorized) IsCode added in v0.4.45

IsCode returns true when this remove organization member unauthorized response a status code equal to that given

func (*RemoveOrganizationMemberUnauthorized) IsRedirect added in v0.4.45

IsRedirect returns true when this remove organization member unauthorized response has a 3xx status code

func (*RemoveOrganizationMemberUnauthorized) IsServerError added in v0.4.45

func (o *RemoveOrganizationMemberUnauthorized) IsServerError() bool

IsServerError returns true when this remove organization member unauthorized response has a 5xx status code

func (*RemoveOrganizationMemberUnauthorized) IsSuccess added in v0.4.45

IsSuccess returns true when this remove organization member unauthorized response has a 2xx status code

func (*RemoveOrganizationMemberUnauthorized) String added in v0.4.45

type UpdateFrontendInternalServerError

type UpdateFrontendInternalServerError struct {
}

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

internal server error

func NewUpdateFrontendInternalServerError

func NewUpdateFrontendInternalServerError() *UpdateFrontendInternalServerError

NewUpdateFrontendInternalServerError creates a UpdateFrontendInternalServerError with default headers values

func (*UpdateFrontendInternalServerError) Code added in v0.4.19

Code gets the status code for the update frontend internal server error response

func (*UpdateFrontendInternalServerError) Error

func (*UpdateFrontendInternalServerError) IsClientError

func (o *UpdateFrontendInternalServerError) IsClientError() bool

IsClientError returns true when this update frontend internal server error response has a 4xx status code

func (*UpdateFrontendInternalServerError) IsCode

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

IsCode returns true when this update frontend internal server error response a status code equal to that given

func (*UpdateFrontendInternalServerError) IsRedirect

func (o *UpdateFrontendInternalServerError) IsRedirect() bool

IsRedirect returns true when this update frontend internal server error response has a 3xx status code

func (*UpdateFrontendInternalServerError) IsServerError

func (o *UpdateFrontendInternalServerError) IsServerError() bool

IsServerError returns true when this update frontend internal server error response has a 5xx status code

func (*UpdateFrontendInternalServerError) IsSuccess

func (o *UpdateFrontendInternalServerError) IsSuccess() bool

IsSuccess returns true when this update frontend internal server error response has a 2xx status code

func (*UpdateFrontendInternalServerError) String

type UpdateFrontendNotFound

type UpdateFrontendNotFound struct {
}

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

not found

func NewUpdateFrontendNotFound

func NewUpdateFrontendNotFound() *UpdateFrontendNotFound

NewUpdateFrontendNotFound creates a UpdateFrontendNotFound with default headers values

func (*UpdateFrontendNotFound) Code added in v0.4.19

func (o *UpdateFrontendNotFound) Code() int

Code gets the status code for the update frontend not found response

func (*UpdateFrontendNotFound) Error

func (o *UpdateFrontendNotFound) Error() string

func (*UpdateFrontendNotFound) IsClientError

func (o *UpdateFrontendNotFound) IsClientError() bool

IsClientError returns true when this update frontend not found response has a 4xx status code

func (*UpdateFrontendNotFound) IsCode

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

IsCode returns true when this update frontend not found response a status code equal to that given

func (*UpdateFrontendNotFound) IsRedirect

func (o *UpdateFrontendNotFound) IsRedirect() bool

IsRedirect returns true when this update frontend not found response has a 3xx status code

func (*UpdateFrontendNotFound) IsServerError

func (o *UpdateFrontendNotFound) IsServerError() bool

IsServerError returns true when this update frontend not found response has a 5xx status code

func (*UpdateFrontendNotFound) IsSuccess

func (o *UpdateFrontendNotFound) IsSuccess() bool

IsSuccess returns true when this update frontend not found response has a 2xx status code

func (*UpdateFrontendNotFound) String

func (o *UpdateFrontendNotFound) String() string

type UpdateFrontendOK

type UpdateFrontendOK struct {
}

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

frontend updated

func NewUpdateFrontendOK

func NewUpdateFrontendOK() *UpdateFrontendOK

NewUpdateFrontendOK creates a UpdateFrontendOK with default headers values

func (*UpdateFrontendOK) Code added in v0.4.19

func (o *UpdateFrontendOK) Code() int

Code gets the status code for the update frontend o k response

func (*UpdateFrontendOK) Error

func (o *UpdateFrontendOK) Error() string

func (*UpdateFrontendOK) IsClientError

func (o *UpdateFrontendOK) IsClientError() bool

IsClientError returns true when this update frontend o k response has a 4xx status code

func (*UpdateFrontendOK) IsCode

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

IsCode returns true when this update frontend o k response a status code equal to that given

func (*UpdateFrontendOK) IsRedirect

func (o *UpdateFrontendOK) IsRedirect() bool

IsRedirect returns true when this update frontend o k response has a 3xx status code

func (*UpdateFrontendOK) IsServerError

func (o *UpdateFrontendOK) IsServerError() bool

IsServerError returns true when this update frontend o k response has a 5xx status code

func (*UpdateFrontendOK) IsSuccess

func (o *UpdateFrontendOK) IsSuccess() bool

IsSuccess returns true when this update frontend o k response has a 2xx status code

func (*UpdateFrontendOK) String

func (o *UpdateFrontendOK) String() string

type UpdateFrontendParams

type UpdateFrontendParams struct {

	// Body.
	Body *rest_model_zrok.UpdateFrontendRequest

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

UpdateFrontendParams contains all the parameters to send to the API endpoint

for the update frontend operation.

Typically these are written to a http.Request.

func NewUpdateFrontendParams

func NewUpdateFrontendParams() *UpdateFrontendParams

NewUpdateFrontendParams creates a new UpdateFrontendParams 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 NewUpdateFrontendParamsWithContext

func NewUpdateFrontendParamsWithContext(ctx context.Context) *UpdateFrontendParams

NewUpdateFrontendParamsWithContext creates a new UpdateFrontendParams object with the ability to set a context for a request.

func NewUpdateFrontendParamsWithHTTPClient

func NewUpdateFrontendParamsWithHTTPClient(client *http.Client) *UpdateFrontendParams

NewUpdateFrontendParamsWithHTTPClient creates a new UpdateFrontendParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateFrontendParamsWithTimeout

func NewUpdateFrontendParamsWithTimeout(timeout time.Duration) *UpdateFrontendParams

NewUpdateFrontendParamsWithTimeout creates a new UpdateFrontendParams object with the ability to set a timeout on a request.

func (*UpdateFrontendParams) SetBody

SetBody adds the body to the update frontend params

func (*UpdateFrontendParams) SetContext

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

SetContext adds the context to the update frontend params

func (*UpdateFrontendParams) SetDefaults

func (o *UpdateFrontendParams) SetDefaults()

SetDefaults hydrates default values in the update frontend params (not the query body).

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

func (*UpdateFrontendParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update frontend params

func (*UpdateFrontendParams) SetTimeout

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

SetTimeout adds the timeout to the update frontend params

func (*UpdateFrontendParams) WithBody

WithBody adds the body to the update frontend params

func (*UpdateFrontendParams) WithContext

WithContext adds the context to the update frontend params

func (*UpdateFrontendParams) WithDefaults

func (o *UpdateFrontendParams) WithDefaults() *UpdateFrontendParams

WithDefaults hydrates default values in the update frontend params (not the query body).

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

func (*UpdateFrontendParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update frontend params

func (*UpdateFrontendParams) WithTimeout

func (o *UpdateFrontendParams) WithTimeout(timeout time.Duration) *UpdateFrontendParams

WithTimeout adds the timeout to the update frontend params

func (*UpdateFrontendParams) WriteToRequest

func (o *UpdateFrontendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateFrontendReader

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

UpdateFrontendReader is a Reader for the UpdateFrontend structure.

func (*UpdateFrontendReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateFrontendUnauthorized

type UpdateFrontendUnauthorized struct {
}

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

unauthorized

func NewUpdateFrontendUnauthorized

func NewUpdateFrontendUnauthorized() *UpdateFrontendUnauthorized

NewUpdateFrontendUnauthorized creates a UpdateFrontendUnauthorized with default headers values

func (*UpdateFrontendUnauthorized) Code added in v0.4.19

func (o *UpdateFrontendUnauthorized) Code() int

Code gets the status code for the update frontend unauthorized response

func (*UpdateFrontendUnauthorized) Error

func (*UpdateFrontendUnauthorized) IsClientError

func (o *UpdateFrontendUnauthorized) IsClientError() bool

IsClientError returns true when this update frontend unauthorized response has a 4xx status code

func (*UpdateFrontendUnauthorized) IsCode

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

IsCode returns true when this update frontend unauthorized response a status code equal to that given

func (*UpdateFrontendUnauthorized) IsRedirect

func (o *UpdateFrontendUnauthorized) IsRedirect() bool

IsRedirect returns true when this update frontend unauthorized response has a 3xx status code

func (*UpdateFrontendUnauthorized) IsServerError

func (o *UpdateFrontendUnauthorized) IsServerError() bool

IsServerError returns true when this update frontend unauthorized response has a 5xx status code

func (*UpdateFrontendUnauthorized) IsSuccess

func (o *UpdateFrontendUnauthorized) IsSuccess() bool

IsSuccess returns true when this update frontend unauthorized response has a 2xx status code

func (*UpdateFrontendUnauthorized) String

func (o *UpdateFrontendUnauthorized) String() string

Jump to

Keyboard shortcuts

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