Versions in this module Expand all Collapse all v2 v2.5.0 Oct 11, 2024 Changes in this version + type Client struct + func (a *Client) CreateMessage(params *CreateMessageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateMessageOK, error) + func (a *Client) DeleteAppMessages(params *DeleteAppMessagesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppMessagesOK, error) + func (a *Client) DeleteMessage(params *DeleteMessageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteMessageOK, error) + func (a *Client) DeleteMessages(params *DeleteMessagesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteMessagesOK, error) + func (a *Client) GetAppMessages(params *GetAppMessagesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppMessagesOK, error) + func (a *Client) GetMessages(params *GetMessagesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetMessagesOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) StreamMessages(params *StreamMessagesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*StreamMessagesOK, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + CreateMessage func(params *CreateMessageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateMessageOK, error) + DeleteAppMessages func(params *DeleteAppMessagesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppMessagesOK, error) + DeleteMessage func(params *DeleteMessageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteMessageOK, error) + DeleteMessages func(params *DeleteMessagesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteMessagesOK, error) + GetAppMessages func(params *GetAppMessagesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppMessagesOK, error) + GetMessages func(params *GetMessagesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetMessagesOK, error) + SetTransport func(transport runtime.ClientTransport) + StreamMessages func(params *StreamMessagesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*StreamMessagesOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService + func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService + type CreateMessageBadRequest struct + Payload *models.Error + func NewCreateMessageBadRequest() *CreateMessageBadRequest + func (o *CreateMessageBadRequest) Code() int + func (o *CreateMessageBadRequest) Error() string + func (o *CreateMessageBadRequest) GetPayload() *models.Error + func (o *CreateMessageBadRequest) IsClientError() bool + func (o *CreateMessageBadRequest) IsCode(code int) bool + func (o *CreateMessageBadRequest) IsRedirect() bool + func (o *CreateMessageBadRequest) IsServerError() bool + func (o *CreateMessageBadRequest) IsSuccess() bool + func (o *CreateMessageBadRequest) String() string + type CreateMessageForbidden struct + Payload *models.Error + func NewCreateMessageForbidden() *CreateMessageForbidden + func (o *CreateMessageForbidden) Code() int + func (o *CreateMessageForbidden) Error() string + func (o *CreateMessageForbidden) GetPayload() *models.Error + func (o *CreateMessageForbidden) IsClientError() bool + func (o *CreateMessageForbidden) IsCode(code int) bool + func (o *CreateMessageForbidden) IsRedirect() bool + func (o *CreateMessageForbidden) IsServerError() bool + func (o *CreateMessageForbidden) IsSuccess() bool + func (o *CreateMessageForbidden) String() string + type CreateMessageOK struct + Payload *models.MessageExternal + func NewCreateMessageOK() *CreateMessageOK + func (o *CreateMessageOK) Code() int + func (o *CreateMessageOK) Error() string + func (o *CreateMessageOK) GetPayload() *models.MessageExternal + func (o *CreateMessageOK) IsClientError() bool + func (o *CreateMessageOK) IsCode(code int) bool + func (o *CreateMessageOK) IsRedirect() bool + func (o *CreateMessageOK) IsServerError() bool + func (o *CreateMessageOK) IsSuccess() bool + func (o *CreateMessageOK) String() string + type CreateMessageParams struct + Body *models.MessageExternal + Context context.Context + HTTPClient *http.Client + func NewCreateMessageParams() *CreateMessageParams + func NewCreateMessageParamsWithContext(ctx context.Context) *CreateMessageParams + func NewCreateMessageParamsWithHTTPClient(client *http.Client) *CreateMessageParams + func NewCreateMessageParamsWithTimeout(timeout time.Duration) *CreateMessageParams + func (o *CreateMessageParams) SetBody(body *models.MessageExternal) + func (o *CreateMessageParams) SetContext(ctx context.Context) + func (o *CreateMessageParams) SetDefaults() + func (o *CreateMessageParams) SetHTTPClient(client *http.Client) + func (o *CreateMessageParams) SetTimeout(timeout time.Duration) + func (o *CreateMessageParams) WithBody(body *models.MessageExternal) *CreateMessageParams + func (o *CreateMessageParams) WithContext(ctx context.Context) *CreateMessageParams + func (o *CreateMessageParams) WithDefaults() *CreateMessageParams + func (o *CreateMessageParams) WithHTTPClient(client *http.Client) *CreateMessageParams + func (o *CreateMessageParams) WithTimeout(timeout time.Duration) *CreateMessageParams + func (o *CreateMessageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateMessageReader struct + func (o *CreateMessageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateMessageUnauthorized struct + Payload *models.Error + func NewCreateMessageUnauthorized() *CreateMessageUnauthorized + func (o *CreateMessageUnauthorized) Code() int + func (o *CreateMessageUnauthorized) Error() string + func (o *CreateMessageUnauthorized) GetPayload() *models.Error + func (o *CreateMessageUnauthorized) IsClientError() bool + func (o *CreateMessageUnauthorized) IsCode(code int) bool + func (o *CreateMessageUnauthorized) IsRedirect() bool + func (o *CreateMessageUnauthorized) IsServerError() bool + func (o *CreateMessageUnauthorized) IsSuccess() bool + func (o *CreateMessageUnauthorized) String() string + type DeleteAppMessagesBadRequest struct + Payload *models.Error + func NewDeleteAppMessagesBadRequest() *DeleteAppMessagesBadRequest + func (o *DeleteAppMessagesBadRequest) Code() int + func (o *DeleteAppMessagesBadRequest) Error() string + func (o *DeleteAppMessagesBadRequest) GetPayload() *models.Error + func (o *DeleteAppMessagesBadRequest) IsClientError() bool + func (o *DeleteAppMessagesBadRequest) IsCode(code int) bool + func (o *DeleteAppMessagesBadRequest) IsRedirect() bool + func (o *DeleteAppMessagesBadRequest) IsServerError() bool + func (o *DeleteAppMessagesBadRequest) IsSuccess() bool + func (o *DeleteAppMessagesBadRequest) String() string + type DeleteAppMessagesForbidden struct + Payload *models.Error + func NewDeleteAppMessagesForbidden() *DeleteAppMessagesForbidden + func (o *DeleteAppMessagesForbidden) Code() int + func (o *DeleteAppMessagesForbidden) Error() string + func (o *DeleteAppMessagesForbidden) GetPayload() *models.Error + func (o *DeleteAppMessagesForbidden) IsClientError() bool + func (o *DeleteAppMessagesForbidden) IsCode(code int) bool + func (o *DeleteAppMessagesForbidden) IsRedirect() bool + func (o *DeleteAppMessagesForbidden) IsServerError() bool + func (o *DeleteAppMessagesForbidden) IsSuccess() bool + func (o *DeleteAppMessagesForbidden) String() string + type DeleteAppMessagesNotFound struct + Payload *models.Error + func NewDeleteAppMessagesNotFound() *DeleteAppMessagesNotFound + func (o *DeleteAppMessagesNotFound) Code() int + func (o *DeleteAppMessagesNotFound) Error() string + func (o *DeleteAppMessagesNotFound) GetPayload() *models.Error + func (o *DeleteAppMessagesNotFound) IsClientError() bool + func (o *DeleteAppMessagesNotFound) IsCode(code int) bool + func (o *DeleteAppMessagesNotFound) IsRedirect() bool + func (o *DeleteAppMessagesNotFound) IsServerError() bool + func (o *DeleteAppMessagesNotFound) IsSuccess() bool + func (o *DeleteAppMessagesNotFound) String() string + type DeleteAppMessagesOK struct + func NewDeleteAppMessagesOK() *DeleteAppMessagesOK + func (o *DeleteAppMessagesOK) Code() int + func (o *DeleteAppMessagesOK) Error() string + func (o *DeleteAppMessagesOK) IsClientError() bool + func (o *DeleteAppMessagesOK) IsCode(code int) bool + func (o *DeleteAppMessagesOK) IsRedirect() bool + func (o *DeleteAppMessagesOK) IsServerError() bool + func (o *DeleteAppMessagesOK) IsSuccess() bool + func (o *DeleteAppMessagesOK) String() string + type DeleteAppMessagesParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteAppMessagesParams() *DeleteAppMessagesParams + func NewDeleteAppMessagesParamsWithContext(ctx context.Context) *DeleteAppMessagesParams + func NewDeleteAppMessagesParamsWithHTTPClient(client *http.Client) *DeleteAppMessagesParams + func NewDeleteAppMessagesParamsWithTimeout(timeout time.Duration) *DeleteAppMessagesParams + func (o *DeleteAppMessagesParams) SetContext(ctx context.Context) + func (o *DeleteAppMessagesParams) SetDefaults() + func (o *DeleteAppMessagesParams) SetHTTPClient(client *http.Client) + func (o *DeleteAppMessagesParams) SetID(id int64) + func (o *DeleteAppMessagesParams) SetTimeout(timeout time.Duration) + func (o *DeleteAppMessagesParams) WithContext(ctx context.Context) *DeleteAppMessagesParams + func (o *DeleteAppMessagesParams) WithDefaults() *DeleteAppMessagesParams + func (o *DeleteAppMessagesParams) WithHTTPClient(client *http.Client) *DeleteAppMessagesParams + func (o *DeleteAppMessagesParams) WithID(id int64) *DeleteAppMessagesParams + func (o *DeleteAppMessagesParams) WithTimeout(timeout time.Duration) *DeleteAppMessagesParams + func (o *DeleteAppMessagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteAppMessagesReader struct + func (o *DeleteAppMessagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteAppMessagesUnauthorized struct + Payload *models.Error + func NewDeleteAppMessagesUnauthorized() *DeleteAppMessagesUnauthorized + func (o *DeleteAppMessagesUnauthorized) Code() int + func (o *DeleteAppMessagesUnauthorized) Error() string + func (o *DeleteAppMessagesUnauthorized) GetPayload() *models.Error + func (o *DeleteAppMessagesUnauthorized) IsClientError() bool + func (o *DeleteAppMessagesUnauthorized) IsCode(code int) bool + func (o *DeleteAppMessagesUnauthorized) IsRedirect() bool + func (o *DeleteAppMessagesUnauthorized) IsServerError() bool + func (o *DeleteAppMessagesUnauthorized) IsSuccess() bool + func (o *DeleteAppMessagesUnauthorized) String() string + type DeleteMessageBadRequest struct + Payload *models.Error + func NewDeleteMessageBadRequest() *DeleteMessageBadRequest + func (o *DeleteMessageBadRequest) Code() int + func (o *DeleteMessageBadRequest) Error() string + func (o *DeleteMessageBadRequest) GetPayload() *models.Error + func (o *DeleteMessageBadRequest) IsClientError() bool + func (o *DeleteMessageBadRequest) IsCode(code int) bool + func (o *DeleteMessageBadRequest) IsRedirect() bool + func (o *DeleteMessageBadRequest) IsServerError() bool + func (o *DeleteMessageBadRequest) IsSuccess() bool + func (o *DeleteMessageBadRequest) String() string + type DeleteMessageForbidden struct + Payload *models.Error + func NewDeleteMessageForbidden() *DeleteMessageForbidden + func (o *DeleteMessageForbidden) Code() int + func (o *DeleteMessageForbidden) Error() string + func (o *DeleteMessageForbidden) GetPayload() *models.Error + func (o *DeleteMessageForbidden) IsClientError() bool + func (o *DeleteMessageForbidden) IsCode(code int) bool + func (o *DeleteMessageForbidden) IsRedirect() bool + func (o *DeleteMessageForbidden) IsServerError() bool + func (o *DeleteMessageForbidden) IsSuccess() bool + func (o *DeleteMessageForbidden) String() string + type DeleteMessageNotFound struct + Payload *models.Error + func NewDeleteMessageNotFound() *DeleteMessageNotFound + func (o *DeleteMessageNotFound) Code() int + func (o *DeleteMessageNotFound) Error() string + func (o *DeleteMessageNotFound) GetPayload() *models.Error + func (o *DeleteMessageNotFound) IsClientError() bool + func (o *DeleteMessageNotFound) IsCode(code int) bool + func (o *DeleteMessageNotFound) IsRedirect() bool + func (o *DeleteMessageNotFound) IsServerError() bool + func (o *DeleteMessageNotFound) IsSuccess() bool + func (o *DeleteMessageNotFound) String() string + type DeleteMessageOK struct + func NewDeleteMessageOK() *DeleteMessageOK + func (o *DeleteMessageOK) Code() int + func (o *DeleteMessageOK) Error() string + func (o *DeleteMessageOK) IsClientError() bool + func (o *DeleteMessageOK) IsCode(code int) bool + func (o *DeleteMessageOK) IsRedirect() bool + func (o *DeleteMessageOK) IsServerError() bool + func (o *DeleteMessageOK) IsSuccess() bool + func (o *DeleteMessageOK) String() string + type DeleteMessageParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteMessageParams() *DeleteMessageParams + func NewDeleteMessageParamsWithContext(ctx context.Context) *DeleteMessageParams + func NewDeleteMessageParamsWithHTTPClient(client *http.Client) *DeleteMessageParams + func NewDeleteMessageParamsWithTimeout(timeout time.Duration) *DeleteMessageParams + func (o *DeleteMessageParams) SetContext(ctx context.Context) + func (o *DeleteMessageParams) SetDefaults() + func (o *DeleteMessageParams) SetHTTPClient(client *http.Client) + func (o *DeleteMessageParams) SetID(id int64) + func (o *DeleteMessageParams) SetTimeout(timeout time.Duration) + func (o *DeleteMessageParams) WithContext(ctx context.Context) *DeleteMessageParams + func (o *DeleteMessageParams) WithDefaults() *DeleteMessageParams + func (o *DeleteMessageParams) WithHTTPClient(client *http.Client) *DeleteMessageParams + func (o *DeleteMessageParams) WithID(id int64) *DeleteMessageParams + func (o *DeleteMessageParams) WithTimeout(timeout time.Duration) *DeleteMessageParams + func (o *DeleteMessageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteMessageReader struct + func (o *DeleteMessageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteMessageUnauthorized struct + Payload *models.Error + func NewDeleteMessageUnauthorized() *DeleteMessageUnauthorized + func (o *DeleteMessageUnauthorized) Code() int + func (o *DeleteMessageUnauthorized) Error() string + func (o *DeleteMessageUnauthorized) GetPayload() *models.Error + func (o *DeleteMessageUnauthorized) IsClientError() bool + func (o *DeleteMessageUnauthorized) IsCode(code int) bool + func (o *DeleteMessageUnauthorized) IsRedirect() bool + func (o *DeleteMessageUnauthorized) IsServerError() bool + func (o *DeleteMessageUnauthorized) IsSuccess() bool + func (o *DeleteMessageUnauthorized) String() string + type DeleteMessagesForbidden struct + Payload *models.Error + func NewDeleteMessagesForbidden() *DeleteMessagesForbidden + func (o *DeleteMessagesForbidden) Code() int + func (o *DeleteMessagesForbidden) Error() string + func (o *DeleteMessagesForbidden) GetPayload() *models.Error + func (o *DeleteMessagesForbidden) IsClientError() bool + func (o *DeleteMessagesForbidden) IsCode(code int) bool + func (o *DeleteMessagesForbidden) IsRedirect() bool + func (o *DeleteMessagesForbidden) IsServerError() bool + func (o *DeleteMessagesForbidden) IsSuccess() bool + func (o *DeleteMessagesForbidden) String() string + type DeleteMessagesOK struct + func NewDeleteMessagesOK() *DeleteMessagesOK + func (o *DeleteMessagesOK) Code() int + func (o *DeleteMessagesOK) Error() string + func (o *DeleteMessagesOK) IsClientError() bool + func (o *DeleteMessagesOK) IsCode(code int) bool + func (o *DeleteMessagesOK) IsRedirect() bool + func (o *DeleteMessagesOK) IsServerError() bool + func (o *DeleteMessagesOK) IsSuccess() bool + func (o *DeleteMessagesOK) String() string + type DeleteMessagesParams struct + Context context.Context + HTTPClient *http.Client + func NewDeleteMessagesParams() *DeleteMessagesParams + func NewDeleteMessagesParamsWithContext(ctx context.Context) *DeleteMessagesParams + func NewDeleteMessagesParamsWithHTTPClient(client *http.Client) *DeleteMessagesParams + func NewDeleteMessagesParamsWithTimeout(timeout time.Duration) *DeleteMessagesParams + func (o *DeleteMessagesParams) SetContext(ctx context.Context) + func (o *DeleteMessagesParams) SetDefaults() + func (o *DeleteMessagesParams) SetHTTPClient(client *http.Client) + func (o *DeleteMessagesParams) SetTimeout(timeout time.Duration) + func (o *DeleteMessagesParams) WithContext(ctx context.Context) *DeleteMessagesParams + func (o *DeleteMessagesParams) WithDefaults() *DeleteMessagesParams + func (o *DeleteMessagesParams) WithHTTPClient(client *http.Client) *DeleteMessagesParams + func (o *DeleteMessagesParams) WithTimeout(timeout time.Duration) *DeleteMessagesParams + func (o *DeleteMessagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteMessagesReader struct + func (o *DeleteMessagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteMessagesUnauthorized struct + Payload *models.Error + func NewDeleteMessagesUnauthorized() *DeleteMessagesUnauthorized + func (o *DeleteMessagesUnauthorized) Code() int + func (o *DeleteMessagesUnauthorized) Error() string + func (o *DeleteMessagesUnauthorized) GetPayload() *models.Error + func (o *DeleteMessagesUnauthorized) IsClientError() bool + func (o *DeleteMessagesUnauthorized) IsCode(code int) bool + func (o *DeleteMessagesUnauthorized) IsRedirect() bool + func (o *DeleteMessagesUnauthorized) IsServerError() bool + func (o *DeleteMessagesUnauthorized) IsSuccess() bool + func (o *DeleteMessagesUnauthorized) String() string + type GetAppMessagesBadRequest struct + Payload *models.Error + func NewGetAppMessagesBadRequest() *GetAppMessagesBadRequest + func (o *GetAppMessagesBadRequest) Code() int + func (o *GetAppMessagesBadRequest) Error() string + func (o *GetAppMessagesBadRequest) GetPayload() *models.Error + func (o *GetAppMessagesBadRequest) IsClientError() bool + func (o *GetAppMessagesBadRequest) IsCode(code int) bool + func (o *GetAppMessagesBadRequest) IsRedirect() bool + func (o *GetAppMessagesBadRequest) IsServerError() bool + func (o *GetAppMessagesBadRequest) IsSuccess() bool + func (o *GetAppMessagesBadRequest) String() string + type GetAppMessagesForbidden struct + Payload *models.Error + func NewGetAppMessagesForbidden() *GetAppMessagesForbidden + func (o *GetAppMessagesForbidden) Code() int + func (o *GetAppMessagesForbidden) Error() string + func (o *GetAppMessagesForbidden) GetPayload() *models.Error + func (o *GetAppMessagesForbidden) IsClientError() bool + func (o *GetAppMessagesForbidden) IsCode(code int) bool + func (o *GetAppMessagesForbidden) IsRedirect() bool + func (o *GetAppMessagesForbidden) IsServerError() bool + func (o *GetAppMessagesForbidden) IsSuccess() bool + func (o *GetAppMessagesForbidden) String() string + type GetAppMessagesNotFound struct + Payload *models.Error + func NewGetAppMessagesNotFound() *GetAppMessagesNotFound + func (o *GetAppMessagesNotFound) Code() int + func (o *GetAppMessagesNotFound) Error() string + func (o *GetAppMessagesNotFound) GetPayload() *models.Error + func (o *GetAppMessagesNotFound) IsClientError() bool + func (o *GetAppMessagesNotFound) IsCode(code int) bool + func (o *GetAppMessagesNotFound) IsRedirect() bool + func (o *GetAppMessagesNotFound) IsServerError() bool + func (o *GetAppMessagesNotFound) IsSuccess() bool + func (o *GetAppMessagesNotFound) String() string + type GetAppMessagesOK struct + Payload *models.PagedMessages + func NewGetAppMessagesOK() *GetAppMessagesOK + func (o *GetAppMessagesOK) Code() int + func (o *GetAppMessagesOK) Error() string + func (o *GetAppMessagesOK) GetPayload() *models.PagedMessages + func (o *GetAppMessagesOK) IsClientError() bool + func (o *GetAppMessagesOK) IsCode(code int) bool + func (o *GetAppMessagesOK) IsRedirect() bool + func (o *GetAppMessagesOK) IsServerError() bool + func (o *GetAppMessagesOK) IsSuccess() bool + func (o *GetAppMessagesOK) String() string + type GetAppMessagesParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + Limit *int64 + Since *int64 + func NewGetAppMessagesParams() *GetAppMessagesParams + func NewGetAppMessagesParamsWithContext(ctx context.Context) *GetAppMessagesParams + func NewGetAppMessagesParamsWithHTTPClient(client *http.Client) *GetAppMessagesParams + func NewGetAppMessagesParamsWithTimeout(timeout time.Duration) *GetAppMessagesParams + func (o *GetAppMessagesParams) SetContext(ctx context.Context) + func (o *GetAppMessagesParams) SetDefaults() + func (o *GetAppMessagesParams) SetHTTPClient(client *http.Client) + func (o *GetAppMessagesParams) SetID(id int64) + func (o *GetAppMessagesParams) SetLimit(limit *int64) + func (o *GetAppMessagesParams) SetSince(since *int64) + func (o *GetAppMessagesParams) SetTimeout(timeout time.Duration) + func (o *GetAppMessagesParams) WithContext(ctx context.Context) *GetAppMessagesParams + func (o *GetAppMessagesParams) WithDefaults() *GetAppMessagesParams + func (o *GetAppMessagesParams) WithHTTPClient(client *http.Client) *GetAppMessagesParams + func (o *GetAppMessagesParams) WithID(id int64) *GetAppMessagesParams + func (o *GetAppMessagesParams) WithLimit(limit *int64) *GetAppMessagesParams + func (o *GetAppMessagesParams) WithSince(since *int64) *GetAppMessagesParams + func (o *GetAppMessagesParams) WithTimeout(timeout time.Duration) *GetAppMessagesParams + func (o *GetAppMessagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppMessagesReader struct + func (o *GetAppMessagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppMessagesUnauthorized struct + Payload *models.Error + func NewGetAppMessagesUnauthorized() *GetAppMessagesUnauthorized + func (o *GetAppMessagesUnauthorized) Code() int + func (o *GetAppMessagesUnauthorized) Error() string + func (o *GetAppMessagesUnauthorized) GetPayload() *models.Error + func (o *GetAppMessagesUnauthorized) IsClientError() bool + func (o *GetAppMessagesUnauthorized) IsCode(code int) bool + func (o *GetAppMessagesUnauthorized) IsRedirect() bool + func (o *GetAppMessagesUnauthorized) IsServerError() bool + func (o *GetAppMessagesUnauthorized) IsSuccess() bool + func (o *GetAppMessagesUnauthorized) String() string + type GetMessagesBadRequest struct + Payload *models.Error + func NewGetMessagesBadRequest() *GetMessagesBadRequest + func (o *GetMessagesBadRequest) Code() int + func (o *GetMessagesBadRequest) Error() string + func (o *GetMessagesBadRequest) GetPayload() *models.Error + func (o *GetMessagesBadRequest) IsClientError() bool + func (o *GetMessagesBadRequest) IsCode(code int) bool + func (o *GetMessagesBadRequest) IsRedirect() bool + func (o *GetMessagesBadRequest) IsServerError() bool + func (o *GetMessagesBadRequest) IsSuccess() bool + func (o *GetMessagesBadRequest) String() string + type GetMessagesForbidden struct + Payload *models.Error + func NewGetMessagesForbidden() *GetMessagesForbidden + func (o *GetMessagesForbidden) Code() int + func (o *GetMessagesForbidden) Error() string + func (o *GetMessagesForbidden) GetPayload() *models.Error + func (o *GetMessagesForbidden) IsClientError() bool + func (o *GetMessagesForbidden) IsCode(code int) bool + func (o *GetMessagesForbidden) IsRedirect() bool + func (o *GetMessagesForbidden) IsServerError() bool + func (o *GetMessagesForbidden) IsSuccess() bool + func (o *GetMessagesForbidden) String() string + type GetMessagesOK struct + Payload *models.PagedMessages + func NewGetMessagesOK() *GetMessagesOK + func (o *GetMessagesOK) Code() int + func (o *GetMessagesOK) Error() string + func (o *GetMessagesOK) GetPayload() *models.PagedMessages + func (o *GetMessagesOK) IsClientError() bool + func (o *GetMessagesOK) IsCode(code int) bool + func (o *GetMessagesOK) IsRedirect() bool + func (o *GetMessagesOK) IsServerError() bool + func (o *GetMessagesOK) IsSuccess() bool + func (o *GetMessagesOK) String() string + type GetMessagesParams struct + Context context.Context + HTTPClient *http.Client + Limit *int64 + Since *int64 + func NewGetMessagesParams() *GetMessagesParams + func NewGetMessagesParamsWithContext(ctx context.Context) *GetMessagesParams + func NewGetMessagesParamsWithHTTPClient(client *http.Client) *GetMessagesParams + func NewGetMessagesParamsWithTimeout(timeout time.Duration) *GetMessagesParams + func (o *GetMessagesParams) SetContext(ctx context.Context) + func (o *GetMessagesParams) SetDefaults() + func (o *GetMessagesParams) SetHTTPClient(client *http.Client) + func (o *GetMessagesParams) SetLimit(limit *int64) + func (o *GetMessagesParams) SetSince(since *int64) + func (o *GetMessagesParams) SetTimeout(timeout time.Duration) + func (o *GetMessagesParams) WithContext(ctx context.Context) *GetMessagesParams + func (o *GetMessagesParams) WithDefaults() *GetMessagesParams + func (o *GetMessagesParams) WithHTTPClient(client *http.Client) *GetMessagesParams + func (o *GetMessagesParams) WithLimit(limit *int64) *GetMessagesParams + func (o *GetMessagesParams) WithSince(since *int64) *GetMessagesParams + func (o *GetMessagesParams) WithTimeout(timeout time.Duration) *GetMessagesParams + func (o *GetMessagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetMessagesReader struct + func (o *GetMessagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetMessagesUnauthorized struct + Payload *models.Error + func NewGetMessagesUnauthorized() *GetMessagesUnauthorized + func (o *GetMessagesUnauthorized) Code() int + func (o *GetMessagesUnauthorized) Error() string + func (o *GetMessagesUnauthorized) GetPayload() *models.Error + func (o *GetMessagesUnauthorized) IsClientError() bool + func (o *GetMessagesUnauthorized) IsCode(code int) bool + func (o *GetMessagesUnauthorized) IsRedirect() bool + func (o *GetMessagesUnauthorized) IsServerError() bool + func (o *GetMessagesUnauthorized) IsSuccess() bool + func (o *GetMessagesUnauthorized) String() string + type StreamMessagesBadRequest struct + Payload *models.Error + func NewStreamMessagesBadRequest() *StreamMessagesBadRequest + func (o *StreamMessagesBadRequest) Code() int + func (o *StreamMessagesBadRequest) Error() string + func (o *StreamMessagesBadRequest) GetPayload() *models.Error + func (o *StreamMessagesBadRequest) IsClientError() bool + func (o *StreamMessagesBadRequest) IsCode(code int) bool + func (o *StreamMessagesBadRequest) IsRedirect() bool + func (o *StreamMessagesBadRequest) IsServerError() bool + func (o *StreamMessagesBadRequest) IsSuccess() bool + func (o *StreamMessagesBadRequest) String() string + type StreamMessagesForbidden struct + Payload *models.Error + func NewStreamMessagesForbidden() *StreamMessagesForbidden + func (o *StreamMessagesForbidden) Code() int + func (o *StreamMessagesForbidden) Error() string + func (o *StreamMessagesForbidden) GetPayload() *models.Error + func (o *StreamMessagesForbidden) IsClientError() bool + func (o *StreamMessagesForbidden) IsCode(code int) bool + func (o *StreamMessagesForbidden) IsRedirect() bool + func (o *StreamMessagesForbidden) IsServerError() bool + func (o *StreamMessagesForbidden) IsSuccess() bool + func (o *StreamMessagesForbidden) String() string + type StreamMessagesInternalServerError struct + Payload *models.Error + func NewStreamMessagesInternalServerError() *StreamMessagesInternalServerError + func (o *StreamMessagesInternalServerError) Code() int + func (o *StreamMessagesInternalServerError) Error() string + func (o *StreamMessagesInternalServerError) GetPayload() *models.Error + func (o *StreamMessagesInternalServerError) IsClientError() bool + func (o *StreamMessagesInternalServerError) IsCode(code int) bool + func (o *StreamMessagesInternalServerError) IsRedirect() bool + func (o *StreamMessagesInternalServerError) IsServerError() bool + func (o *StreamMessagesInternalServerError) IsSuccess() bool + func (o *StreamMessagesInternalServerError) String() string + type StreamMessagesOK struct + Payload *models.MessageExternal + func NewStreamMessagesOK() *StreamMessagesOK + func (o *StreamMessagesOK) Code() int + func (o *StreamMessagesOK) Error() string + func (o *StreamMessagesOK) GetPayload() *models.MessageExternal + func (o *StreamMessagesOK) IsClientError() bool + func (o *StreamMessagesOK) IsCode(code int) bool + func (o *StreamMessagesOK) IsRedirect() bool + func (o *StreamMessagesOK) IsServerError() bool + func (o *StreamMessagesOK) IsSuccess() bool + func (o *StreamMessagesOK) String() string + type StreamMessagesParams struct + Context context.Context + HTTPClient *http.Client + func NewStreamMessagesParams() *StreamMessagesParams + func NewStreamMessagesParamsWithContext(ctx context.Context) *StreamMessagesParams + func NewStreamMessagesParamsWithHTTPClient(client *http.Client) *StreamMessagesParams + func NewStreamMessagesParamsWithTimeout(timeout time.Duration) *StreamMessagesParams + func (o *StreamMessagesParams) SetContext(ctx context.Context) + func (o *StreamMessagesParams) SetDefaults() + func (o *StreamMessagesParams) SetHTTPClient(client *http.Client) + func (o *StreamMessagesParams) SetTimeout(timeout time.Duration) + func (o *StreamMessagesParams) WithContext(ctx context.Context) *StreamMessagesParams + func (o *StreamMessagesParams) WithDefaults() *StreamMessagesParams + func (o *StreamMessagesParams) WithHTTPClient(client *http.Client) *StreamMessagesParams + func (o *StreamMessagesParams) WithTimeout(timeout time.Duration) *StreamMessagesParams + func (o *StreamMessagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type StreamMessagesReader struct + func (o *StreamMessagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type StreamMessagesUnauthorized struct + Payload *models.Error + func NewStreamMessagesUnauthorized() *StreamMessagesUnauthorized + func (o *StreamMessagesUnauthorized) Code() int + func (o *StreamMessagesUnauthorized) Error() string + func (o *StreamMessagesUnauthorized) GetPayload() *models.Error + func (o *StreamMessagesUnauthorized) IsClientError() bool + func (o *StreamMessagesUnauthorized) IsCode(code int) bool + func (o *StreamMessagesUnauthorized) IsRedirect() bool + func (o *StreamMessagesUnauthorized) IsServerError() bool + func (o *StreamMessagesUnauthorized) IsSuccess() bool + func (o *StreamMessagesUnauthorized) String() string