Documentation ¶
Index ¶
- type Client
- type ClientService
- type GetAbiDataInfoUsingPOSTCreated
- type GetAbiDataInfoUsingPOSTForbidden
- type GetAbiDataInfoUsingPOSTNotFound
- type GetAbiDataInfoUsingPOSTOK
- type GetAbiDataInfoUsingPOSTParams
- func NewGetAbiDataInfoUsingPOSTParams() *GetAbiDataInfoUsingPOSTParams
- func NewGetAbiDataInfoUsingPOSTParamsWithContext(ctx context.Context) *GetAbiDataInfoUsingPOSTParams
- func NewGetAbiDataInfoUsingPOSTParamsWithHTTPClient(client *http.Client) *GetAbiDataInfoUsingPOSTParams
- func NewGetAbiDataInfoUsingPOSTParamsWithTimeout(timeout time.Duration) *GetAbiDataInfoUsingPOSTParams
- func (o *GetAbiDataInfoUsingPOSTParams) SetAbiDataRequest(abiDataRequest *models.ParseAbiDataRequest)
- func (o *GetAbiDataInfoUsingPOSTParams) SetAuthorization(authorization *string)
- func (o *GetAbiDataInfoUsingPOSTParams) SetContext(ctx context.Context)
- func (o *GetAbiDataInfoUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *GetAbiDataInfoUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *GetAbiDataInfoUsingPOSTParams) WithAbiDataRequest(abiDataRequest *models.ParseAbiDataRequest) *GetAbiDataInfoUsingPOSTParams
- func (o *GetAbiDataInfoUsingPOSTParams) WithAuthorization(authorization *string) *GetAbiDataInfoUsingPOSTParams
- func (o *GetAbiDataInfoUsingPOSTParams) WithContext(ctx context.Context) *GetAbiDataInfoUsingPOSTParams
- func (o *GetAbiDataInfoUsingPOSTParams) WithHTTPClient(client *http.Client) *GetAbiDataInfoUsingPOSTParams
- func (o *GetAbiDataInfoUsingPOSTParams) WithTimeout(timeout time.Duration) *GetAbiDataInfoUsingPOSTParams
- func (o *GetAbiDataInfoUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAbiDataInfoUsingPOSTReader
- type GetAbiDataInfoUsingPOSTUnauthorized
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 ¶
func (a *Client) GetAbiDataInfoUsingPOST(params *GetAbiDataInfoUsingPOSTParams) (*GetAbiDataInfoUsingPOSTOK, *GetAbiDataInfoUsingPOSTCreated, error)
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 ¶
func (o *GetAbiDataInfoUsingPOSTCreated) Error() string
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 ¶
func (o *GetAbiDataInfoUsingPOSTForbidden) Error() string
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 ¶
func (o *GetAbiDataInfoUsingPOSTNotFound) Error() string
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 ¶
func (o *GetAbiDataInfoUsingPOSTOK) GetPayload() *models.ResponseWrapperParseAbiDataResponse
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 ¶
func (o *GetAbiDataInfoUsingPOSTParams) WithAbiDataRequest(abiDataRequest *models.ParseAbiDataRequest) *GetAbiDataInfoUsingPOSTParams
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 ¶
func (o *GetAbiDataInfoUsingPOSTParams) WithContext(ctx context.Context) *GetAbiDataInfoUsingPOSTParams
WithContext adds the context to the get abi data info using p o s t params
func (*GetAbiDataInfoUsingPOSTParams) WithHTTPClient ¶
func (o *GetAbiDataInfoUsingPOSTParams) WithHTTPClient(client *http.Client) *GetAbiDataInfoUsingPOSTParams
WithHTTPClient adds the HTTPClient to the get abi data info using p o s t params
func (*GetAbiDataInfoUsingPOSTParams) WithTimeout ¶
func (o *GetAbiDataInfoUsingPOSTParams) WithTimeout(timeout time.Duration) *GetAbiDataInfoUsingPOSTParams
WithTimeout adds the timeout to the get abi data info using p o s t params
func (*GetAbiDataInfoUsingPOSTParams) WriteToRequest ¶
func (o *GetAbiDataInfoUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAbiDataInfoUsingPOSTUnauthorized) Error() string