Documentation ¶
Index ¶
- type AddOrganizationMemberBody
- func (o *AddOrganizationMemberBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *AddOrganizationMemberBody) MarshalBinary() ([]byte, error)
- func (o *AddOrganizationMemberBody) UnmarshalBinary(b []byte) error
- func (o *AddOrganizationMemberBody) Validate(formats strfmt.Registry) error
- type AddOrganizationMemberCreated
- func (o *AddOrganizationMemberCreated) Code() int
- func (o *AddOrganizationMemberCreated) Error() string
- func (o *AddOrganizationMemberCreated) IsClientError() bool
- func (o *AddOrganizationMemberCreated) IsCode(code int) bool
- func (o *AddOrganizationMemberCreated) IsRedirect() bool
- func (o *AddOrganizationMemberCreated) IsServerError() bool
- func (o *AddOrganizationMemberCreated) IsSuccess() bool
- func (o *AddOrganizationMemberCreated) String() string
- type AddOrganizationMemberInternalServerError
- func (o *AddOrganizationMemberInternalServerError) Code() int
- func (o *AddOrganizationMemberInternalServerError) Error() string
- func (o *AddOrganizationMemberInternalServerError) IsClientError() bool
- func (o *AddOrganizationMemberInternalServerError) IsCode(code int) bool
- func (o *AddOrganizationMemberInternalServerError) IsRedirect() bool
- func (o *AddOrganizationMemberInternalServerError) IsServerError() bool
- func (o *AddOrganizationMemberInternalServerError) IsSuccess() bool
- func (o *AddOrganizationMemberInternalServerError) String() string
- type AddOrganizationMemberNotFound
- func (o *AddOrganizationMemberNotFound) Code() int
- func (o *AddOrganizationMemberNotFound) Error() string
- func (o *AddOrganizationMemberNotFound) IsClientError() bool
- func (o *AddOrganizationMemberNotFound) IsCode(code int) bool
- func (o *AddOrganizationMemberNotFound) IsRedirect() bool
- func (o *AddOrganizationMemberNotFound) IsServerError() bool
- func (o *AddOrganizationMemberNotFound) IsSuccess() bool
- func (o *AddOrganizationMemberNotFound) String() string
- type AddOrganizationMemberParams
- func NewAddOrganizationMemberParams() *AddOrganizationMemberParams
- func NewAddOrganizationMemberParamsWithContext(ctx context.Context) *AddOrganizationMemberParams
- func NewAddOrganizationMemberParamsWithHTTPClient(client *http.Client) *AddOrganizationMemberParams
- func NewAddOrganizationMemberParamsWithTimeout(timeout time.Duration) *AddOrganizationMemberParams
- func (o *AddOrganizationMemberParams) SetBody(body AddOrganizationMemberBody)
- func (o *AddOrganizationMemberParams) SetContext(ctx context.Context)
- func (o *AddOrganizationMemberParams) SetDefaults()
- func (o *AddOrganizationMemberParams) SetHTTPClient(client *http.Client)
- func (o *AddOrganizationMemberParams) SetTimeout(timeout time.Duration)
- func (o *AddOrganizationMemberParams) WithBody(body AddOrganizationMemberBody) *AddOrganizationMemberParams
- func (o *AddOrganizationMemberParams) WithContext(ctx context.Context) *AddOrganizationMemberParams
- func (o *AddOrganizationMemberParams) WithDefaults() *AddOrganizationMemberParams
- func (o *AddOrganizationMemberParams) WithHTTPClient(client *http.Client) *AddOrganizationMemberParams
- func (o *AddOrganizationMemberParams) WithTimeout(timeout time.Duration) *AddOrganizationMemberParams
- func (o *AddOrganizationMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddOrganizationMemberReader
- type AddOrganizationMemberUnauthorized
- func (o *AddOrganizationMemberUnauthorized) Code() int
- func (o *AddOrganizationMemberUnauthorized) Error() string
- func (o *AddOrganizationMemberUnauthorized) IsClientError() bool
- func (o *AddOrganizationMemberUnauthorized) IsCode(code int) bool
- func (o *AddOrganizationMemberUnauthorized) IsRedirect() bool
- func (o *AddOrganizationMemberUnauthorized) IsServerError() bool
- func (o *AddOrganizationMemberUnauthorized) IsSuccess() bool
- func (o *AddOrganizationMemberUnauthorized) String() string
- type Client
- func (a *Client) AddOrganizationMember(params *AddOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AddOrganizationMemberCreated, error)
- func (a *Client) CreateAccount(params *CreateAccountParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAccountCreated, error)
- func (a *Client) CreateFrontend(params *CreateFrontendParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateFrontendCreated, error)
- func (a *Client) CreateIdentity(params *CreateIdentityParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateIdentityCreated, error)
- func (a *Client) CreateOrganization(params *CreateOrganizationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateOrganizationCreated, error)
- func (a *Client) DeleteFrontend(params *DeleteFrontendParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteFrontendOK, error)
- func (a *Client) DeleteOrganization(params *DeleteOrganizationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteOrganizationOK, error)
- func (a *Client) Grants(params *GrantsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GrantsOK, error)
- func (a *Client) InviteTokenGenerate(params *InviteTokenGenerateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*InviteTokenGenerateCreated, error)
- func (a *Client) ListFrontends(params *ListFrontendsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListFrontendsOK, error)
- func (a *Client) ListOrganizationMembers(params *ListOrganizationMembersParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListOrganizationMembersOK, error)
- func (a *Client) ListOrganizations(params *ListOrganizationsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListOrganizationsOK, error)
- func (a *Client) RemoveOrganizationMember(params *RemoveOrganizationMemberParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RemoveOrganizationMemberOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateFrontend(params *UpdateFrontendParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateFrontendOK, error)
- type ClientOption
- type ClientService
- type CreateAccountBody
- type CreateAccountCreated
- func (o *CreateAccountCreated) Code() int
- func (o *CreateAccountCreated) Error() string
- func (o *CreateAccountCreated) GetPayload() *CreateAccountCreatedBody
- func (o *CreateAccountCreated) IsClientError() bool
- func (o *CreateAccountCreated) IsCode(code int) bool
- func (o *CreateAccountCreated) IsRedirect() bool
- func (o *CreateAccountCreated) IsServerError() bool
- func (o *CreateAccountCreated) IsSuccess() bool
- func (o *CreateAccountCreated) String() string
- type CreateAccountCreatedBody
- func (o *CreateAccountCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateAccountCreatedBody) MarshalBinary() ([]byte, error)
- func (o *CreateAccountCreatedBody) UnmarshalBinary(b []byte) error
- func (o *CreateAccountCreatedBody) Validate(formats strfmt.Registry) error
- type CreateAccountInternalServerError
- func (o *CreateAccountInternalServerError) Code() int
- func (o *CreateAccountInternalServerError) Error() string
- func (o *CreateAccountInternalServerError) IsClientError() bool
- func (o *CreateAccountInternalServerError) IsCode(code int) bool
- func (o *CreateAccountInternalServerError) IsRedirect() bool
- func (o *CreateAccountInternalServerError) IsServerError() bool
- func (o *CreateAccountInternalServerError) IsSuccess() bool
- func (o *CreateAccountInternalServerError) String() string
- type CreateAccountParams
- func (o *CreateAccountParams) SetBody(body CreateAccountBody)
- func (o *CreateAccountParams) SetContext(ctx context.Context)
- func (o *CreateAccountParams) SetDefaults()
- func (o *CreateAccountParams) SetHTTPClient(client *http.Client)
- func (o *CreateAccountParams) SetTimeout(timeout time.Duration)
- func (o *CreateAccountParams) WithBody(body CreateAccountBody) *CreateAccountParams
- func (o *CreateAccountParams) WithContext(ctx context.Context) *CreateAccountParams
- func (o *CreateAccountParams) WithDefaults() *CreateAccountParams
- func (o *CreateAccountParams) WithHTTPClient(client *http.Client) *CreateAccountParams
- func (o *CreateAccountParams) WithTimeout(timeout time.Duration) *CreateAccountParams
- func (o *CreateAccountParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAccountReader
- type CreateAccountUnauthorized
- func (o *CreateAccountUnauthorized) Code() int
- func (o *CreateAccountUnauthorized) Error() string
- func (o *CreateAccountUnauthorized) IsClientError() bool
- func (o *CreateAccountUnauthorized) IsCode(code int) bool
- func (o *CreateAccountUnauthorized) IsRedirect() bool
- func (o *CreateAccountUnauthorized) IsServerError() bool
- func (o *CreateAccountUnauthorized) IsSuccess() bool
- func (o *CreateAccountUnauthorized) String() string
- type CreateFrontendBadRequest
- func (o *CreateFrontendBadRequest) Code() int
- func (o *CreateFrontendBadRequest) Error() string
- func (o *CreateFrontendBadRequest) IsClientError() bool
- func (o *CreateFrontendBadRequest) IsCode(code int) bool
- func (o *CreateFrontendBadRequest) IsRedirect() bool
- func (o *CreateFrontendBadRequest) IsServerError() bool
- func (o *CreateFrontendBadRequest) IsSuccess() bool
- func (o *CreateFrontendBadRequest) String() string
- type CreateFrontendCreated
- func (o *CreateFrontendCreated) Code() int
- func (o *CreateFrontendCreated) Error() string
- func (o *CreateFrontendCreated) GetPayload() *rest_model_zrok.CreateFrontendResponse
- func (o *CreateFrontendCreated) IsClientError() bool
- func (o *CreateFrontendCreated) IsCode(code int) bool
- func (o *CreateFrontendCreated) IsRedirect() bool
- func (o *CreateFrontendCreated) IsServerError() bool
- func (o *CreateFrontendCreated) IsSuccess() bool
- func (o *CreateFrontendCreated) String() string
- type CreateFrontendInternalServerError
- func (o *CreateFrontendInternalServerError) Code() int
- func (o *CreateFrontendInternalServerError) Error() string
- func (o *CreateFrontendInternalServerError) IsClientError() bool
- func (o *CreateFrontendInternalServerError) IsCode(code int) bool
- func (o *CreateFrontendInternalServerError) IsRedirect() bool
- func (o *CreateFrontendInternalServerError) IsServerError() bool
- func (o *CreateFrontendInternalServerError) IsSuccess() bool
- func (o *CreateFrontendInternalServerError) String() string
- type CreateFrontendNotFound
- func (o *CreateFrontendNotFound) Code() int
- func (o *CreateFrontendNotFound) Error() string
- func (o *CreateFrontendNotFound) IsClientError() bool
- func (o *CreateFrontendNotFound) IsCode(code int) bool
- func (o *CreateFrontendNotFound) IsRedirect() bool
- func (o *CreateFrontendNotFound) IsServerError() bool
- func (o *CreateFrontendNotFound) IsSuccess() bool
- func (o *CreateFrontendNotFound) String() string
- type CreateFrontendParams
- func NewCreateFrontendParams() *CreateFrontendParams
- func NewCreateFrontendParamsWithContext(ctx context.Context) *CreateFrontendParams
- func NewCreateFrontendParamsWithHTTPClient(client *http.Client) *CreateFrontendParams
- func NewCreateFrontendParamsWithTimeout(timeout time.Duration) *CreateFrontendParams
- func (o *CreateFrontendParams) SetBody(body *rest_model_zrok.CreateFrontendRequest)
- func (o *CreateFrontendParams) SetContext(ctx context.Context)
- func (o *CreateFrontendParams) SetDefaults()
- func (o *CreateFrontendParams) SetHTTPClient(client *http.Client)
- func (o *CreateFrontendParams) SetTimeout(timeout time.Duration)
- func (o *CreateFrontendParams) WithBody(body *rest_model_zrok.CreateFrontendRequest) *CreateFrontendParams
- func (o *CreateFrontendParams) WithContext(ctx context.Context) *CreateFrontendParams
- func (o *CreateFrontendParams) WithDefaults() *CreateFrontendParams
- func (o *CreateFrontendParams) WithHTTPClient(client *http.Client) *CreateFrontendParams
- func (o *CreateFrontendParams) WithTimeout(timeout time.Duration) *CreateFrontendParams
- func (o *CreateFrontendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateFrontendReader
- type CreateFrontendUnauthorized
- func (o *CreateFrontendUnauthorized) Code() int
- func (o *CreateFrontendUnauthorized) Error() string
- func (o *CreateFrontendUnauthorized) IsClientError() bool
- func (o *CreateFrontendUnauthorized) IsCode(code int) bool
- func (o *CreateFrontendUnauthorized) IsRedirect() bool
- func (o *CreateFrontendUnauthorized) IsServerError() bool
- func (o *CreateFrontendUnauthorized) IsSuccess() bool
- func (o *CreateFrontendUnauthorized) String() string
- type CreateIdentityBody
- type CreateIdentityCreated
- func (o *CreateIdentityCreated) Code() int
- func (o *CreateIdentityCreated) Error() string
- func (o *CreateIdentityCreated) GetPayload() *CreateIdentityCreatedBody
- func (o *CreateIdentityCreated) IsClientError() bool
- func (o *CreateIdentityCreated) IsCode(code int) bool
- func (o *CreateIdentityCreated) IsRedirect() bool
- func (o *CreateIdentityCreated) IsServerError() bool
- func (o *CreateIdentityCreated) IsSuccess() bool
- func (o *CreateIdentityCreated) String() string
- type CreateIdentityCreatedBody
- func (o *CreateIdentityCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateIdentityCreatedBody) MarshalBinary() ([]byte, error)
- func (o *CreateIdentityCreatedBody) UnmarshalBinary(b []byte) error
- func (o *CreateIdentityCreatedBody) Validate(formats strfmt.Registry) error
- type CreateIdentityInternalServerError
- func (o *CreateIdentityInternalServerError) Code() int
- func (o *CreateIdentityInternalServerError) Error() string
- func (o *CreateIdentityInternalServerError) IsClientError() bool
- func (o *CreateIdentityInternalServerError) IsCode(code int) bool
- func (o *CreateIdentityInternalServerError) IsRedirect() bool
- func (o *CreateIdentityInternalServerError) IsServerError() bool
- func (o *CreateIdentityInternalServerError) IsSuccess() bool
- func (o *CreateIdentityInternalServerError) String() string
- type CreateIdentityParams
- func NewCreateIdentityParams() *CreateIdentityParams
- func NewCreateIdentityParamsWithContext(ctx context.Context) *CreateIdentityParams
- func NewCreateIdentityParamsWithHTTPClient(client *http.Client) *CreateIdentityParams
- func NewCreateIdentityParamsWithTimeout(timeout time.Duration) *CreateIdentityParams
- func (o *CreateIdentityParams) SetBody(body CreateIdentityBody)
- func (o *CreateIdentityParams) SetContext(ctx context.Context)
- func (o *CreateIdentityParams) SetDefaults()
- func (o *CreateIdentityParams) SetHTTPClient(client *http.Client)
- func (o *CreateIdentityParams) SetTimeout(timeout time.Duration)
- func (o *CreateIdentityParams) WithBody(body CreateIdentityBody) *CreateIdentityParams
- func (o *CreateIdentityParams) WithContext(ctx context.Context) *CreateIdentityParams
- func (o *CreateIdentityParams) WithDefaults() *CreateIdentityParams
- func (o *CreateIdentityParams) WithHTTPClient(client *http.Client) *CreateIdentityParams
- func (o *CreateIdentityParams) WithTimeout(timeout time.Duration) *CreateIdentityParams
- func (o *CreateIdentityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateIdentityReader
- type CreateIdentityUnauthorized
- func (o *CreateIdentityUnauthorized) Code() int
- func (o *CreateIdentityUnauthorized) Error() string
- func (o *CreateIdentityUnauthorized) IsClientError() bool
- func (o *CreateIdentityUnauthorized) IsCode(code int) bool
- func (o *CreateIdentityUnauthorized) IsRedirect() bool
- func (o *CreateIdentityUnauthorized) IsServerError() bool
- func (o *CreateIdentityUnauthorized) IsSuccess() bool
- func (o *CreateIdentityUnauthorized) String() string
- type CreateOrganizationBody
- func (o *CreateOrganizationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrganizationBody) MarshalBinary() ([]byte, error)
- func (o *CreateOrganizationBody) UnmarshalBinary(b []byte) error
- func (o *CreateOrganizationBody) Validate(formats strfmt.Registry) error
- type CreateOrganizationCreated
- func (o *CreateOrganizationCreated) Code() int
- func (o *CreateOrganizationCreated) Error() string
- func (o *CreateOrganizationCreated) GetPayload() *CreateOrganizationCreatedBody
- func (o *CreateOrganizationCreated) IsClientError() bool
- func (o *CreateOrganizationCreated) IsCode(code int) bool
- func (o *CreateOrganizationCreated) IsRedirect() bool
- func (o *CreateOrganizationCreated) IsServerError() bool
- func (o *CreateOrganizationCreated) IsSuccess() bool
- func (o *CreateOrganizationCreated) String() string
- type CreateOrganizationCreatedBody
- func (o *CreateOrganizationCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateOrganizationCreatedBody) MarshalBinary() ([]byte, error)
- func (o *CreateOrganizationCreatedBody) UnmarshalBinary(b []byte) error
- func (o *CreateOrganizationCreatedBody) Validate(formats strfmt.Registry) error
- type CreateOrganizationInternalServerError
- func (o *CreateOrganizationInternalServerError) Code() int
- func (o *CreateOrganizationInternalServerError) Error() string
- func (o *CreateOrganizationInternalServerError) IsClientError() bool
- func (o *CreateOrganizationInternalServerError) IsCode(code int) bool
- func (o *CreateOrganizationInternalServerError) IsRedirect() bool
- func (o *CreateOrganizationInternalServerError) IsServerError() bool
- func (o *CreateOrganizationInternalServerError) IsSuccess() bool
- func (o *CreateOrganizationInternalServerError) String() string
- type CreateOrganizationParams
- func NewCreateOrganizationParams() *CreateOrganizationParams
- func NewCreateOrganizationParamsWithContext(ctx context.Context) *CreateOrganizationParams
- func NewCreateOrganizationParamsWithHTTPClient(client *http.Client) *CreateOrganizationParams
- func NewCreateOrganizationParamsWithTimeout(timeout time.Duration) *CreateOrganizationParams
- func (o *CreateOrganizationParams) SetBody(body CreateOrganizationBody)
- func (o *CreateOrganizationParams) SetContext(ctx context.Context)
- func (o *CreateOrganizationParams) SetDefaults()
- func (o *CreateOrganizationParams) SetHTTPClient(client *http.Client)
- func (o *CreateOrganizationParams) SetTimeout(timeout time.Duration)
- func (o *CreateOrganizationParams) WithBody(body CreateOrganizationBody) *CreateOrganizationParams
- func (o *CreateOrganizationParams) WithContext(ctx context.Context) *CreateOrganizationParams
- func (o *CreateOrganizationParams) WithDefaults() *CreateOrganizationParams
- func (o *CreateOrganizationParams) WithHTTPClient(client *http.Client) *CreateOrganizationParams
- func (o *CreateOrganizationParams) WithTimeout(timeout time.Duration) *CreateOrganizationParams
- func (o *CreateOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateOrganizationReader
- type CreateOrganizationUnauthorized
- func (o *CreateOrganizationUnauthorized) Code() int
- func (o *CreateOrganizationUnauthorized) Error() string
- func (o *CreateOrganizationUnauthorized) IsClientError() bool
- func (o *CreateOrganizationUnauthorized) IsCode(code int) bool
- func (o *CreateOrganizationUnauthorized) IsRedirect() bool
- func (o *CreateOrganizationUnauthorized) IsServerError() bool
- func (o *CreateOrganizationUnauthorized) IsSuccess() bool
- func (o *CreateOrganizationUnauthorized) String() string
- type DeleteFrontendInternalServerError
- func (o *DeleteFrontendInternalServerError) Code() int
- func (o *DeleteFrontendInternalServerError) Error() string
- func (o *DeleteFrontendInternalServerError) IsClientError() bool
- func (o *DeleteFrontendInternalServerError) IsCode(code int) bool
- func (o *DeleteFrontendInternalServerError) IsRedirect() bool
- func (o *DeleteFrontendInternalServerError) IsServerError() bool
- func (o *DeleteFrontendInternalServerError) IsSuccess() bool
- func (o *DeleteFrontendInternalServerError) String() string
- type DeleteFrontendNotFound
- func (o *DeleteFrontendNotFound) Code() int
- func (o *DeleteFrontendNotFound) Error() string
- func (o *DeleteFrontendNotFound) IsClientError() bool
- func (o *DeleteFrontendNotFound) IsCode(code int) bool
- func (o *DeleteFrontendNotFound) IsRedirect() bool
- func (o *DeleteFrontendNotFound) IsServerError() bool
- func (o *DeleteFrontendNotFound) IsSuccess() bool
- func (o *DeleteFrontendNotFound) String() string
- type DeleteFrontendOK
- func (o *DeleteFrontendOK) Code() int
- func (o *DeleteFrontendOK) Error() string
- func (o *DeleteFrontendOK) IsClientError() bool
- func (o *DeleteFrontendOK) IsCode(code int) bool
- func (o *DeleteFrontendOK) IsRedirect() bool
- func (o *DeleteFrontendOK) IsServerError() bool
- func (o *DeleteFrontendOK) IsSuccess() bool
- func (o *DeleteFrontendOK) String() string
- type DeleteFrontendParams
- func NewDeleteFrontendParams() *DeleteFrontendParams
- func NewDeleteFrontendParamsWithContext(ctx context.Context) *DeleteFrontendParams
- func NewDeleteFrontendParamsWithHTTPClient(client *http.Client) *DeleteFrontendParams
- func NewDeleteFrontendParamsWithTimeout(timeout time.Duration) *DeleteFrontendParams
- func (o *DeleteFrontendParams) SetBody(body *rest_model_zrok.DeleteFrontendRequest)
- func (o *DeleteFrontendParams) SetContext(ctx context.Context)
- func (o *DeleteFrontendParams) SetDefaults()
- func (o *DeleteFrontendParams) SetHTTPClient(client *http.Client)
- func (o *DeleteFrontendParams) SetTimeout(timeout time.Duration)
- func (o *DeleteFrontendParams) WithBody(body *rest_model_zrok.DeleteFrontendRequest) *DeleteFrontendParams
- func (o *DeleteFrontendParams) WithContext(ctx context.Context) *DeleteFrontendParams
- func (o *DeleteFrontendParams) WithDefaults() *DeleteFrontendParams
- func (o *DeleteFrontendParams) WithHTTPClient(client *http.Client) *DeleteFrontendParams
- func (o *DeleteFrontendParams) WithTimeout(timeout time.Duration) *DeleteFrontendParams
- func (o *DeleteFrontendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteFrontendReader
- type DeleteFrontendUnauthorized
- func (o *DeleteFrontendUnauthorized) Code() int
- func (o *DeleteFrontendUnauthorized) Error() string
- func (o *DeleteFrontendUnauthorized) IsClientError() bool
- func (o *DeleteFrontendUnauthorized) IsCode(code int) bool
- func (o *DeleteFrontendUnauthorized) IsRedirect() bool
- func (o *DeleteFrontendUnauthorized) IsServerError() bool
- func (o *DeleteFrontendUnauthorized) IsSuccess() bool
- func (o *DeleteFrontendUnauthorized) String() string
- type DeleteOrganizationBody
- func (o *DeleteOrganizationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *DeleteOrganizationBody) MarshalBinary() ([]byte, error)
- func (o *DeleteOrganizationBody) UnmarshalBinary(b []byte) error
- func (o *DeleteOrganizationBody) Validate(formats strfmt.Registry) error
- type DeleteOrganizationInternalServerError
- func (o *DeleteOrganizationInternalServerError) Code() int
- func (o *DeleteOrganizationInternalServerError) Error() string
- func (o *DeleteOrganizationInternalServerError) IsClientError() bool
- func (o *DeleteOrganizationInternalServerError) IsCode(code int) bool
- func (o *DeleteOrganizationInternalServerError) IsRedirect() bool
- func (o *DeleteOrganizationInternalServerError) IsServerError() bool
- func (o *DeleteOrganizationInternalServerError) IsSuccess() bool
- func (o *DeleteOrganizationInternalServerError) String() string
- type DeleteOrganizationNotFound
- func (o *DeleteOrganizationNotFound) Code() int
- func (o *DeleteOrganizationNotFound) Error() string
- func (o *DeleteOrganizationNotFound) IsClientError() bool
- func (o *DeleteOrganizationNotFound) IsCode(code int) bool
- func (o *DeleteOrganizationNotFound) IsRedirect() bool
- func (o *DeleteOrganizationNotFound) IsServerError() bool
- func (o *DeleteOrganizationNotFound) IsSuccess() bool
- func (o *DeleteOrganizationNotFound) String() string
- type DeleteOrganizationOK
- func (o *DeleteOrganizationOK) Code() int
- func (o *DeleteOrganizationOK) Error() string
- func (o *DeleteOrganizationOK) IsClientError() bool
- func (o *DeleteOrganizationOK) IsCode(code int) bool
- func (o *DeleteOrganizationOK) IsRedirect() bool
- func (o *DeleteOrganizationOK) IsServerError() bool
- func (o *DeleteOrganizationOK) IsSuccess() bool
- func (o *DeleteOrganizationOK) String() string
- type DeleteOrganizationParams
- func NewDeleteOrganizationParams() *DeleteOrganizationParams
- func NewDeleteOrganizationParamsWithContext(ctx context.Context) *DeleteOrganizationParams
- func NewDeleteOrganizationParamsWithHTTPClient(client *http.Client) *DeleteOrganizationParams
- func NewDeleteOrganizationParamsWithTimeout(timeout time.Duration) *DeleteOrganizationParams
- func (o *DeleteOrganizationParams) SetBody(body DeleteOrganizationBody)
- func (o *DeleteOrganizationParams) SetContext(ctx context.Context)
- func (o *DeleteOrganizationParams) SetDefaults()
- func (o *DeleteOrganizationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteOrganizationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteOrganizationParams) WithBody(body DeleteOrganizationBody) *DeleteOrganizationParams
- func (o *DeleteOrganizationParams) WithContext(ctx context.Context) *DeleteOrganizationParams
- func (o *DeleteOrganizationParams) WithDefaults() *DeleteOrganizationParams
- func (o *DeleteOrganizationParams) WithHTTPClient(client *http.Client) *DeleteOrganizationParams
- func (o *DeleteOrganizationParams) WithTimeout(timeout time.Duration) *DeleteOrganizationParams
- func (o *DeleteOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteOrganizationReader
- type DeleteOrganizationUnauthorized
- func (o *DeleteOrganizationUnauthorized) Code() int
- func (o *DeleteOrganizationUnauthorized) Error() string
- func (o *DeleteOrganizationUnauthorized) IsClientError() bool
- func (o *DeleteOrganizationUnauthorized) IsCode(code int) bool
- func (o *DeleteOrganizationUnauthorized) IsRedirect() bool
- func (o *DeleteOrganizationUnauthorized) IsServerError() bool
- func (o *DeleteOrganizationUnauthorized) IsSuccess() bool
- func (o *DeleteOrganizationUnauthorized) String() string
- type GrantsBody
- type GrantsInternalServerError
- func (o *GrantsInternalServerError) Code() int
- func (o *GrantsInternalServerError) Error() string
- func (o *GrantsInternalServerError) IsClientError() bool
- func (o *GrantsInternalServerError) IsCode(code int) bool
- func (o *GrantsInternalServerError) IsRedirect() bool
- func (o *GrantsInternalServerError) IsServerError() bool
- func (o *GrantsInternalServerError) IsSuccess() bool
- func (o *GrantsInternalServerError) String() string
- type GrantsNotFound
- func (o *GrantsNotFound) Code() int
- func (o *GrantsNotFound) Error() string
- func (o *GrantsNotFound) IsClientError() bool
- func (o *GrantsNotFound) IsCode(code int) bool
- func (o *GrantsNotFound) IsRedirect() bool
- func (o *GrantsNotFound) IsServerError() bool
- func (o *GrantsNotFound) IsSuccess() bool
- func (o *GrantsNotFound) String() string
- type GrantsOK
- type GrantsParams
- func (o *GrantsParams) SetBody(body GrantsBody)
- func (o *GrantsParams) SetContext(ctx context.Context)
- func (o *GrantsParams) SetDefaults()
- func (o *GrantsParams) SetHTTPClient(client *http.Client)
- func (o *GrantsParams) SetTimeout(timeout time.Duration)
- func (o *GrantsParams) WithBody(body GrantsBody) *GrantsParams
- func (o *GrantsParams) WithContext(ctx context.Context) *GrantsParams
- func (o *GrantsParams) WithDefaults() *GrantsParams
- func (o *GrantsParams) WithHTTPClient(client *http.Client) *GrantsParams
- func (o *GrantsParams) WithTimeout(timeout time.Duration) *GrantsParams
- func (o *GrantsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GrantsReader
- type GrantsUnauthorized
- func (o *GrantsUnauthorized) Code() int
- func (o *GrantsUnauthorized) Error() string
- func (o *GrantsUnauthorized) IsClientError() bool
- func (o *GrantsUnauthorized) IsCode(code int) bool
- func (o *GrantsUnauthorized) IsRedirect() bool
- func (o *GrantsUnauthorized) IsServerError() bool
- func (o *GrantsUnauthorized) IsSuccess() bool
- func (o *GrantsUnauthorized) String() string
- type InviteTokenGenerateBadRequest
- func (o *InviteTokenGenerateBadRequest) Code() int
- func (o *InviteTokenGenerateBadRequest) Error() string
- func (o *InviteTokenGenerateBadRequest) IsClientError() bool
- func (o *InviteTokenGenerateBadRequest) IsCode(code int) bool
- func (o *InviteTokenGenerateBadRequest) IsRedirect() bool
- func (o *InviteTokenGenerateBadRequest) IsServerError() bool
- func (o *InviteTokenGenerateBadRequest) IsSuccess() bool
- func (o *InviteTokenGenerateBadRequest) String() string
- type InviteTokenGenerateCreated
- func (o *InviteTokenGenerateCreated) Code() int
- func (o *InviteTokenGenerateCreated) Error() string
- func (o *InviteTokenGenerateCreated) IsClientError() bool
- func (o *InviteTokenGenerateCreated) IsCode(code int) bool
- func (o *InviteTokenGenerateCreated) IsRedirect() bool
- func (o *InviteTokenGenerateCreated) IsServerError() bool
- func (o *InviteTokenGenerateCreated) IsSuccess() bool
- func (o *InviteTokenGenerateCreated) String() string
- type InviteTokenGenerateInternalServerError
- func (o *InviteTokenGenerateInternalServerError) Code() int
- func (o *InviteTokenGenerateInternalServerError) Error() string
- func (o *InviteTokenGenerateInternalServerError) IsClientError() bool
- func (o *InviteTokenGenerateInternalServerError) IsCode(code int) bool
- func (o *InviteTokenGenerateInternalServerError) IsRedirect() bool
- func (o *InviteTokenGenerateInternalServerError) IsServerError() bool
- func (o *InviteTokenGenerateInternalServerError) IsSuccess() bool
- func (o *InviteTokenGenerateInternalServerError) String() string
- type InviteTokenGenerateParams
- func NewInviteTokenGenerateParams() *InviteTokenGenerateParams
- func NewInviteTokenGenerateParamsWithContext(ctx context.Context) *InviteTokenGenerateParams
- func NewInviteTokenGenerateParamsWithHTTPClient(client *http.Client) *InviteTokenGenerateParams
- func NewInviteTokenGenerateParamsWithTimeout(timeout time.Duration) *InviteTokenGenerateParams
- func (o *InviteTokenGenerateParams) SetBody(body *rest_model_zrok.InviteTokenGenerateRequest)
- func (o *InviteTokenGenerateParams) SetContext(ctx context.Context)
- func (o *InviteTokenGenerateParams) SetDefaults()
- func (o *InviteTokenGenerateParams) SetHTTPClient(client *http.Client)
- func (o *InviteTokenGenerateParams) SetTimeout(timeout time.Duration)
- func (o *InviteTokenGenerateParams) WithBody(body *rest_model_zrok.InviteTokenGenerateRequest) *InviteTokenGenerateParams
- func (o *InviteTokenGenerateParams) WithContext(ctx context.Context) *InviteTokenGenerateParams
- func (o *InviteTokenGenerateParams) WithDefaults() *InviteTokenGenerateParams
- func (o *InviteTokenGenerateParams) WithHTTPClient(client *http.Client) *InviteTokenGenerateParams
- func (o *InviteTokenGenerateParams) WithTimeout(timeout time.Duration) *InviteTokenGenerateParams
- func (o *InviteTokenGenerateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type InviteTokenGenerateReader
- type InviteTokenGenerateUnauthorized
- func (o *InviteTokenGenerateUnauthorized) Code() int
- func (o *InviteTokenGenerateUnauthorized) Error() string
- func (o *InviteTokenGenerateUnauthorized) IsClientError() bool
- func (o *InviteTokenGenerateUnauthorized) IsCode(code int) bool
- func (o *InviteTokenGenerateUnauthorized) IsRedirect() bool
- func (o *InviteTokenGenerateUnauthorized) IsServerError() bool
- func (o *InviteTokenGenerateUnauthorized) IsSuccess() bool
- func (o *InviteTokenGenerateUnauthorized) String() string
- type ListFrontendsInternalServerError
- func (o *ListFrontendsInternalServerError) Code() int
- func (o *ListFrontendsInternalServerError) Error() string
- func (o *ListFrontendsInternalServerError) IsClientError() bool
- func (o *ListFrontendsInternalServerError) IsCode(code int) bool
- func (o *ListFrontendsInternalServerError) IsRedirect() bool
- func (o *ListFrontendsInternalServerError) IsServerError() bool
- func (o *ListFrontendsInternalServerError) IsSuccess() bool
- func (o *ListFrontendsInternalServerError) String() string
- type ListFrontendsOK
- func (o *ListFrontendsOK) Code() int
- func (o *ListFrontendsOK) Error() string
- func (o *ListFrontendsOK) GetPayload() rest_model_zrok.PublicFrontendList
- func (o *ListFrontendsOK) IsClientError() bool
- func (o *ListFrontendsOK) IsCode(code int) bool
- func (o *ListFrontendsOK) IsRedirect() bool
- func (o *ListFrontendsOK) IsServerError() bool
- func (o *ListFrontendsOK) IsSuccess() bool
- func (o *ListFrontendsOK) String() string
- type ListFrontendsParams
- func (o *ListFrontendsParams) SetContext(ctx context.Context)
- func (o *ListFrontendsParams) SetDefaults()
- func (o *ListFrontendsParams) SetHTTPClient(client *http.Client)
- func (o *ListFrontendsParams) SetTimeout(timeout time.Duration)
- func (o *ListFrontendsParams) WithContext(ctx context.Context) *ListFrontendsParams
- func (o *ListFrontendsParams) WithDefaults() *ListFrontendsParams
- func (o *ListFrontendsParams) WithHTTPClient(client *http.Client) *ListFrontendsParams
- func (o *ListFrontendsParams) WithTimeout(timeout time.Duration) *ListFrontendsParams
- func (o *ListFrontendsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListFrontendsReader
- type ListFrontendsUnauthorized
- func (o *ListFrontendsUnauthorized) Code() int
- func (o *ListFrontendsUnauthorized) Error() string
- func (o *ListFrontendsUnauthorized) IsClientError() bool
- func (o *ListFrontendsUnauthorized) IsCode(code int) bool
- func (o *ListFrontendsUnauthorized) IsRedirect() bool
- func (o *ListFrontendsUnauthorized) IsServerError() bool
- func (o *ListFrontendsUnauthorized) IsSuccess() bool
- func (o *ListFrontendsUnauthorized) String() string
- type ListOrganizationMembersBody
- func (o *ListOrganizationMembersBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListOrganizationMembersBody) MarshalBinary() ([]byte, error)
- func (o *ListOrganizationMembersBody) UnmarshalBinary(b []byte) error
- func (o *ListOrganizationMembersBody) Validate(formats strfmt.Registry) error
- type ListOrganizationMembersInternalServerError
- func (o *ListOrganizationMembersInternalServerError) Code() int
- func (o *ListOrganizationMembersInternalServerError) Error() string
- func (o *ListOrganizationMembersInternalServerError) IsClientError() bool
- func (o *ListOrganizationMembersInternalServerError) IsCode(code int) bool
- func (o *ListOrganizationMembersInternalServerError) IsRedirect() bool
- func (o *ListOrganizationMembersInternalServerError) IsServerError() bool
- func (o *ListOrganizationMembersInternalServerError) IsSuccess() bool
- func (o *ListOrganizationMembersInternalServerError) String() string
- type ListOrganizationMembersNotFound
- func (o *ListOrganizationMembersNotFound) Code() int
- func (o *ListOrganizationMembersNotFound) Error() string
- func (o *ListOrganizationMembersNotFound) IsClientError() bool
- func (o *ListOrganizationMembersNotFound) IsCode(code int) bool
- func (o *ListOrganizationMembersNotFound) IsRedirect() bool
- func (o *ListOrganizationMembersNotFound) IsServerError() bool
- func (o *ListOrganizationMembersNotFound) IsSuccess() bool
- func (o *ListOrganizationMembersNotFound) String() string
- type ListOrganizationMembersOK
- func (o *ListOrganizationMembersOK) Code() int
- func (o *ListOrganizationMembersOK) Error() string
- func (o *ListOrganizationMembersOK) GetPayload() *ListOrganizationMembersOKBody
- func (o *ListOrganizationMembersOK) IsClientError() bool
- func (o *ListOrganizationMembersOK) IsCode(code int) bool
- func (o *ListOrganizationMembersOK) IsRedirect() bool
- func (o *ListOrganizationMembersOK) IsServerError() bool
- func (o *ListOrganizationMembersOK) IsSuccess() bool
- func (o *ListOrganizationMembersOK) String() string
- type ListOrganizationMembersOKBody
- func (o *ListOrganizationMembersOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListOrganizationMembersOKBody) MarshalBinary() ([]byte, error)
- func (o *ListOrganizationMembersOKBody) UnmarshalBinary(b []byte) error
- func (o *ListOrganizationMembersOKBody) Validate(formats strfmt.Registry) error
- type ListOrganizationMembersOKBodyMembersItems0
- func (o *ListOrganizationMembersOKBodyMembersItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListOrganizationMembersOKBodyMembersItems0) MarshalBinary() ([]byte, error)
- func (o *ListOrganizationMembersOKBodyMembersItems0) UnmarshalBinary(b []byte) error
- func (o *ListOrganizationMembersOKBodyMembersItems0) Validate(formats strfmt.Registry) error
- type ListOrganizationMembersParams
- func NewListOrganizationMembersParams() *ListOrganizationMembersParams
- func NewListOrganizationMembersParamsWithContext(ctx context.Context) *ListOrganizationMembersParams
- func NewListOrganizationMembersParamsWithHTTPClient(client *http.Client) *ListOrganizationMembersParams
- func NewListOrganizationMembersParamsWithTimeout(timeout time.Duration) *ListOrganizationMembersParams
- func (o *ListOrganizationMembersParams) SetBody(body ListOrganizationMembersBody)
- func (o *ListOrganizationMembersParams) SetContext(ctx context.Context)
- func (o *ListOrganizationMembersParams) SetDefaults()
- func (o *ListOrganizationMembersParams) SetHTTPClient(client *http.Client)
- func (o *ListOrganizationMembersParams) SetTimeout(timeout time.Duration)
- func (o *ListOrganizationMembersParams) WithBody(body ListOrganizationMembersBody) *ListOrganizationMembersParams
- func (o *ListOrganizationMembersParams) WithContext(ctx context.Context) *ListOrganizationMembersParams
- func (o *ListOrganizationMembersParams) WithDefaults() *ListOrganizationMembersParams
- func (o *ListOrganizationMembersParams) WithHTTPClient(client *http.Client) *ListOrganizationMembersParams
- func (o *ListOrganizationMembersParams) WithTimeout(timeout time.Duration) *ListOrganizationMembersParams
- func (o *ListOrganizationMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListOrganizationMembersReader
- type ListOrganizationMembersUnauthorized
- func (o *ListOrganizationMembersUnauthorized) Code() int
- func (o *ListOrganizationMembersUnauthorized) Error() string
- func (o *ListOrganizationMembersUnauthorized) IsClientError() bool
- func (o *ListOrganizationMembersUnauthorized) IsCode(code int) bool
- func (o *ListOrganizationMembersUnauthorized) IsRedirect() bool
- func (o *ListOrganizationMembersUnauthorized) IsServerError() bool
- func (o *ListOrganizationMembersUnauthorized) IsSuccess() bool
- func (o *ListOrganizationMembersUnauthorized) String() string
- type ListOrganizationsInternalServerError
- func (o *ListOrganizationsInternalServerError) Code() int
- func (o *ListOrganizationsInternalServerError) Error() string
- func (o *ListOrganizationsInternalServerError) IsClientError() bool
- func (o *ListOrganizationsInternalServerError) IsCode(code int) bool
- func (o *ListOrganizationsInternalServerError) IsRedirect() bool
- func (o *ListOrganizationsInternalServerError) IsServerError() bool
- func (o *ListOrganizationsInternalServerError) IsSuccess() bool
- func (o *ListOrganizationsInternalServerError) String() string
- type ListOrganizationsOK
- func (o *ListOrganizationsOK) Code() int
- func (o *ListOrganizationsOK) Error() string
- func (o *ListOrganizationsOK) GetPayload() *ListOrganizationsOKBody
- func (o *ListOrganizationsOK) IsClientError() bool
- func (o *ListOrganizationsOK) IsCode(code int) bool
- func (o *ListOrganizationsOK) IsRedirect() bool
- func (o *ListOrganizationsOK) IsServerError() bool
- func (o *ListOrganizationsOK) IsSuccess() bool
- func (o *ListOrganizationsOK) String() string
- type ListOrganizationsOKBody
- func (o *ListOrganizationsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListOrganizationsOKBody) MarshalBinary() ([]byte, error)
- func (o *ListOrganizationsOKBody) UnmarshalBinary(b []byte) error
- func (o *ListOrganizationsOKBody) Validate(formats strfmt.Registry) error
- type ListOrganizationsOKBodyOrganizationsItems0
- func (o *ListOrganizationsOKBodyOrganizationsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ListOrganizationsOKBodyOrganizationsItems0) MarshalBinary() ([]byte, error)
- func (o *ListOrganizationsOKBodyOrganizationsItems0) UnmarshalBinary(b []byte) error
- func (o *ListOrganizationsOKBodyOrganizationsItems0) Validate(formats strfmt.Registry) error
- type ListOrganizationsParams
- func NewListOrganizationsParams() *ListOrganizationsParams
- func NewListOrganizationsParamsWithContext(ctx context.Context) *ListOrganizationsParams
- func NewListOrganizationsParamsWithHTTPClient(client *http.Client) *ListOrganizationsParams
- func NewListOrganizationsParamsWithTimeout(timeout time.Duration) *ListOrganizationsParams
- func (o *ListOrganizationsParams) SetContext(ctx context.Context)
- func (o *ListOrganizationsParams) SetDefaults()
- func (o *ListOrganizationsParams) SetHTTPClient(client *http.Client)
- func (o *ListOrganizationsParams) SetTimeout(timeout time.Duration)
- func (o *ListOrganizationsParams) WithContext(ctx context.Context) *ListOrganizationsParams
- func (o *ListOrganizationsParams) WithDefaults() *ListOrganizationsParams
- func (o *ListOrganizationsParams) WithHTTPClient(client *http.Client) *ListOrganizationsParams
- func (o *ListOrganizationsParams) WithTimeout(timeout time.Duration) *ListOrganizationsParams
- func (o *ListOrganizationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListOrganizationsReader
- type ListOrganizationsUnauthorized
- func (o *ListOrganizationsUnauthorized) Code() int
- func (o *ListOrganizationsUnauthorized) Error() string
- func (o *ListOrganizationsUnauthorized) IsClientError() bool
- func (o *ListOrganizationsUnauthorized) IsCode(code int) bool
- func (o *ListOrganizationsUnauthorized) IsRedirect() bool
- func (o *ListOrganizationsUnauthorized) IsServerError() bool
- func (o *ListOrganizationsUnauthorized) IsSuccess() bool
- func (o *ListOrganizationsUnauthorized) String() string
- type RemoveOrganizationMemberBody
- func (o *RemoveOrganizationMemberBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *RemoveOrganizationMemberBody) MarshalBinary() ([]byte, error)
- func (o *RemoveOrganizationMemberBody) UnmarshalBinary(b []byte) error
- func (o *RemoveOrganizationMemberBody) Validate(formats strfmt.Registry) error
- type RemoveOrganizationMemberInternalServerError
- func (o *RemoveOrganizationMemberInternalServerError) Code() int
- func (o *RemoveOrganizationMemberInternalServerError) Error() string
- func (o *RemoveOrganizationMemberInternalServerError) IsClientError() bool
- func (o *RemoveOrganizationMemberInternalServerError) IsCode(code int) bool
- func (o *RemoveOrganizationMemberInternalServerError) IsRedirect() bool
- func (o *RemoveOrganizationMemberInternalServerError) IsServerError() bool
- func (o *RemoveOrganizationMemberInternalServerError) IsSuccess() bool
- func (o *RemoveOrganizationMemberInternalServerError) String() string
- type RemoveOrganizationMemberNotFound
- func (o *RemoveOrganizationMemberNotFound) Code() int
- func (o *RemoveOrganizationMemberNotFound) Error() string
- func (o *RemoveOrganizationMemberNotFound) IsClientError() bool
- func (o *RemoveOrganizationMemberNotFound) IsCode(code int) bool
- func (o *RemoveOrganizationMemberNotFound) IsRedirect() bool
- func (o *RemoveOrganizationMemberNotFound) IsServerError() bool
- func (o *RemoveOrganizationMemberNotFound) IsSuccess() bool
- func (o *RemoveOrganizationMemberNotFound) String() string
- type RemoveOrganizationMemberOK
- func (o *RemoveOrganizationMemberOK) Code() int
- func (o *RemoveOrganizationMemberOK) Error() string
- func (o *RemoveOrganizationMemberOK) IsClientError() bool
- func (o *RemoveOrganizationMemberOK) IsCode(code int) bool
- func (o *RemoveOrganizationMemberOK) IsRedirect() bool
- func (o *RemoveOrganizationMemberOK) IsServerError() bool
- func (o *RemoveOrganizationMemberOK) IsSuccess() bool
- func (o *RemoveOrganizationMemberOK) String() string
- type RemoveOrganizationMemberParams
- func NewRemoveOrganizationMemberParams() *RemoveOrganizationMemberParams
- func NewRemoveOrganizationMemberParamsWithContext(ctx context.Context) *RemoveOrganizationMemberParams
- func NewRemoveOrganizationMemberParamsWithHTTPClient(client *http.Client) *RemoveOrganizationMemberParams
- func NewRemoveOrganizationMemberParamsWithTimeout(timeout time.Duration) *RemoveOrganizationMemberParams
- func (o *RemoveOrganizationMemberParams) SetBody(body RemoveOrganizationMemberBody)
- func (o *RemoveOrganizationMemberParams) SetContext(ctx context.Context)
- func (o *RemoveOrganizationMemberParams) SetDefaults()
- func (o *RemoveOrganizationMemberParams) SetHTTPClient(client *http.Client)
- func (o *RemoveOrganizationMemberParams) SetTimeout(timeout time.Duration)
- func (o *RemoveOrganizationMemberParams) WithBody(body RemoveOrganizationMemberBody) *RemoveOrganizationMemberParams
- func (o *RemoveOrganizationMemberParams) WithContext(ctx context.Context) *RemoveOrganizationMemberParams
- func (o *RemoveOrganizationMemberParams) WithDefaults() *RemoveOrganizationMemberParams
- func (o *RemoveOrganizationMemberParams) WithHTTPClient(client *http.Client) *RemoveOrganizationMemberParams
- func (o *RemoveOrganizationMemberParams) WithTimeout(timeout time.Duration) *RemoveOrganizationMemberParams
- func (o *RemoveOrganizationMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RemoveOrganizationMemberReader
- type RemoveOrganizationMemberUnauthorized
- func (o *RemoveOrganizationMemberUnauthorized) Code() int
- func (o *RemoveOrganizationMemberUnauthorized) Error() string
- func (o *RemoveOrganizationMemberUnauthorized) IsClientError() bool
- func (o *RemoveOrganizationMemberUnauthorized) IsCode(code int) bool
- func (o *RemoveOrganizationMemberUnauthorized) IsRedirect() bool
- func (o *RemoveOrganizationMemberUnauthorized) IsServerError() bool
- func (o *RemoveOrganizationMemberUnauthorized) IsSuccess() bool
- func (o *RemoveOrganizationMemberUnauthorized) String() string
- type UpdateFrontendInternalServerError
- func (o *UpdateFrontendInternalServerError) Code() int
- func (o *UpdateFrontendInternalServerError) Error() string
- func (o *UpdateFrontendInternalServerError) IsClientError() bool
- func (o *UpdateFrontendInternalServerError) IsCode(code int) bool
- func (o *UpdateFrontendInternalServerError) IsRedirect() bool
- func (o *UpdateFrontendInternalServerError) IsServerError() bool
- func (o *UpdateFrontendInternalServerError) IsSuccess() bool
- func (o *UpdateFrontendInternalServerError) String() string
- type UpdateFrontendNotFound
- func (o *UpdateFrontendNotFound) Code() int
- func (o *UpdateFrontendNotFound) Error() string
- func (o *UpdateFrontendNotFound) IsClientError() bool
- func (o *UpdateFrontendNotFound) IsCode(code int) bool
- func (o *UpdateFrontendNotFound) IsRedirect() bool
- func (o *UpdateFrontendNotFound) IsServerError() bool
- func (o *UpdateFrontendNotFound) IsSuccess() bool
- func (o *UpdateFrontendNotFound) String() string
- type UpdateFrontendOK
- func (o *UpdateFrontendOK) Code() int
- func (o *UpdateFrontendOK) Error() string
- func (o *UpdateFrontendOK) IsClientError() bool
- func (o *UpdateFrontendOK) IsCode(code int) bool
- func (o *UpdateFrontendOK) IsRedirect() bool
- func (o *UpdateFrontendOK) IsServerError() bool
- func (o *UpdateFrontendOK) IsSuccess() bool
- func (o *UpdateFrontendOK) String() string
- type UpdateFrontendParams
- func NewUpdateFrontendParams() *UpdateFrontendParams
- func NewUpdateFrontendParamsWithContext(ctx context.Context) *UpdateFrontendParams
- func NewUpdateFrontendParamsWithHTTPClient(client *http.Client) *UpdateFrontendParams
- func NewUpdateFrontendParamsWithTimeout(timeout time.Duration) *UpdateFrontendParams
- func (o *UpdateFrontendParams) SetBody(body *rest_model_zrok.UpdateFrontendRequest)
- func (o *UpdateFrontendParams) SetContext(ctx context.Context)
- func (o *UpdateFrontendParams) SetDefaults()
- func (o *UpdateFrontendParams) SetHTTPClient(client *http.Client)
- func (o *UpdateFrontendParams) SetTimeout(timeout time.Duration)
- func (o *UpdateFrontendParams) WithBody(body *rest_model_zrok.UpdateFrontendRequest) *UpdateFrontendParams
- func (o *UpdateFrontendParams) WithContext(ctx context.Context) *UpdateFrontendParams
- func (o *UpdateFrontendParams) WithDefaults() *UpdateFrontendParams
- func (o *UpdateFrontendParams) WithHTTPClient(client *http.Client) *UpdateFrontendParams
- func (o *UpdateFrontendParams) WithTimeout(timeout time.Duration) *UpdateFrontendParams
- func (o *UpdateFrontendParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateFrontendReader
- type UpdateFrontendUnauthorized
- func (o *UpdateFrontendUnauthorized) Code() int
- func (o *UpdateFrontendUnauthorized) Error() string
- func (o *UpdateFrontendUnauthorized) IsClientError() bool
- func (o *UpdateFrontendUnauthorized) IsCode(code int) bool
- func (o *UpdateFrontendUnauthorized) IsRedirect() bool
- func (o *UpdateFrontendUnauthorized) IsServerError() bool
- func (o *UpdateFrontendUnauthorized) IsSuccess() bool
- func (o *UpdateFrontendUnauthorized) String() string
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
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
func (o *AddOrganizationMemberCreated) Code() int
Code gets the status code for the add organization member created response
func (*AddOrganizationMemberCreated) Error ¶ added in v0.4.45
func (o *AddOrganizationMemberCreated) Error() string
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
func (o *AddOrganizationMemberCreated) String() string
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
func (o *AddOrganizationMemberInternalServerError) Code() int
Code gets the status code for the add organization member internal server error response
func (*AddOrganizationMemberInternalServerError) Error ¶ added in v0.4.45
func (o *AddOrganizationMemberInternalServerError) Error() string
func (*AddOrganizationMemberInternalServerError) IsClientError ¶ added in v0.4.45
func (o *AddOrganizationMemberInternalServerError) IsClientError() bool
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
func (o *AddOrganizationMemberInternalServerError) IsCode(code int) bool
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
func (o *AddOrganizationMemberInternalServerError) IsRedirect() bool
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
func (o *AddOrganizationMemberInternalServerError) IsServerError() bool
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
func (o *AddOrganizationMemberInternalServerError) IsSuccess() bool
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
func (o *AddOrganizationMemberInternalServerError) String() string
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
func (o *AddOrganizationMemberNotFound) Code() int
Code gets the status code for the add organization member not found response
func (*AddOrganizationMemberNotFound) Error ¶ added in v0.4.45
func (o *AddOrganizationMemberNotFound) Error() string
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
func (o *AddOrganizationMemberNotFound) String() string
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
func (o *AddOrganizationMemberParams) SetBody(body AddOrganizationMemberBody)
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
func (o *AddOrganizationMemberParams) WithBody(body AddOrganizationMemberBody) *AddOrganizationMemberParams
WithBody adds the body to the add organization member params
func (*AddOrganizationMemberParams) WithContext ¶ added in v0.4.45
func (o *AddOrganizationMemberParams) WithContext(ctx context.Context) *AddOrganizationMemberParams
WithContext adds the context to the add organization member params
func (*AddOrganizationMemberParams) WithDefaults ¶ added in v0.4.45
func (o *AddOrganizationMemberParams) WithDefaults() *AddOrganizationMemberParams
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
func (o *AddOrganizationMemberParams) WithHTTPClient(client *http.Client) *AddOrganizationMemberParams
WithHTTPClient adds the HTTPClient to the add organization member params
func (*AddOrganizationMemberParams) WithTimeout ¶ added in v0.4.45
func (o *AddOrganizationMemberParams) WithTimeout(timeout time.Duration) *AddOrganizationMemberParams
WithTimeout adds the timeout to the add organization member params
func (*AddOrganizationMemberParams) WriteToRequest ¶ added in v0.4.45
func (o *AddOrganizationMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *AddOrganizationMemberUnauthorized) Code() int
Code gets the status code for the add organization member unauthorized response
func (*AddOrganizationMemberUnauthorized) Error ¶ added in v0.4.45
func (o *AddOrganizationMemberUnauthorized) Error() string
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
func (o *AddOrganizationMemberUnauthorized) String() string
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
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
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 (o *CreateAccountCreated) GetPayload() *CreateAccountCreatedBody
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
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
func (o *CreateAccountInternalServerError) Code() int
Code gets the status code for the create account internal server error response
func (*CreateAccountInternalServerError) Error ¶ added in v0.4.39
func (o *CreateAccountInternalServerError) Error() string
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
func (o *CreateAccountInternalServerError) String() string
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
func (o *CreateAccountParams) WithBody(body CreateAccountBody) *CreateAccountParams
WithBody adds the body to the create account params
func (*CreateAccountParams) WithContext ¶ added in v0.4.39
func (o *CreateAccountParams) WithContext(ctx context.Context) *CreateAccountParams
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 (o *CreateFrontendCreated) GetPayload() *rest_model_zrok.CreateFrontendResponse
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
func (o *CreateFrontendInternalServerError) Code() int
Code gets the status code for the create frontend internal server error response
func (*CreateFrontendInternalServerError) Error ¶
func (o *CreateFrontendInternalServerError) Error() string
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 ¶
func (o *CreateFrontendInternalServerError) String() 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 ¶
func (o *CreateFrontendParams) SetBody(body *rest_model_zrok.CreateFrontendRequest)
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 ¶
func (o *CreateFrontendParams) WithBody(body *rest_model_zrok.CreateFrontendRequest) *CreateFrontendParams
WithBody adds the body to the create frontend params
func (*CreateFrontendParams) WithContext ¶
func (o *CreateFrontendParams) WithContext(ctx context.Context) *CreateFrontendParams
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 (o *CreateFrontendUnauthorized) Error() string
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 ¶
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
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 (o *CreateIdentityCreated) GetPayload() *CreateIdentityCreatedBody
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
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
func (o *CreateIdentityInternalServerError) Code() int
Code gets the status code for the create identity internal server error response
func (*CreateIdentityInternalServerError) Error ¶
func (o *CreateIdentityInternalServerError) Error() string
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 ¶
func (o *CreateIdentityInternalServerError) String() 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 ¶
func (o *CreateIdentityParams) WithBody(body CreateIdentityBody) *CreateIdentityParams
WithBody adds the body to the create identity params
func (*CreateIdentityParams) WithContext ¶
func (o *CreateIdentityParams) WithContext(ctx context.Context) *CreateIdentityParams
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 (o *CreateIdentityUnauthorized) Error() string
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
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 (o *CreateOrganizationCreated) GetPayload() *CreateOrganizationCreatedBody
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
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
func (o *CreateOrganizationInternalServerError) Code() int
Code gets the status code for the create organization internal server error response
func (*CreateOrganizationInternalServerError) Error ¶ added in v0.4.45
func (o *CreateOrganizationInternalServerError) Error() string
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
func (o *CreateOrganizationInternalServerError) IsCode(code int) bool
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
func (o *CreateOrganizationInternalServerError) IsRedirect() bool
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
func (o *CreateOrganizationInternalServerError) IsSuccess() bool
IsSuccess returns true when this create organization internal server error response has a 2xx status code
func (*CreateOrganizationInternalServerError) String ¶ added in v0.4.45
func (o *CreateOrganizationInternalServerError) String() string
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
func (o *CreateOrganizationParams) SetBody(body CreateOrganizationBody)
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
func (o *CreateOrganizationParams) WithBody(body CreateOrganizationBody) *CreateOrganizationParams
WithBody adds the body to the create organization params
func (*CreateOrganizationParams) WithContext ¶ added in v0.4.45
func (o *CreateOrganizationParams) WithContext(ctx context.Context) *CreateOrganizationParams
WithContext adds the context to the create organization params
func (*CreateOrganizationParams) WithDefaults ¶ added in v0.4.45
func (o *CreateOrganizationParams) WithDefaults() *CreateOrganizationParams
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
func (o *CreateOrganizationParams) WithTimeout(timeout time.Duration) *CreateOrganizationParams
WithTimeout adds the timeout to the create organization params
func (*CreateOrganizationParams) WriteToRequest ¶ added in v0.4.45
func (o *CreateOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *CreateOrganizationUnauthorized) Code() int
Code gets the status code for the create organization unauthorized response
func (*CreateOrganizationUnauthorized) Error ¶ added in v0.4.45
func (o *CreateOrganizationUnauthorized) Error() string
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
func (o *CreateOrganizationUnauthorized) String() string
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
func (o *DeleteFrontendInternalServerError) Code() int
Code gets the status code for the delete frontend internal server error response
func (*DeleteFrontendInternalServerError) Error ¶
func (o *DeleteFrontendInternalServerError) Error() string
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 ¶
func (o *DeleteFrontendInternalServerError) String() 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 ¶
func (o *DeleteFrontendParams) SetBody(body *rest_model_zrok.DeleteFrontendRequest)
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 ¶
func (o *DeleteFrontendParams) WithBody(body *rest_model_zrok.DeleteFrontendRequest) *DeleteFrontendParams
WithBody adds the body to the delete frontend params
func (*DeleteFrontendParams) WithContext ¶
func (o *DeleteFrontendParams) WithContext(ctx context.Context) *DeleteFrontendParams
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 (o *DeleteFrontendUnauthorized) Error() string
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
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
func (o *DeleteOrganizationInternalServerError) Code() int
Code gets the status code for the delete organization internal server error response
func (*DeleteOrganizationInternalServerError) Error ¶ added in v0.4.45
func (o *DeleteOrganizationInternalServerError) Error() string
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
func (o *DeleteOrganizationInternalServerError) IsCode(code int) bool
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
func (o *DeleteOrganizationInternalServerError) IsRedirect() bool
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
func (o *DeleteOrganizationInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete organization internal server error response has a 2xx status code
func (*DeleteOrganizationInternalServerError) String ¶ added in v0.4.45
func (o *DeleteOrganizationInternalServerError) String() string
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 (o *DeleteOrganizationNotFound) Error() string
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
func (o *DeleteOrganizationParams) SetBody(body DeleteOrganizationBody)
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
func (o *DeleteOrganizationParams) WithBody(body DeleteOrganizationBody) *DeleteOrganizationParams
WithBody adds the body to the delete organization params
func (*DeleteOrganizationParams) WithContext ¶ added in v0.4.45
func (o *DeleteOrganizationParams) WithContext(ctx context.Context) *DeleteOrganizationParams
WithContext adds the context to the delete organization params
func (*DeleteOrganizationParams) WithDefaults ¶ added in v0.4.45
func (o *DeleteOrganizationParams) WithDefaults() *DeleteOrganizationParams
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
func (o *DeleteOrganizationParams) WithTimeout(timeout time.Duration) *DeleteOrganizationParams
WithTimeout adds the timeout to the delete organization params
func (*DeleteOrganizationParams) WriteToRequest ¶ added in v0.4.45
func (o *DeleteOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *DeleteOrganizationUnauthorized) Code() int
Code gets the status code for the delete organization unauthorized response
func (*DeleteOrganizationUnauthorized) Error ¶ added in v0.4.45
func (o *DeleteOrganizationUnauthorized) Error() string
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
func (o *DeleteOrganizationUnauthorized) String() string
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
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
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) IsClientError ¶ added in v0.4.40
IsClientError returns true when this grants o k response has a 4xx status code
func (*GrantsOK) IsCode ¶ added in v0.4.40
IsCode returns true when this grants o k response a status code equal to that given
func (*GrantsOK) IsRedirect ¶ added in v0.4.40
IsRedirect returns true when this grants o k response has a 3xx status code
func (*GrantsOK) IsServerError ¶ added in v0.4.40
IsServerError returns true when this grants o k response has a 5xx status code
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
func (o *InviteTokenGenerateBadRequest) Code() int
Code gets the status code for the invite token generate bad request response
func (*InviteTokenGenerateBadRequest) Error ¶
func (o *InviteTokenGenerateBadRequest) Error() string
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 ¶
func (o *InviteTokenGenerateBadRequest) String() 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 (o *InviteTokenGenerateCreated) Error() string
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
func (o *InviteTokenGenerateInternalServerError) Code() int
Code gets the status code for the invite token generate internal server error response
func (*InviteTokenGenerateInternalServerError) Error ¶
func (o *InviteTokenGenerateInternalServerError) Error() string
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 ¶
func (o *InviteTokenGenerateInternalServerError) IsCode(code int) bool
IsCode returns true when this invite token generate internal server error response a status code equal to that given
func (*InviteTokenGenerateInternalServerError) IsRedirect ¶
func (o *InviteTokenGenerateInternalServerError) IsRedirect() bool
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 ¶
func (o *InviteTokenGenerateInternalServerError) IsSuccess() bool
IsSuccess returns true when this invite token generate internal server error response has a 2xx status code
func (*InviteTokenGenerateInternalServerError) String ¶
func (o *InviteTokenGenerateInternalServerError) String() 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 ¶
func (o *InviteTokenGenerateParams) SetBody(body *rest_model_zrok.InviteTokenGenerateRequest)
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 ¶
func (o *InviteTokenGenerateParams) WithBody(body *rest_model_zrok.InviteTokenGenerateRequest) *InviteTokenGenerateParams
WithBody adds the body to the invite token generate params
func (*InviteTokenGenerateParams) WithContext ¶
func (o *InviteTokenGenerateParams) WithContext(ctx context.Context) *InviteTokenGenerateParams
WithContext adds the context to the invite token generate params
func (*InviteTokenGenerateParams) WithDefaults ¶
func (o *InviteTokenGenerateParams) WithDefaults() *InviteTokenGenerateParams
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 ¶
func (o *InviteTokenGenerateParams) WithTimeout(timeout time.Duration) *InviteTokenGenerateParams
WithTimeout adds the timeout to the invite token generate params
func (*InviteTokenGenerateParams) WriteToRequest ¶
func (o *InviteTokenGenerateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *InviteTokenGenerateUnauthorized) Code() int
Code gets the status code for the invite token generate unauthorized response
func (*InviteTokenGenerateUnauthorized) Error ¶
func (o *InviteTokenGenerateUnauthorized) Error() string
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 ¶
func (o *InviteTokenGenerateUnauthorized) String() 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
func (o *ListFrontendsInternalServerError) Code() int
Code gets the status code for the list frontends internal server error response
func (*ListFrontendsInternalServerError) Error ¶
func (o *ListFrontendsInternalServerError) Error() string
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 ¶
func (o *ListFrontendsInternalServerError) String() 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 (o *ListFrontendsOK) GetPayload() rest_model_zrok.PublicFrontendList
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 ¶
func (o *ListFrontendsParams) WithContext(ctx context.Context) *ListFrontendsParams
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
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
func (o *ListOrganizationMembersInternalServerError) Code() int
Code gets the status code for the list organization members internal server error response
func (*ListOrganizationMembersInternalServerError) Error ¶ added in v0.4.45
func (o *ListOrganizationMembersInternalServerError) Error() string
func (*ListOrganizationMembersInternalServerError) IsClientError ¶ added in v0.4.45
func (o *ListOrganizationMembersInternalServerError) IsClientError() bool
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
func (o *ListOrganizationMembersInternalServerError) IsCode(code int) bool
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
func (o *ListOrganizationMembersInternalServerError) IsRedirect() bool
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
func (o *ListOrganizationMembersInternalServerError) IsServerError() bool
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
func (o *ListOrganizationMembersInternalServerError) IsSuccess() bool
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
func (o *ListOrganizationMembersInternalServerError) String() string
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
func (o *ListOrganizationMembersNotFound) Code() int
Code gets the status code for the list organization members not found response
func (*ListOrganizationMembersNotFound) Error ¶ added in v0.4.45
func (o *ListOrganizationMembersNotFound) Error() string
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
func (o *ListOrganizationMembersNotFound) String() string
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 (o *ListOrganizationMembersOK) GetPayload() *ListOrganizationMembersOKBody
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
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
func (o *ListOrganizationMembersOKBodyMembersItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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
func (o *ListOrganizationMembersParams) SetBody(body ListOrganizationMembersBody)
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
func (o *ListOrganizationMembersParams) WithBody(body ListOrganizationMembersBody) *ListOrganizationMembersParams
WithBody adds the body to the list organization members params
func (*ListOrganizationMembersParams) WithContext ¶ added in v0.4.45
func (o *ListOrganizationMembersParams) WithContext(ctx context.Context) *ListOrganizationMembersParams
WithContext adds the context to the list organization members params
func (*ListOrganizationMembersParams) WithDefaults ¶ added in v0.4.45
func (o *ListOrganizationMembersParams) WithDefaults() *ListOrganizationMembersParams
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
func (o *ListOrganizationMembersParams) WithHTTPClient(client *http.Client) *ListOrganizationMembersParams
WithHTTPClient adds the HTTPClient to the list organization members params
func (*ListOrganizationMembersParams) WithTimeout ¶ added in v0.4.45
func (o *ListOrganizationMembersParams) WithTimeout(timeout time.Duration) *ListOrganizationMembersParams
WithTimeout adds the timeout to the list organization members params
func (*ListOrganizationMembersParams) WriteToRequest ¶ added in v0.4.45
func (o *ListOrganizationMembersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *ListOrganizationMembersUnauthorized) Code() int
Code gets the status code for the list organization members unauthorized response
func (*ListOrganizationMembersUnauthorized) Error ¶ added in v0.4.45
func (o *ListOrganizationMembersUnauthorized) Error() string
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
func (o *ListOrganizationMembersUnauthorized) IsCode(code int) bool
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
func (o *ListOrganizationMembersUnauthorized) IsSuccess() bool
IsSuccess returns true when this list organization members unauthorized response has a 2xx status code
func (*ListOrganizationMembersUnauthorized) String ¶ added in v0.4.45
func (o *ListOrganizationMembersUnauthorized) String() string
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
func (o *ListOrganizationsInternalServerError) Code() int
Code gets the status code for the list organizations internal server error response
func (*ListOrganizationsInternalServerError) Error ¶ added in v0.4.45
func (o *ListOrganizationsInternalServerError) Error() string
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
func (o *ListOrganizationsInternalServerError) IsCode(code int) bool
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
func (o *ListOrganizationsInternalServerError) IsRedirect() bool
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
func (o *ListOrganizationsInternalServerError) IsSuccess() bool
IsSuccess returns true when this list organizations internal server error response has a 2xx status code
func (*ListOrganizationsInternalServerError) String ¶ added in v0.4.45
func (o *ListOrganizationsInternalServerError) String() string
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 (o *ListOrganizationsOK) GetPayload() *ListOrganizationsOKBody
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
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
func (o *ListOrganizationsOKBodyOrganizationsItems0) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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
func (o *ListOrganizationsParams) WithContext(ctx context.Context) *ListOrganizationsParams
WithContext adds the context to the list organizations params
func (*ListOrganizationsParams) WithDefaults ¶ added in v0.4.45
func (o *ListOrganizationsParams) WithDefaults() *ListOrganizationsParams
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
func (o *ListOrganizationsParams) WithTimeout(timeout time.Duration) *ListOrganizationsParams
WithTimeout adds the timeout to the list organizations params
func (*ListOrganizationsParams) WriteToRequest ¶ added in v0.4.45
func (o *ListOrganizationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *ListOrganizationsUnauthorized) Code() int
Code gets the status code for the list organizations unauthorized response
func (*ListOrganizationsUnauthorized) Error ¶ added in v0.4.45
func (o *ListOrganizationsUnauthorized) Error() string
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
func (o *ListOrganizationsUnauthorized) String() string
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
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
func (o *RemoveOrganizationMemberInternalServerError) Code() int
Code gets the status code for the remove organization member internal server error response
func (*RemoveOrganizationMemberInternalServerError) Error ¶ added in v0.4.45
func (o *RemoveOrganizationMemberInternalServerError) Error() string
func (*RemoveOrganizationMemberInternalServerError) IsClientError ¶ added in v0.4.45
func (o *RemoveOrganizationMemberInternalServerError) IsClientError() bool
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
func (o *RemoveOrganizationMemberInternalServerError) IsCode(code int) bool
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
func (o *RemoveOrganizationMemberInternalServerError) IsRedirect() bool
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
func (o *RemoveOrganizationMemberInternalServerError) IsServerError() bool
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
func (o *RemoveOrganizationMemberInternalServerError) IsSuccess() bool
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
func (o *RemoveOrganizationMemberInternalServerError) String() string
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
func (o *RemoveOrganizationMemberNotFound) Code() int
Code gets the status code for the remove organization member not found response
func (*RemoveOrganizationMemberNotFound) Error ¶ added in v0.4.45
func (o *RemoveOrganizationMemberNotFound) Error() string
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
func (o *RemoveOrganizationMemberNotFound) String() string
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 (o *RemoveOrganizationMemberOK) Error() string
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
func (o *RemoveOrganizationMemberParams) SetBody(body RemoveOrganizationMemberBody)
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
func (o *RemoveOrganizationMemberParams) WithBody(body RemoveOrganizationMemberBody) *RemoveOrganizationMemberParams
WithBody adds the body to the remove organization member params
func (*RemoveOrganizationMemberParams) WithContext ¶ added in v0.4.45
func (o *RemoveOrganizationMemberParams) WithContext(ctx context.Context) *RemoveOrganizationMemberParams
WithContext adds the context to the remove organization member params
func (*RemoveOrganizationMemberParams) WithDefaults ¶ added in v0.4.45
func (o *RemoveOrganizationMemberParams) WithDefaults() *RemoveOrganizationMemberParams
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
func (o *RemoveOrganizationMemberParams) WithHTTPClient(client *http.Client) *RemoveOrganizationMemberParams
WithHTTPClient adds the HTTPClient to the remove organization member params
func (*RemoveOrganizationMemberParams) WithTimeout ¶ added in v0.4.45
func (o *RemoveOrganizationMemberParams) WithTimeout(timeout time.Duration) *RemoveOrganizationMemberParams
WithTimeout adds the timeout to the remove organization member params
func (*RemoveOrganizationMemberParams) WriteToRequest ¶ added in v0.4.45
func (o *RemoveOrganizationMemberParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *RemoveOrganizationMemberUnauthorized) Code() int
Code gets the status code for the remove organization member unauthorized response
func (*RemoveOrganizationMemberUnauthorized) Error ¶ added in v0.4.45
func (o *RemoveOrganizationMemberUnauthorized) Error() string
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
func (o *RemoveOrganizationMemberUnauthorized) IsCode(code int) bool
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
func (o *RemoveOrganizationMemberUnauthorized) IsRedirect() bool
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
func (o *RemoveOrganizationMemberUnauthorized) IsSuccess() bool
IsSuccess returns true when this remove organization member unauthorized response has a 2xx status code
func (*RemoveOrganizationMemberUnauthorized) String ¶ added in v0.4.45
func (o *RemoveOrganizationMemberUnauthorized) String() string
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
func (o *UpdateFrontendInternalServerError) Code() int
Code gets the status code for the update frontend internal server error response
func (*UpdateFrontendInternalServerError) Error ¶
func (o *UpdateFrontendInternalServerError) Error() string
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 ¶
func (o *UpdateFrontendInternalServerError) String() 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 ¶
func (o *UpdateFrontendParams) SetBody(body *rest_model_zrok.UpdateFrontendRequest)
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 ¶
func (o *UpdateFrontendParams) WithBody(body *rest_model_zrok.UpdateFrontendRequest) *UpdateFrontendParams
WithBody adds the body to the update frontend params
func (*UpdateFrontendParams) WithContext ¶
func (o *UpdateFrontendParams) WithContext(ctx context.Context) *UpdateFrontendParams
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 (o *UpdateFrontendUnauthorized) Error() string
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
Source Files ¶
- add_organization_member_parameters.go
- add_organization_member_responses.go
- admin_client.go
- create_account_parameters.go
- create_account_responses.go
- create_frontend_parameters.go
- create_frontend_responses.go
- create_identity_parameters.go
- create_identity_responses.go
- create_organization_parameters.go
- create_organization_responses.go
- delete_frontend_parameters.go
- delete_frontend_responses.go
- delete_organization_parameters.go
- delete_organization_responses.go
- grants_parameters.go
- grants_responses.go
- invite_token_generate_parameters.go
- invite_token_generate_responses.go
- list_frontends_parameters.go
- list_frontends_responses.go
- list_organization_members_parameters.go
- list_organization_members_responses.go
- list_organizations_parameters.go
- list_organizations_responses.go
- remove_organization_member_parameters.go
- remove_organization_member_responses.go
- update_frontend_parameters.go
- update_frontend_responses.go