contract_abi_controller

package
v1.2.5 Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 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 contract abi controller API

func (*Client) GetAbiDataInfoUsingPOST

GetAbiDataInfoUsingPOST gets abi decode info

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetAbiDataInfoUsingPOST(params *GetAbiDataInfoUsingPOSTParams) (*GetAbiDataInfoUsingPOSTOK, *GetAbiDataInfoUsingPOSTCreated, 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 contract abi controller API client.

type GetAbiDataInfoUsingPOSTCreated

type GetAbiDataInfoUsingPOSTCreated struct {
}

GetAbiDataInfoUsingPOSTCreated handles this case with default header values.

Created

func NewGetAbiDataInfoUsingPOSTCreated

func NewGetAbiDataInfoUsingPOSTCreated() *GetAbiDataInfoUsingPOSTCreated

NewGetAbiDataInfoUsingPOSTCreated creates a GetAbiDataInfoUsingPOSTCreated with default headers values

func (*GetAbiDataInfoUsingPOSTCreated) Error

type GetAbiDataInfoUsingPOSTForbidden

type GetAbiDataInfoUsingPOSTForbidden struct {
}

GetAbiDataInfoUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewGetAbiDataInfoUsingPOSTForbidden

func NewGetAbiDataInfoUsingPOSTForbidden() *GetAbiDataInfoUsingPOSTForbidden

NewGetAbiDataInfoUsingPOSTForbidden creates a GetAbiDataInfoUsingPOSTForbidden with default headers values

func (*GetAbiDataInfoUsingPOSTForbidden) Error

type GetAbiDataInfoUsingPOSTNotFound

type GetAbiDataInfoUsingPOSTNotFound struct {
}

GetAbiDataInfoUsingPOSTNotFound handles this case with default header values.

Not Found

func NewGetAbiDataInfoUsingPOSTNotFound

func NewGetAbiDataInfoUsingPOSTNotFound() *GetAbiDataInfoUsingPOSTNotFound

NewGetAbiDataInfoUsingPOSTNotFound creates a GetAbiDataInfoUsingPOSTNotFound with default headers values

func (*GetAbiDataInfoUsingPOSTNotFound) Error

type GetAbiDataInfoUsingPOSTOK

type GetAbiDataInfoUsingPOSTOK struct {
	Payload *models.ResponseWrapperParseAbiDataResponse
}

GetAbiDataInfoUsingPOSTOK handles this case with default header values.

OK

func NewGetAbiDataInfoUsingPOSTOK

func NewGetAbiDataInfoUsingPOSTOK() *GetAbiDataInfoUsingPOSTOK

NewGetAbiDataInfoUsingPOSTOK creates a GetAbiDataInfoUsingPOSTOK with default headers values

func (*GetAbiDataInfoUsingPOSTOK) Error

func (o *GetAbiDataInfoUsingPOSTOK) Error() string

func (*GetAbiDataInfoUsingPOSTOK) GetPayload

type GetAbiDataInfoUsingPOSTParams

type GetAbiDataInfoUsingPOSTParams struct {

	/*Authorization
	  Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)

	*/
	Authorization *string
	/*AbiDataRequest
	  abiDataRequest

	*/
	AbiDataRequest *models.ParseAbiDataRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAbiDataInfoUsingPOSTParams contains all the parameters to send to the API endpoint for the get abi data info using p o s t operation typically these are written to a http.Request

func NewGetAbiDataInfoUsingPOSTParams

func NewGetAbiDataInfoUsingPOSTParams() *GetAbiDataInfoUsingPOSTParams

NewGetAbiDataInfoUsingPOSTParams creates a new GetAbiDataInfoUsingPOSTParams object with the default values initialized.

func NewGetAbiDataInfoUsingPOSTParamsWithContext

func NewGetAbiDataInfoUsingPOSTParamsWithContext(ctx context.Context) *GetAbiDataInfoUsingPOSTParams

NewGetAbiDataInfoUsingPOSTParamsWithContext creates a new GetAbiDataInfoUsingPOSTParams object with the default values initialized, and the ability to set a context for a request

func NewGetAbiDataInfoUsingPOSTParamsWithHTTPClient

func NewGetAbiDataInfoUsingPOSTParamsWithHTTPClient(client *http.Client) *GetAbiDataInfoUsingPOSTParams

NewGetAbiDataInfoUsingPOSTParamsWithHTTPClient creates a new GetAbiDataInfoUsingPOSTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAbiDataInfoUsingPOSTParamsWithTimeout

func NewGetAbiDataInfoUsingPOSTParamsWithTimeout(timeout time.Duration) *GetAbiDataInfoUsingPOSTParams

NewGetAbiDataInfoUsingPOSTParamsWithTimeout creates a new GetAbiDataInfoUsingPOSTParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAbiDataInfoUsingPOSTParams) SetAbiDataRequest

func (o *GetAbiDataInfoUsingPOSTParams) SetAbiDataRequest(abiDataRequest *models.ParseAbiDataRequest)

SetAbiDataRequest adds the abiDataRequest to the get abi data info using p o s t params

func (*GetAbiDataInfoUsingPOSTParams) SetAuthorization

func (o *GetAbiDataInfoUsingPOSTParams) SetAuthorization(authorization *string)

SetAuthorization adds the authorization to the get abi data info using p o s t params

func (*GetAbiDataInfoUsingPOSTParams) SetContext

func (o *GetAbiDataInfoUsingPOSTParams) SetContext(ctx context.Context)

SetContext adds the context to the get abi data info using p o s t params

func (*GetAbiDataInfoUsingPOSTParams) SetHTTPClient

func (o *GetAbiDataInfoUsingPOSTParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get abi data info using p o s t params

func (*GetAbiDataInfoUsingPOSTParams) SetTimeout

func (o *GetAbiDataInfoUsingPOSTParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get abi data info using p o s t params

func (*GetAbiDataInfoUsingPOSTParams) WithAbiDataRequest

WithAbiDataRequest adds the abiDataRequest to the get abi data info using p o s t params

func (*GetAbiDataInfoUsingPOSTParams) WithAuthorization

func (o *GetAbiDataInfoUsingPOSTParams) WithAuthorization(authorization *string) *GetAbiDataInfoUsingPOSTParams

WithAuthorization adds the authorization to the get abi data info using p o s t params

func (*GetAbiDataInfoUsingPOSTParams) WithContext

WithContext adds the context to the get abi data info using p o s t params

func (*GetAbiDataInfoUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get abi data info using p o s t params

func (*GetAbiDataInfoUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the get abi data info using p o s t params

func (*GetAbiDataInfoUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAbiDataInfoUsingPOSTReader

type GetAbiDataInfoUsingPOSTReader struct {
	// contains filtered or unexported fields
}

GetAbiDataInfoUsingPOSTReader is a Reader for the GetAbiDataInfoUsingPOST structure.

func (*GetAbiDataInfoUsingPOSTReader) ReadResponse

func (o *GetAbiDataInfoUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAbiDataInfoUsingPOSTUnauthorized

type GetAbiDataInfoUsingPOSTUnauthorized struct {
}

GetAbiDataInfoUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewGetAbiDataInfoUsingPOSTUnauthorized

func NewGetAbiDataInfoUsingPOSTUnauthorized() *GetAbiDataInfoUsingPOSTUnauthorized

NewGetAbiDataInfoUsingPOSTUnauthorized creates a GetAbiDataInfoUsingPOSTUnauthorized with default headers values

func (*GetAbiDataInfoUsingPOSTUnauthorized) Error

Jump to

Keyboard shortcuts

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