Versions in this module Expand all Collapse all v1 v1.0.0 Sep 27, 2024 Changes in this version + type APIPreemptProxyPostGraphqlForbidden struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewAPIPreemptProxyPostGraphqlForbidden() *APIPreemptProxyPostGraphqlForbidden + func (o *APIPreemptProxyPostGraphqlForbidden) Code() int + func (o *APIPreemptProxyPostGraphqlForbidden) Error() string + func (o *APIPreemptProxyPostGraphqlForbidden) GetPayload() *models.MsaReplyMetaOnly + func (o *APIPreemptProxyPostGraphqlForbidden) IsClientError() bool + func (o *APIPreemptProxyPostGraphqlForbidden) IsCode(code int) bool + func (o *APIPreemptProxyPostGraphqlForbidden) IsRedirect() bool + func (o *APIPreemptProxyPostGraphqlForbidden) IsServerError() bool + func (o *APIPreemptProxyPostGraphqlForbidden) IsSuccess() bool + func (o *APIPreemptProxyPostGraphqlForbidden) String() string + type APIPreemptProxyPostGraphqlOK struct + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewAPIPreemptProxyPostGraphqlOK() *APIPreemptProxyPostGraphqlOK + func (o *APIPreemptProxyPostGraphqlOK) Code() int + func (o *APIPreemptProxyPostGraphqlOK) Error() string + func (o *APIPreemptProxyPostGraphqlOK) IsClientError() bool + func (o *APIPreemptProxyPostGraphqlOK) IsCode(code int) bool + func (o *APIPreemptProxyPostGraphqlOK) IsRedirect() bool + func (o *APIPreemptProxyPostGraphqlOK) IsServerError() bool + func (o *APIPreemptProxyPostGraphqlOK) IsSuccess() bool + func (o *APIPreemptProxyPostGraphqlOK) String() string + type APIPreemptProxyPostGraphqlParams struct + Authorization string + Context context.Context + HTTPClient *http.Client + func NewAPIPreemptProxyPostGraphqlParams() *APIPreemptProxyPostGraphqlParams + func NewAPIPreemptProxyPostGraphqlParamsWithContext(ctx context.Context) *APIPreemptProxyPostGraphqlParams + func NewAPIPreemptProxyPostGraphqlParamsWithHTTPClient(client *http.Client) *APIPreemptProxyPostGraphqlParams + func NewAPIPreemptProxyPostGraphqlParamsWithTimeout(timeout time.Duration) *APIPreemptProxyPostGraphqlParams + func (o *APIPreemptProxyPostGraphqlParams) SetAuthorization(authorization string) + func (o *APIPreemptProxyPostGraphqlParams) SetContext(ctx context.Context) + func (o *APIPreemptProxyPostGraphqlParams) SetDefaults() + func (o *APIPreemptProxyPostGraphqlParams) SetHTTPClient(client *http.Client) + func (o *APIPreemptProxyPostGraphqlParams) SetTimeout(timeout time.Duration) + func (o *APIPreemptProxyPostGraphqlParams) WithAuthorization(authorization string) *APIPreemptProxyPostGraphqlParams + func (o *APIPreemptProxyPostGraphqlParams) WithContext(ctx context.Context) *APIPreemptProxyPostGraphqlParams + func (o *APIPreemptProxyPostGraphqlParams) WithDefaults() *APIPreemptProxyPostGraphqlParams + func (o *APIPreemptProxyPostGraphqlParams) WithHTTPClient(client *http.Client) *APIPreemptProxyPostGraphqlParams + func (o *APIPreemptProxyPostGraphqlParams) WithTimeout(timeout time.Duration) *APIPreemptProxyPostGraphqlParams + func (o *APIPreemptProxyPostGraphqlParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type APIPreemptProxyPostGraphqlReader struct + func (o *APIPreemptProxyPostGraphqlReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type APIPreemptProxyPostGraphqlTooManyRequests struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + XRateLimitRetryAfter int64 + func NewAPIPreemptProxyPostGraphqlTooManyRequests() *APIPreemptProxyPostGraphqlTooManyRequests + func (o *APIPreemptProxyPostGraphqlTooManyRequests) Code() int + func (o *APIPreemptProxyPostGraphqlTooManyRequests) Error() string + func (o *APIPreemptProxyPostGraphqlTooManyRequests) GetPayload() *models.MsaReplyMetaOnly + func (o *APIPreemptProxyPostGraphqlTooManyRequests) IsClientError() bool + func (o *APIPreemptProxyPostGraphqlTooManyRequests) IsCode(code int) bool + func (o *APIPreemptProxyPostGraphqlTooManyRequests) IsRedirect() bool + func (o *APIPreemptProxyPostGraphqlTooManyRequests) IsServerError() bool + func (o *APIPreemptProxyPostGraphqlTooManyRequests) IsSuccess() bool + func (o *APIPreemptProxyPostGraphqlTooManyRequests) String() string + type Client struct + func (a *Client) APIPreemptProxyPostGraphql(params *APIPreemptProxyPostGraphqlParams, opts ...ClientOption) (*APIPreemptProxyPostGraphqlOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + APIPreemptProxyPostGraphql func(params *APIPreemptProxyPostGraphqlParams, opts ...ClientOption) (*APIPreemptProxyPostGraphqlOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService