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) S2sFeaturedCollectionGet(params *S2sFeaturedCollectionGetParams, opts ...ClientOption) (*S2sFeaturedCollectionGetOK, error) + func (a *Client) S2sOutboxGet(params *S2sOutboxGetParams, opts ...ClientOption) (*S2sOutboxGetOK, error) + func (a *Client) S2sRepliesGet(params *S2sRepliesGetParams, opts ...ClientOption) (*S2sRepliesGetOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + S2sFeaturedCollectionGet func(params *S2sFeaturedCollectionGetParams, opts ...ClientOption) (*S2sFeaturedCollectionGetOK, error) + S2sOutboxGet func(params *S2sOutboxGetParams, opts ...ClientOption) (*S2sOutboxGetOK, error) + S2sRepliesGet func(params *S2sRepliesGetParams, opts ...ClientOption) (*S2sRepliesGetOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type S2sFeaturedCollectionGetBadRequest struct + func NewS2sFeaturedCollectionGetBadRequest() *S2sFeaturedCollectionGetBadRequest + func (o *S2sFeaturedCollectionGetBadRequest) Code() int + func (o *S2sFeaturedCollectionGetBadRequest) Error() string + func (o *S2sFeaturedCollectionGetBadRequest) IsClientError() bool + func (o *S2sFeaturedCollectionGetBadRequest) IsCode(code int) bool + func (o *S2sFeaturedCollectionGetBadRequest) IsRedirect() bool + func (o *S2sFeaturedCollectionGetBadRequest) IsServerError() bool + func (o *S2sFeaturedCollectionGetBadRequest) IsSuccess() bool + func (o *S2sFeaturedCollectionGetBadRequest) String() string + type S2sFeaturedCollectionGetForbidden struct + func NewS2sFeaturedCollectionGetForbidden() *S2sFeaturedCollectionGetForbidden + func (o *S2sFeaturedCollectionGetForbidden) Code() int + func (o *S2sFeaturedCollectionGetForbidden) Error() string + func (o *S2sFeaturedCollectionGetForbidden) IsClientError() bool + func (o *S2sFeaturedCollectionGetForbidden) IsCode(code int) bool + func (o *S2sFeaturedCollectionGetForbidden) IsRedirect() bool + func (o *S2sFeaturedCollectionGetForbidden) IsServerError() bool + func (o *S2sFeaturedCollectionGetForbidden) IsSuccess() bool + func (o *S2sFeaturedCollectionGetForbidden) String() string + type S2sFeaturedCollectionGetNotFound struct + func NewS2sFeaturedCollectionGetNotFound() *S2sFeaturedCollectionGetNotFound + func (o *S2sFeaturedCollectionGetNotFound) Code() int + func (o *S2sFeaturedCollectionGetNotFound) Error() string + func (o *S2sFeaturedCollectionGetNotFound) IsClientError() bool + func (o *S2sFeaturedCollectionGetNotFound) IsCode(code int) bool + func (o *S2sFeaturedCollectionGetNotFound) IsRedirect() bool + func (o *S2sFeaturedCollectionGetNotFound) IsServerError() bool + func (o *S2sFeaturedCollectionGetNotFound) IsSuccess() bool + func (o *S2sFeaturedCollectionGetNotFound) String() string + type S2sFeaturedCollectionGetOK struct + Payload *models.SwaggerFeaturedCollection + func NewS2sFeaturedCollectionGetOK() *S2sFeaturedCollectionGetOK + func (o *S2sFeaturedCollectionGetOK) Code() int + func (o *S2sFeaturedCollectionGetOK) Error() string + func (o *S2sFeaturedCollectionGetOK) GetPayload() *models.SwaggerFeaturedCollection + func (o *S2sFeaturedCollectionGetOK) IsClientError() bool + func (o *S2sFeaturedCollectionGetOK) IsCode(code int) bool + func (o *S2sFeaturedCollectionGetOK) IsRedirect() bool + func (o *S2sFeaturedCollectionGetOK) IsServerError() bool + func (o *S2sFeaturedCollectionGetOK) IsSuccess() bool + func (o *S2sFeaturedCollectionGetOK) String() string + type S2sFeaturedCollectionGetParams struct + Context context.Context + HTTPClient *http.Client + Username string + func NewS2sFeaturedCollectionGetParams() *S2sFeaturedCollectionGetParams + func NewS2sFeaturedCollectionGetParamsWithContext(ctx context.Context) *S2sFeaturedCollectionGetParams + func NewS2sFeaturedCollectionGetParamsWithHTTPClient(client *http.Client) *S2sFeaturedCollectionGetParams + func NewS2sFeaturedCollectionGetParamsWithTimeout(timeout time.Duration) *S2sFeaturedCollectionGetParams + func (o *S2sFeaturedCollectionGetParams) SetContext(ctx context.Context) + func (o *S2sFeaturedCollectionGetParams) SetDefaults() + func (o *S2sFeaturedCollectionGetParams) SetHTTPClient(client *http.Client) + func (o *S2sFeaturedCollectionGetParams) SetTimeout(timeout time.Duration) + func (o *S2sFeaturedCollectionGetParams) SetUsername(username string) + func (o *S2sFeaturedCollectionGetParams) WithContext(ctx context.Context) *S2sFeaturedCollectionGetParams + func (o *S2sFeaturedCollectionGetParams) WithDefaults() *S2sFeaturedCollectionGetParams + func (o *S2sFeaturedCollectionGetParams) WithHTTPClient(client *http.Client) *S2sFeaturedCollectionGetParams + func (o *S2sFeaturedCollectionGetParams) WithTimeout(timeout time.Duration) *S2sFeaturedCollectionGetParams + func (o *S2sFeaturedCollectionGetParams) WithUsername(username string) *S2sFeaturedCollectionGetParams + func (o *S2sFeaturedCollectionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type S2sFeaturedCollectionGetReader struct + func (o *S2sFeaturedCollectionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type S2sFeaturedCollectionGetUnauthorized struct + func NewS2sFeaturedCollectionGetUnauthorized() *S2sFeaturedCollectionGetUnauthorized + func (o *S2sFeaturedCollectionGetUnauthorized) Code() int + func (o *S2sFeaturedCollectionGetUnauthorized) Error() string + func (o *S2sFeaturedCollectionGetUnauthorized) IsClientError() bool + func (o *S2sFeaturedCollectionGetUnauthorized) IsCode(code int) bool + func (o *S2sFeaturedCollectionGetUnauthorized) IsRedirect() bool + func (o *S2sFeaturedCollectionGetUnauthorized) IsServerError() bool + func (o *S2sFeaturedCollectionGetUnauthorized) IsSuccess() bool + func (o *S2sFeaturedCollectionGetUnauthorized) String() string + type S2sOutboxGetBadRequest struct + func NewS2sOutboxGetBadRequest() *S2sOutboxGetBadRequest + func (o *S2sOutboxGetBadRequest) Code() int + func (o *S2sOutboxGetBadRequest) Error() string + func (o *S2sOutboxGetBadRequest) IsClientError() bool + func (o *S2sOutboxGetBadRequest) IsCode(code int) bool + func (o *S2sOutboxGetBadRequest) IsRedirect() bool + func (o *S2sOutboxGetBadRequest) IsServerError() bool + func (o *S2sOutboxGetBadRequest) IsSuccess() bool + func (o *S2sOutboxGetBadRequest) String() string + type S2sOutboxGetForbidden struct + func NewS2sOutboxGetForbidden() *S2sOutboxGetForbidden + func (o *S2sOutboxGetForbidden) Code() int + func (o *S2sOutboxGetForbidden) Error() string + func (o *S2sOutboxGetForbidden) IsClientError() bool + func (o *S2sOutboxGetForbidden) IsCode(code int) bool + func (o *S2sOutboxGetForbidden) IsRedirect() bool + func (o *S2sOutboxGetForbidden) IsServerError() bool + func (o *S2sOutboxGetForbidden) IsSuccess() bool + func (o *S2sOutboxGetForbidden) String() string + type S2sOutboxGetNotFound struct + func NewS2sOutboxGetNotFound() *S2sOutboxGetNotFound + func (o *S2sOutboxGetNotFound) Code() int + func (o *S2sOutboxGetNotFound) Error() string + func (o *S2sOutboxGetNotFound) IsClientError() bool + func (o *S2sOutboxGetNotFound) IsCode(code int) bool + func (o *S2sOutboxGetNotFound) IsRedirect() bool + func (o *S2sOutboxGetNotFound) IsServerError() bool + func (o *S2sOutboxGetNotFound) IsSuccess() bool + func (o *S2sOutboxGetNotFound) String() string + type S2sOutboxGetOK struct + Payload *models.SwaggerCollection + func NewS2sOutboxGetOK() *S2sOutboxGetOK + func (o *S2sOutboxGetOK) Code() int + func (o *S2sOutboxGetOK) Error() string + func (o *S2sOutboxGetOK) GetPayload() *models.SwaggerCollection + func (o *S2sOutboxGetOK) IsClientError() bool + func (o *S2sOutboxGetOK) IsCode(code int) bool + func (o *S2sOutboxGetOK) IsRedirect() bool + func (o *S2sOutboxGetOK) IsServerError() bool + func (o *S2sOutboxGetOK) IsSuccess() bool + func (o *S2sOutboxGetOK) String() string + type S2sOutboxGetParams struct + Context context.Context + HTTPClient *http.Client + MaxID *string + MinID *string + Page *bool + Username string + func NewS2sOutboxGetParams() *S2sOutboxGetParams + func NewS2sOutboxGetParamsWithContext(ctx context.Context) *S2sOutboxGetParams + func NewS2sOutboxGetParamsWithHTTPClient(client *http.Client) *S2sOutboxGetParams + func NewS2sOutboxGetParamsWithTimeout(timeout time.Duration) *S2sOutboxGetParams + func (o *S2sOutboxGetParams) SetContext(ctx context.Context) + func (o *S2sOutboxGetParams) SetDefaults() + func (o *S2sOutboxGetParams) SetHTTPClient(client *http.Client) + func (o *S2sOutboxGetParams) SetMaxID(maxID *string) + func (o *S2sOutboxGetParams) SetMinID(minID *string) + func (o *S2sOutboxGetParams) SetPage(page *bool) + func (o *S2sOutboxGetParams) SetTimeout(timeout time.Duration) + func (o *S2sOutboxGetParams) SetUsername(username string) + func (o *S2sOutboxGetParams) WithContext(ctx context.Context) *S2sOutboxGetParams + func (o *S2sOutboxGetParams) WithDefaults() *S2sOutboxGetParams + func (o *S2sOutboxGetParams) WithHTTPClient(client *http.Client) *S2sOutboxGetParams + func (o *S2sOutboxGetParams) WithMaxID(maxID *string) *S2sOutboxGetParams + func (o *S2sOutboxGetParams) WithMinID(minID *string) *S2sOutboxGetParams + func (o *S2sOutboxGetParams) WithPage(page *bool) *S2sOutboxGetParams + func (o *S2sOutboxGetParams) WithTimeout(timeout time.Duration) *S2sOutboxGetParams + func (o *S2sOutboxGetParams) WithUsername(username string) *S2sOutboxGetParams + func (o *S2sOutboxGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type S2sOutboxGetReader struct + func (o *S2sOutboxGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type S2sOutboxGetUnauthorized struct + func NewS2sOutboxGetUnauthorized() *S2sOutboxGetUnauthorized + func (o *S2sOutboxGetUnauthorized) Code() int + func (o *S2sOutboxGetUnauthorized) Error() string + func (o *S2sOutboxGetUnauthorized) IsClientError() bool + func (o *S2sOutboxGetUnauthorized) IsCode(code int) bool + func (o *S2sOutboxGetUnauthorized) IsRedirect() bool + func (o *S2sOutboxGetUnauthorized) IsServerError() bool + func (o *S2sOutboxGetUnauthorized) IsSuccess() bool + func (o *S2sOutboxGetUnauthorized) String() string + type S2sRepliesGetBadRequest struct + func NewS2sRepliesGetBadRequest() *S2sRepliesGetBadRequest + func (o *S2sRepliesGetBadRequest) Code() int + func (o *S2sRepliesGetBadRequest) Error() string + func (o *S2sRepliesGetBadRequest) IsClientError() bool + func (o *S2sRepliesGetBadRequest) IsCode(code int) bool + func (o *S2sRepliesGetBadRequest) IsRedirect() bool + func (o *S2sRepliesGetBadRequest) IsServerError() bool + func (o *S2sRepliesGetBadRequest) IsSuccess() bool + func (o *S2sRepliesGetBadRequest) String() string + type S2sRepliesGetForbidden struct + func NewS2sRepliesGetForbidden() *S2sRepliesGetForbidden + func (o *S2sRepliesGetForbidden) Code() int + func (o *S2sRepliesGetForbidden) Error() string + func (o *S2sRepliesGetForbidden) IsClientError() bool + func (o *S2sRepliesGetForbidden) IsCode(code int) bool + func (o *S2sRepliesGetForbidden) IsRedirect() bool + func (o *S2sRepliesGetForbidden) IsServerError() bool + func (o *S2sRepliesGetForbidden) IsSuccess() bool + func (o *S2sRepliesGetForbidden) String() string + type S2sRepliesGetNotFound struct + func NewS2sRepliesGetNotFound() *S2sRepliesGetNotFound + func (o *S2sRepliesGetNotFound) Code() int + func (o *S2sRepliesGetNotFound) Error() string + func (o *S2sRepliesGetNotFound) IsClientError() bool + func (o *S2sRepliesGetNotFound) IsCode(code int) bool + func (o *S2sRepliesGetNotFound) IsRedirect() bool + func (o *S2sRepliesGetNotFound) IsServerError() bool + func (o *S2sRepliesGetNotFound) IsSuccess() bool + func (o *S2sRepliesGetNotFound) String() string + type S2sRepliesGetOK struct + Payload *models.SwaggerCollection + func NewS2sRepliesGetOK() *S2sRepliesGetOK + func (o *S2sRepliesGetOK) Code() int + func (o *S2sRepliesGetOK) Error() string + func (o *S2sRepliesGetOK) GetPayload() *models.SwaggerCollection + func (o *S2sRepliesGetOK) IsClientError() bool + func (o *S2sRepliesGetOK) IsCode(code int) bool + func (o *S2sRepliesGetOK) IsRedirect() bool + func (o *S2sRepliesGetOK) IsServerError() bool + func (o *S2sRepliesGetOK) IsSuccess() bool + func (o *S2sRepliesGetOK) String() string + type S2sRepliesGetParams struct + Context context.Context + HTTPClient *http.Client + MinID *string + OnlyOtherAccounts *bool + Page *bool + Status string + Username string + func NewS2sRepliesGetParams() *S2sRepliesGetParams + func NewS2sRepliesGetParamsWithContext(ctx context.Context) *S2sRepliesGetParams + func NewS2sRepliesGetParamsWithHTTPClient(client *http.Client) *S2sRepliesGetParams + func NewS2sRepliesGetParamsWithTimeout(timeout time.Duration) *S2sRepliesGetParams + func (o *S2sRepliesGetParams) SetContext(ctx context.Context) + func (o *S2sRepliesGetParams) SetDefaults() + func (o *S2sRepliesGetParams) SetHTTPClient(client *http.Client) + func (o *S2sRepliesGetParams) SetMinID(minID *string) + func (o *S2sRepliesGetParams) SetOnlyOtherAccounts(onlyOtherAccounts *bool) + func (o *S2sRepliesGetParams) SetPage(page *bool) + func (o *S2sRepliesGetParams) SetStatus(status string) + func (o *S2sRepliesGetParams) SetTimeout(timeout time.Duration) + func (o *S2sRepliesGetParams) SetUsername(username string) + func (o *S2sRepliesGetParams) WithContext(ctx context.Context) *S2sRepliesGetParams + func (o *S2sRepliesGetParams) WithDefaults() *S2sRepliesGetParams + func (o *S2sRepliesGetParams) WithHTTPClient(client *http.Client) *S2sRepliesGetParams + func (o *S2sRepliesGetParams) WithMinID(minID *string) *S2sRepliesGetParams + func (o *S2sRepliesGetParams) WithOnlyOtherAccounts(onlyOtherAccounts *bool) *S2sRepliesGetParams + func (o *S2sRepliesGetParams) WithPage(page *bool) *S2sRepliesGetParams + func (o *S2sRepliesGetParams) WithStatus(status string) *S2sRepliesGetParams + func (o *S2sRepliesGetParams) WithTimeout(timeout time.Duration) *S2sRepliesGetParams + func (o *S2sRepliesGetParams) WithUsername(username string) *S2sRepliesGetParams + func (o *S2sRepliesGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type S2sRepliesGetReader struct + func (o *S2sRepliesGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type S2sRepliesGetUnauthorized struct + func NewS2sRepliesGetUnauthorized() *S2sRepliesGetUnauthorized + func (o *S2sRepliesGetUnauthorized) Code() int + func (o *S2sRepliesGetUnauthorized) Error() string + func (o *S2sRepliesGetUnauthorized) IsClientError() bool + func (o *S2sRepliesGetUnauthorized) IsCode(code int) bool + func (o *S2sRepliesGetUnauthorized) IsRedirect() bool + func (o *S2sRepliesGetUnauthorized) IsServerError() bool + func (o *S2sRepliesGetUnauthorized) IsSuccess() bool + func (o *S2sRepliesGetUnauthorized) String() string