Versions in this module Expand all Collapse all v0 v0.24.0 Aug 2, 2022 v0.23.0 Jul 19, 2022 Changes in this version + type Client struct + func (a *Client) GetBansType(params *GetBansTypeParams, authInfo runtime.ClientAuthInfoWriter) (*GetBansTypeOK, *GetBansTypeUnauthorized, *GetBansTypeForbidden, error) + func (a *Client) GetBansTypeShort(params *GetBansTypeParams, authInfo runtime.ClientAuthInfoWriter) (*GetBansTypeOK, error) + func (a *Client) GetListBanReason(params *GetListBanReasonParams, authInfo runtime.ClientAuthInfoWriter) (*GetListBanReasonOK, *GetListBanReasonUnauthorized, *GetListBanReasonForbidden, ...) + func (a *Client) GetListBanReasonShort(params *GetListBanReasonParams, authInfo runtime.ClientAuthInfoWriter) (*GetListBanReasonOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + GetBansType func(params *GetBansTypeParams, authInfo runtime.ClientAuthInfoWriter) (*GetBansTypeOK, *GetBansTypeUnauthorized, *GetBansTypeForbidden, error) + GetBansTypeShort func(params *GetBansTypeParams, authInfo runtime.ClientAuthInfoWriter) (*GetBansTypeOK, error) + GetListBanReason func(params *GetListBanReasonParams, authInfo runtime.ClientAuthInfoWriter) (*GetListBanReasonOK, *GetListBanReasonUnauthorized, *GetListBanReasonForbidden, ...) + GetListBanReasonShort func(params *GetListBanReasonParams, authInfo runtime.ClientAuthInfoWriter) (*GetListBanReasonOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetBansTypeForbidden struct + func NewGetBansTypeForbidden() *GetBansTypeForbidden + func (o *GetBansTypeForbidden) Error() string + type GetBansTypeOK struct + Payload *iamclientmodels.AccountcommonBans + func NewGetBansTypeOK() *GetBansTypeOK + func (o *GetBansTypeOK) Error() string + func (o *GetBansTypeOK) GetPayload() *iamclientmodels.AccountcommonBans + type GetBansTypeParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + func NewGetBansTypeParams() *GetBansTypeParams + func NewGetBansTypeParamsWithContext(ctx context.Context) *GetBansTypeParams + func NewGetBansTypeParamsWithHTTPClient(client *http.Client) *GetBansTypeParams + func NewGetBansTypeParamsWithTimeout(timeout time.Duration) *GetBansTypeParams + func (o *GetBansTypeParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *GetBansTypeParams) SetContext(ctx context.Context) + func (o *GetBansTypeParams) SetHTTPClient(client *http.Client) + func (o *GetBansTypeParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *GetBansTypeParams) SetTimeout(timeout time.Duration) + func (o *GetBansTypeParams) WithContext(ctx context.Context) *GetBansTypeParams + func (o *GetBansTypeParams) WithHTTPClient(client *http.Client) *GetBansTypeParams + func (o *GetBansTypeParams) WithTimeout(timeout time.Duration) *GetBansTypeParams + func (o *GetBansTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetBansTypeReader struct + func (o *GetBansTypeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetBansTypeUnauthorized struct + func NewGetBansTypeUnauthorized() *GetBansTypeUnauthorized + func (o *GetBansTypeUnauthorized) Error() string + type GetListBanReasonForbidden struct + func NewGetListBanReasonForbidden() *GetListBanReasonForbidden + func (o *GetListBanReasonForbidden) Error() string + type GetListBanReasonOK struct + Payload *iamclientmodels.AccountcommonBanReasons + func NewGetListBanReasonOK() *GetListBanReasonOK + func (o *GetListBanReasonOK) Error() string + func (o *GetListBanReasonOK) GetPayload() *iamclientmodels.AccountcommonBanReasons + type GetListBanReasonParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + func NewGetListBanReasonParams() *GetListBanReasonParams + func NewGetListBanReasonParamsWithContext(ctx context.Context) *GetListBanReasonParams + func NewGetListBanReasonParamsWithHTTPClient(client *http.Client) *GetListBanReasonParams + func NewGetListBanReasonParamsWithTimeout(timeout time.Duration) *GetListBanReasonParams + func (o *GetListBanReasonParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *GetListBanReasonParams) SetContext(ctx context.Context) + func (o *GetListBanReasonParams) SetHTTPClient(client *http.Client) + func (o *GetListBanReasonParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *GetListBanReasonParams) SetTimeout(timeout time.Duration) + func (o *GetListBanReasonParams) WithContext(ctx context.Context) *GetListBanReasonParams + func (o *GetListBanReasonParams) WithHTTPClient(client *http.Client) *GetListBanReasonParams + func (o *GetListBanReasonParams) WithTimeout(timeout time.Duration) *GetListBanReasonParams + func (o *GetListBanReasonParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetListBanReasonReader struct + func (o *GetListBanReasonReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetListBanReasonUnauthorized struct + func NewGetListBanReasonUnauthorized() *GetListBanReasonUnauthorized + func (o *GetListBanReasonUnauthorized) Error() string