Versions in this module Expand all Collapse all v0 v0.1.0 Mar 13, 2024 Changes in this version + type Client struct + func (a *Client) CustomEmojisGet(params *CustomEmojisGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CustomEmojisGetOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + CustomEmojisGet func(params *CustomEmojisGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CustomEmojisGetOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CustomEmojisGetInternalServerError struct + func NewCustomEmojisGetInternalServerError() *CustomEmojisGetInternalServerError + func (o *CustomEmojisGetInternalServerError) Code() int + func (o *CustomEmojisGetInternalServerError) Error() string + func (o *CustomEmojisGetInternalServerError) IsClientError() bool + func (o *CustomEmojisGetInternalServerError) IsCode(code int) bool + func (o *CustomEmojisGetInternalServerError) IsRedirect() bool + func (o *CustomEmojisGetInternalServerError) IsServerError() bool + func (o *CustomEmojisGetInternalServerError) IsSuccess() bool + func (o *CustomEmojisGetInternalServerError) String() string + type CustomEmojisGetNotAcceptable struct + func NewCustomEmojisGetNotAcceptable() *CustomEmojisGetNotAcceptable + func (o *CustomEmojisGetNotAcceptable) Code() int + func (o *CustomEmojisGetNotAcceptable) Error() string + func (o *CustomEmojisGetNotAcceptable) IsClientError() bool + func (o *CustomEmojisGetNotAcceptable) IsCode(code int) bool + func (o *CustomEmojisGetNotAcceptable) IsRedirect() bool + func (o *CustomEmojisGetNotAcceptable) IsServerError() bool + func (o *CustomEmojisGetNotAcceptable) IsSuccess() bool + func (o *CustomEmojisGetNotAcceptable) String() string + type CustomEmojisGetOK struct + Payload []*models.Emoji + func NewCustomEmojisGetOK() *CustomEmojisGetOK + func (o *CustomEmojisGetOK) Code() int + func (o *CustomEmojisGetOK) Error() string + func (o *CustomEmojisGetOK) GetPayload() []*models.Emoji + func (o *CustomEmojisGetOK) IsClientError() bool + func (o *CustomEmojisGetOK) IsCode(code int) bool + func (o *CustomEmojisGetOK) IsRedirect() bool + func (o *CustomEmojisGetOK) IsServerError() bool + func (o *CustomEmojisGetOK) IsSuccess() bool + func (o *CustomEmojisGetOK) String() string + type CustomEmojisGetParams struct + Context context.Context + HTTPClient *http.Client + func NewCustomEmojisGetParams() *CustomEmojisGetParams + func NewCustomEmojisGetParamsWithContext(ctx context.Context) *CustomEmojisGetParams + func NewCustomEmojisGetParamsWithHTTPClient(client *http.Client) *CustomEmojisGetParams + func NewCustomEmojisGetParamsWithTimeout(timeout time.Duration) *CustomEmojisGetParams + func (o *CustomEmojisGetParams) SetContext(ctx context.Context) + func (o *CustomEmojisGetParams) SetDefaults() + func (o *CustomEmojisGetParams) SetHTTPClient(client *http.Client) + func (o *CustomEmojisGetParams) SetTimeout(timeout time.Duration) + func (o *CustomEmojisGetParams) WithContext(ctx context.Context) *CustomEmojisGetParams + func (o *CustomEmojisGetParams) WithDefaults() *CustomEmojisGetParams + func (o *CustomEmojisGetParams) WithHTTPClient(client *http.Client) *CustomEmojisGetParams + func (o *CustomEmojisGetParams) WithTimeout(timeout time.Duration) *CustomEmojisGetParams + func (o *CustomEmojisGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CustomEmojisGetReader struct + func (o *CustomEmojisGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CustomEmojisGetUnauthorized struct + func NewCustomEmojisGetUnauthorized() *CustomEmojisGetUnauthorized + func (o *CustomEmojisGetUnauthorized) Code() int + func (o *CustomEmojisGetUnauthorized) Error() string + func (o *CustomEmojisGetUnauthorized) IsClientError() bool + func (o *CustomEmojisGetUnauthorized) IsCode(code int) bool + func (o *CustomEmojisGetUnauthorized) IsRedirect() bool + func (o *CustomEmojisGetUnauthorized) IsServerError() bool + func (o *CustomEmojisGetUnauthorized) IsSuccess() bool + func (o *CustomEmojisGetUnauthorized) String() string