public_controller

package
v1.2.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

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

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

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

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

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 (*DustAttackDetectionUsingPOSTOK) GetPayload

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

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

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

WithAuthorization adds the authorization to the dust attack detection using p o s t params

func (*DustAttackDetectionUsingPOSTParams) WithContext

WithContext adds the context to the dust attack detection using p o s t params

func (*DustAttackDetectionUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the dust attack detection using p o s t params

func (*DustAttackDetectionUsingPOSTParams) WithReq

WithReq adds the req to the dust attack detection using p o s t params

func (*DustAttackDetectionUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the dust attack detection using p o s t params

func (*DustAttackDetectionUsingPOSTParams) WriteToRequest

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL