Documentation
¶
Index ¶
- type Client
- type ClientService
- type DustAttackDetectionUsingPOSTCreated
- type DustAttackDetectionUsingPOSTForbidden
- type DustAttackDetectionUsingPOSTNotFound
- type DustAttackDetectionUsingPOSTOK
- type DustAttackDetectionUsingPOSTParams
- func NewDustAttackDetectionUsingPOSTParams() *DustAttackDetectionUsingPOSTParams
- func NewDustAttackDetectionUsingPOSTParamsWithContext(ctx context.Context) *DustAttackDetectionUsingPOSTParams
- func NewDustAttackDetectionUsingPOSTParamsWithHTTPClient(client *http.Client) *DustAttackDetectionUsingPOSTParams
- func NewDustAttackDetectionUsingPOSTParamsWithTimeout(timeout time.Duration) *DustAttackDetectionUsingPOSTParams
- func (o *DustAttackDetectionUsingPOSTParams) SetAuthorization(authorization *string)
- func (o *DustAttackDetectionUsingPOSTParams) SetContext(ctx context.Context)
- func (o *DustAttackDetectionUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *DustAttackDetectionUsingPOSTParams) SetReq(req *models.DustAttackDetectionReq)
- func (o *DustAttackDetectionUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *DustAttackDetectionUsingPOSTParams) WithAuthorization(authorization *string) *DustAttackDetectionUsingPOSTParams
- func (o *DustAttackDetectionUsingPOSTParams) WithContext(ctx context.Context) *DustAttackDetectionUsingPOSTParams
- func (o *DustAttackDetectionUsingPOSTParams) WithHTTPClient(client *http.Client) *DustAttackDetectionUsingPOSTParams
- func (o *DustAttackDetectionUsingPOSTParams) WithReq(req *models.DustAttackDetectionReq) *DustAttackDetectionUsingPOSTParams
- func (o *DustAttackDetectionUsingPOSTParams) WithTimeout(timeout time.Duration) *DustAttackDetectionUsingPOSTParams
- func (o *DustAttackDetectionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DustAttackDetectionUsingPOSTReader
- type DustAttackDetectionUsingPOSTUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for public controller API
func (*Client) DustAttackDetectionUsingPOST ¶
func (a *Client) DustAttackDetectionUsingPOST(params *DustAttackDetectionUsingPOSTParams) (*DustAttackDetectionUsingPOSTOK, *DustAttackDetectionUsingPOSTCreated, error)
DustAttackDetectionUsingPOST dusts attack detection
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface {
DustAttackDetectionUsingPOST(params *DustAttackDetectionUsingPOSTParams) (*DustAttackDetectionUsingPOSTOK, *DustAttackDetectionUsingPOSTCreated, error)
SetTransport(transport runtime.ClientTransport)
}
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new public controller API client.
type DustAttackDetectionUsingPOSTCreated ¶
type DustAttackDetectionUsingPOSTCreated struct {
}
DustAttackDetectionUsingPOSTCreated handles this case with default header values.
Created
func NewDustAttackDetectionUsingPOSTCreated ¶
func NewDustAttackDetectionUsingPOSTCreated() *DustAttackDetectionUsingPOSTCreated
NewDustAttackDetectionUsingPOSTCreated creates a DustAttackDetectionUsingPOSTCreated with default headers values
func (*DustAttackDetectionUsingPOSTCreated) Error ¶
func (o *DustAttackDetectionUsingPOSTCreated) Error() string
type DustAttackDetectionUsingPOSTForbidden ¶
type DustAttackDetectionUsingPOSTForbidden struct {
}
DustAttackDetectionUsingPOSTForbidden handles this case with default header values.
Forbidden
func NewDustAttackDetectionUsingPOSTForbidden ¶
func NewDustAttackDetectionUsingPOSTForbidden() *DustAttackDetectionUsingPOSTForbidden
NewDustAttackDetectionUsingPOSTForbidden creates a DustAttackDetectionUsingPOSTForbidden with default headers values
func (*DustAttackDetectionUsingPOSTForbidden) Error ¶
func (o *DustAttackDetectionUsingPOSTForbidden) Error() string
type DustAttackDetectionUsingPOSTNotFound ¶
type DustAttackDetectionUsingPOSTNotFound struct {
}
DustAttackDetectionUsingPOSTNotFound handles this case with default header values.
Not Found
func NewDustAttackDetectionUsingPOSTNotFound ¶
func NewDustAttackDetectionUsingPOSTNotFound() *DustAttackDetectionUsingPOSTNotFound
NewDustAttackDetectionUsingPOSTNotFound creates a DustAttackDetectionUsingPOSTNotFound with default headers values
func (*DustAttackDetectionUsingPOSTNotFound) Error ¶
func (o *DustAttackDetectionUsingPOSTNotFound) Error() string
type DustAttackDetectionUsingPOSTOK ¶
type DustAttackDetectionUsingPOSTOK struct {
Payload *models.ResponseWrapperDustAttackDetection
}
DustAttackDetectionUsingPOSTOK handles this case with default header values.
OK
func NewDustAttackDetectionUsingPOSTOK ¶
func NewDustAttackDetectionUsingPOSTOK() *DustAttackDetectionUsingPOSTOK
NewDustAttackDetectionUsingPOSTOK creates a DustAttackDetectionUsingPOSTOK with default headers values
func (*DustAttackDetectionUsingPOSTOK) Error ¶
func (o *DustAttackDetectionUsingPOSTOK) Error() string
func (*DustAttackDetectionUsingPOSTOK) GetPayload ¶
func (o *DustAttackDetectionUsingPOSTOK) GetPayload() *models.ResponseWrapperDustAttackDetection
type DustAttackDetectionUsingPOSTParams ¶
type DustAttackDetectionUsingPOSTParams struct {
/*Authorization
Authorization (test:Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
*/
Authorization *string
/*Req
req
*/
Req *models.DustAttackDetectionReq
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DustAttackDetectionUsingPOSTParams contains all the parameters to send to the API endpoint for the dust attack detection using p o s t operation typically these are written to a http.Request
func NewDustAttackDetectionUsingPOSTParams ¶
func NewDustAttackDetectionUsingPOSTParams() *DustAttackDetectionUsingPOSTParams
NewDustAttackDetectionUsingPOSTParams creates a new DustAttackDetectionUsingPOSTParams object with the default values initialized.
func NewDustAttackDetectionUsingPOSTParamsWithContext ¶
func NewDustAttackDetectionUsingPOSTParamsWithContext(ctx context.Context) *DustAttackDetectionUsingPOSTParams
NewDustAttackDetectionUsingPOSTParamsWithContext creates a new DustAttackDetectionUsingPOSTParams object with the default values initialized, and the ability to set a context for a request
func NewDustAttackDetectionUsingPOSTParamsWithHTTPClient ¶
func NewDustAttackDetectionUsingPOSTParamsWithHTTPClient(client *http.Client) *DustAttackDetectionUsingPOSTParams
NewDustAttackDetectionUsingPOSTParamsWithHTTPClient creates a new DustAttackDetectionUsingPOSTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDustAttackDetectionUsingPOSTParamsWithTimeout ¶
func NewDustAttackDetectionUsingPOSTParamsWithTimeout(timeout time.Duration) *DustAttackDetectionUsingPOSTParams
NewDustAttackDetectionUsingPOSTParamsWithTimeout creates a new DustAttackDetectionUsingPOSTParams object with the default values initialized, and the ability to set a timeout on a request
func (*DustAttackDetectionUsingPOSTParams) SetAuthorization ¶
func (o *DustAttackDetectionUsingPOSTParams) SetAuthorization(authorization *string)
SetAuthorization adds the authorization to the dust attack detection using p o s t params
func (*DustAttackDetectionUsingPOSTParams) SetContext ¶
func (o *DustAttackDetectionUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the dust attack detection using p o s t params
func (*DustAttackDetectionUsingPOSTParams) SetHTTPClient ¶
func (o *DustAttackDetectionUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the dust attack detection using p o s t params
func (*DustAttackDetectionUsingPOSTParams) SetReq ¶
func (o *DustAttackDetectionUsingPOSTParams) SetReq(req *models.DustAttackDetectionReq)
SetReq adds the req to the dust attack detection using p o s t params
func (*DustAttackDetectionUsingPOSTParams) SetTimeout ¶
func (o *DustAttackDetectionUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dust attack detection using p o s t params
func (*DustAttackDetectionUsingPOSTParams) WithAuthorization ¶
func (o *DustAttackDetectionUsingPOSTParams) WithAuthorization(authorization *string) *DustAttackDetectionUsingPOSTParams
WithAuthorization adds the authorization to the dust attack detection using p o s t params
func (*DustAttackDetectionUsingPOSTParams) WithContext ¶
func (o *DustAttackDetectionUsingPOSTParams) WithContext(ctx context.Context) *DustAttackDetectionUsingPOSTParams
WithContext adds the context to the dust attack detection using p o s t params
func (*DustAttackDetectionUsingPOSTParams) WithHTTPClient ¶
func (o *DustAttackDetectionUsingPOSTParams) WithHTTPClient(client *http.Client) *DustAttackDetectionUsingPOSTParams
WithHTTPClient adds the HTTPClient to the dust attack detection using p o s t params
func (*DustAttackDetectionUsingPOSTParams) WithReq ¶
func (o *DustAttackDetectionUsingPOSTParams) WithReq(req *models.DustAttackDetectionReq) *DustAttackDetectionUsingPOSTParams
WithReq adds the req to the dust attack detection using p o s t params
func (*DustAttackDetectionUsingPOSTParams) WithTimeout ¶
func (o *DustAttackDetectionUsingPOSTParams) WithTimeout(timeout time.Duration) *DustAttackDetectionUsingPOSTParams
WithTimeout adds the timeout to the dust attack detection using p o s t params
func (*DustAttackDetectionUsingPOSTParams) WriteToRequest ¶
func (o *DustAttackDetectionUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DustAttackDetectionUsingPOSTReader ¶
type DustAttackDetectionUsingPOSTReader struct {
// contains filtered or unexported fields
}
DustAttackDetectionUsingPOSTReader is a Reader for the DustAttackDetectionUsingPOST structure.
func (*DustAttackDetectionUsingPOSTReader) ReadResponse ¶
func (o *DustAttackDetectionUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DustAttackDetectionUsingPOSTUnauthorized ¶
type DustAttackDetectionUsingPOSTUnauthorized struct {
}
DustAttackDetectionUsingPOSTUnauthorized handles this case with default header values.
Unauthorized
func NewDustAttackDetectionUsingPOSTUnauthorized ¶
func NewDustAttackDetectionUsingPOSTUnauthorized() *DustAttackDetectionUsingPOSTUnauthorized
NewDustAttackDetectionUsingPOSTUnauthorized creates a DustAttackDetectionUsingPOSTUnauthorized with default headers values
func (*DustAttackDetectionUsingPOSTUnauthorized) Error ¶
func (o *DustAttackDetectionUsingPOSTUnauthorized) Error() string