Versions in this module Expand all Collapse all v0 v0.1.0 Mar 13, 2024 Changes in this version + type AppCreateBadRequest struct + func NewAppCreateBadRequest() *AppCreateBadRequest + func (o *AppCreateBadRequest) Code() int + func (o *AppCreateBadRequest) Error() string + func (o *AppCreateBadRequest) IsClientError() bool + func (o *AppCreateBadRequest) IsCode(code int) bool + func (o *AppCreateBadRequest) IsRedirect() bool + func (o *AppCreateBadRequest) IsServerError() bool + func (o *AppCreateBadRequest) IsSuccess() bool + func (o *AppCreateBadRequest) String() string + type AppCreateForbidden struct + func NewAppCreateForbidden() *AppCreateForbidden + func (o *AppCreateForbidden) Code() int + func (o *AppCreateForbidden) Error() string + func (o *AppCreateForbidden) IsClientError() bool + func (o *AppCreateForbidden) IsCode(code int) bool + func (o *AppCreateForbidden) IsRedirect() bool + func (o *AppCreateForbidden) IsServerError() bool + func (o *AppCreateForbidden) IsSuccess() bool + func (o *AppCreateForbidden) String() string + type AppCreateInternalServerError struct + func NewAppCreateInternalServerError() *AppCreateInternalServerError + func (o *AppCreateInternalServerError) Code() int + func (o *AppCreateInternalServerError) Error() string + func (o *AppCreateInternalServerError) IsClientError() bool + func (o *AppCreateInternalServerError) IsCode(code int) bool + func (o *AppCreateInternalServerError) IsRedirect() bool + func (o *AppCreateInternalServerError) IsServerError() bool + func (o *AppCreateInternalServerError) IsSuccess() bool + func (o *AppCreateInternalServerError) String() string + type AppCreateNotAcceptable struct + func NewAppCreateNotAcceptable() *AppCreateNotAcceptable + func (o *AppCreateNotAcceptable) Code() int + func (o *AppCreateNotAcceptable) Error() string + func (o *AppCreateNotAcceptable) IsClientError() bool + func (o *AppCreateNotAcceptable) IsCode(code int) bool + func (o *AppCreateNotAcceptable) IsRedirect() bool + func (o *AppCreateNotAcceptable) IsServerError() bool + func (o *AppCreateNotAcceptable) IsSuccess() bool + func (o *AppCreateNotAcceptable) String() string + type AppCreateNotFound struct + func NewAppCreateNotFound() *AppCreateNotFound + func (o *AppCreateNotFound) Code() int + func (o *AppCreateNotFound) Error() string + func (o *AppCreateNotFound) IsClientError() bool + func (o *AppCreateNotFound) IsCode(code int) bool + func (o *AppCreateNotFound) IsRedirect() bool + func (o *AppCreateNotFound) IsServerError() bool + func (o *AppCreateNotFound) IsSuccess() bool + func (o *AppCreateNotFound) String() string + type AppCreateOK struct + Payload *models.Application + func NewAppCreateOK() *AppCreateOK + func (o *AppCreateOK) Code() int + func (o *AppCreateOK) Error() string + func (o *AppCreateOK) GetPayload() *models.Application + func (o *AppCreateOK) IsClientError() bool + func (o *AppCreateOK) IsCode(code int) bool + func (o *AppCreateOK) IsRedirect() bool + func (o *AppCreateOK) IsServerError() bool + func (o *AppCreateOK) IsSuccess() bool + func (o *AppCreateOK) String() string + type AppCreateParams struct + ClientName string + Context context.Context + HTTPClient *http.Client + RedirectURIs string + Scopes *string + Website *string + func NewAppCreateParams() *AppCreateParams + func NewAppCreateParamsWithContext(ctx context.Context) *AppCreateParams + func NewAppCreateParamsWithHTTPClient(client *http.Client) *AppCreateParams + func NewAppCreateParamsWithTimeout(timeout time.Duration) *AppCreateParams + func (o *AppCreateParams) SetClientName(clientName string) + func (o *AppCreateParams) SetContext(ctx context.Context) + func (o *AppCreateParams) SetDefaults() + func (o *AppCreateParams) SetHTTPClient(client *http.Client) + func (o *AppCreateParams) SetRedirectURIs(redirectUris string) + func (o *AppCreateParams) SetScopes(scopes *string) + func (o *AppCreateParams) SetTimeout(timeout time.Duration) + func (o *AppCreateParams) SetWebsite(website *string) + func (o *AppCreateParams) WithClientName(clientName string) *AppCreateParams + func (o *AppCreateParams) WithContext(ctx context.Context) *AppCreateParams + func (o *AppCreateParams) WithDefaults() *AppCreateParams + func (o *AppCreateParams) WithHTTPClient(client *http.Client) *AppCreateParams + func (o *AppCreateParams) WithRedirectURIs(redirectUris string) *AppCreateParams + func (o *AppCreateParams) WithScopes(scopes *string) *AppCreateParams + func (o *AppCreateParams) WithTimeout(timeout time.Duration) *AppCreateParams + func (o *AppCreateParams) WithWebsite(website *string) *AppCreateParams + func (o *AppCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AppCreateReader struct + func (o *AppCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type AppCreateUnauthorized struct + func NewAppCreateUnauthorized() *AppCreateUnauthorized + func (o *AppCreateUnauthorized) Code() int + func (o *AppCreateUnauthorized) Error() string + func (o *AppCreateUnauthorized) IsClientError() bool + func (o *AppCreateUnauthorized) IsCode(code int) bool + func (o *AppCreateUnauthorized) IsRedirect() bool + func (o *AppCreateUnauthorized) IsServerError() bool + func (o *AppCreateUnauthorized) IsSuccess() bool + func (o *AppCreateUnauthorized) String() string + type Client struct + func (a *Client) AppCreate(params *AppCreateParams, opts ...ClientOption) (*AppCreateOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + AppCreate func(params *AppCreateParams, opts ...ClientOption) (*AppCreateOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService