lock_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: 11 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 lock controller API

func (*Client) GetNftLockerLockInfosListUsingGET added in v1.2.7

func (a *Client) GetNftLockerLockInfosListUsingGET(params *GetNftLockerLockInfosListUsingGETParams) (*GetNftLockerLockInfosListUsingGETOK, error)

GetNftLockerLockInfosListUsingGET gets lpv3 locker infos

func (*Client) GetNftLockersUsingGET

func (a *Client) GetNftLockersUsingGET(params *GetNftLockersUsingGETParams) (*GetNftLockersUsingGETOK, error)

GetNftLockersUsingGET gets lpv3 locker info

func (*Client) GetTokenLockersUsingGET

func (a *Client) GetTokenLockersUsingGET(params *GetTokenLockersUsingGETParams) (*GetTokenLockersUsingGETOK, error)

GetTokenLockersUsingGET gets token locker info

func (*Client) GetV4NftLockerLockInfosListUsingGET added in v1.2.7

func (a *Client) GetV4NftLockerLockInfosListUsingGET(params *GetV4NftLockerLockInfosListUsingGETParams) (*GetV4NftLockerLockInfosListUsingGETOK, error)

GetV4NftLockerLockInfosListUsingGET gets lpv4 locker infos

func (*Client) GetV4NftLockersUsingGET added in v1.2.7

func (a *Client) GetV4NftLockersUsingGET(params *GetV4NftLockersUsingGETParams) (*GetV4NftLockersUsingGETOK, error)

GetV4NftLockersUsingGET gets v4 nft locker info

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetNftLockerLockInfosListUsingGET(params *GetNftLockerLockInfosListUsingGETParams) (*GetNftLockerLockInfosListUsingGETOK, error)

	GetNftLockersUsingGET(params *GetNftLockersUsingGETParams) (*GetNftLockersUsingGETOK, error)

	GetTokenLockersUsingGET(params *GetTokenLockersUsingGETParams) (*GetTokenLockersUsingGETOK, error)

	GetV4NftLockerLockInfosListUsingGET(params *GetV4NftLockerLockInfosListUsingGETParams) (*GetV4NftLockerLockInfosListUsingGETOK, error)

	GetV4NftLockersUsingGET(params *GetV4NftLockersUsingGETParams) (*GetV4NftLockersUsingGETOK, 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 lock controller API client.

type GetNftLockerLockInfosListUsingGETForbidden added in v1.2.7

type GetNftLockerLockInfosListUsingGETForbidden struct {
}

GetNftLockerLockInfosListUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetNftLockerLockInfosListUsingGETForbidden added in v1.2.7

func NewGetNftLockerLockInfosListUsingGETForbidden() *GetNftLockerLockInfosListUsingGETForbidden

NewGetNftLockerLockInfosListUsingGETForbidden creates a GetNftLockerLockInfosListUsingGETForbidden with default headers values

func (*GetNftLockerLockInfosListUsingGETForbidden) Error added in v1.2.7

type GetNftLockerLockInfosListUsingGETNotFound added in v1.2.7

type GetNftLockerLockInfosListUsingGETNotFound struct {
}

GetNftLockerLockInfosListUsingGETNotFound handles this case with default header values.

Not Found

func NewGetNftLockerLockInfosListUsingGETNotFound added in v1.2.7

func NewGetNftLockerLockInfosListUsingGETNotFound() *GetNftLockerLockInfosListUsingGETNotFound

NewGetNftLockerLockInfosListUsingGETNotFound creates a GetNftLockerLockInfosListUsingGETNotFound with default headers values

func (*GetNftLockerLockInfosListUsingGETNotFound) Error added in v1.2.7

type GetNftLockerLockInfosListUsingGETOK added in v1.2.7

type GetNftLockerLockInfosListUsingGETOK struct {
	Payload *models.ResponseWrapperPageResponseTaNftLockerLockInfo
}

GetNftLockerLockInfosListUsingGETOK handles this case with default header values.

OK

func NewGetNftLockerLockInfosListUsingGETOK added in v1.2.7

func NewGetNftLockerLockInfosListUsingGETOK() *GetNftLockerLockInfosListUsingGETOK

NewGetNftLockerLockInfosListUsingGETOK creates a GetNftLockerLockInfosListUsingGETOK with default headers values

func (*GetNftLockerLockInfosListUsingGETOK) Error added in v1.2.7

func (*GetNftLockerLockInfosListUsingGETOK) GetPayload added in v1.2.7

type GetNftLockerLockInfosListUsingGETParams added in v1.2.7

type GetNftLockerLockInfosListUsingGETParams struct {

	/*PageNum
	  pageNum

	*/
	PageNum int32
	/*PageSize
	  pageSize

	*/
	PageSize int32

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

GetNftLockerLockInfosListUsingGETParams contains all the parameters to send to the API endpoint for the get nft locker lock infos list using g e t operation typically these are written to a http.Request

func NewGetNftLockerLockInfosListUsingGETParams added in v1.2.7

func NewGetNftLockerLockInfosListUsingGETParams() *GetNftLockerLockInfosListUsingGETParams

NewGetNftLockerLockInfosListUsingGETParams creates a new GetNftLockerLockInfosListUsingGETParams object with the default values initialized.

func NewGetNftLockerLockInfosListUsingGETParamsWithContext added in v1.2.7

func NewGetNftLockerLockInfosListUsingGETParamsWithContext(ctx context.Context) *GetNftLockerLockInfosListUsingGETParams

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

func NewGetNftLockerLockInfosListUsingGETParamsWithHTTPClient added in v1.2.7

func NewGetNftLockerLockInfosListUsingGETParamsWithHTTPClient(client *http.Client) *GetNftLockerLockInfosListUsingGETParams

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

func NewGetNftLockerLockInfosListUsingGETParamsWithTimeout added in v1.2.7

func NewGetNftLockerLockInfosListUsingGETParamsWithTimeout(timeout time.Duration) *GetNftLockerLockInfosListUsingGETParams

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

func (*GetNftLockerLockInfosListUsingGETParams) SetContext added in v1.2.7

SetContext adds the context to the get nft locker lock infos list using g e t params

func (*GetNftLockerLockInfosListUsingGETParams) SetHTTPClient added in v1.2.7

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

SetHTTPClient adds the HTTPClient to the get nft locker lock infos list using g e t params

func (*GetNftLockerLockInfosListUsingGETParams) SetPageNum added in v1.2.7

func (o *GetNftLockerLockInfosListUsingGETParams) SetPageNum(pageNum int32)

SetPageNum adds the pageNum to the get nft locker lock infos list using g e t params

func (*GetNftLockerLockInfosListUsingGETParams) SetPageSize added in v1.2.7

func (o *GetNftLockerLockInfosListUsingGETParams) SetPageSize(pageSize int32)

SetPageSize adds the pageSize to the get nft locker lock infos list using g e t params

func (*GetNftLockerLockInfosListUsingGETParams) SetTimeout added in v1.2.7

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

SetTimeout adds the timeout to the get nft locker lock infos list using g e t params

func (*GetNftLockerLockInfosListUsingGETParams) WithContext added in v1.2.7

WithContext adds the context to the get nft locker lock infos list using g e t params

func (*GetNftLockerLockInfosListUsingGETParams) WithHTTPClient added in v1.2.7

WithHTTPClient adds the HTTPClient to the get nft locker lock infos list using g e t params

func (*GetNftLockerLockInfosListUsingGETParams) WithPageNum added in v1.2.7

WithPageNum adds the pageNum to the get nft locker lock infos list using g e t params

func (*GetNftLockerLockInfosListUsingGETParams) WithPageSize added in v1.2.7

WithPageSize adds the pageSize to the get nft locker lock infos list using g e t params

func (*GetNftLockerLockInfosListUsingGETParams) WithTimeout added in v1.2.7

WithTimeout adds the timeout to the get nft locker lock infos list using g e t params

func (*GetNftLockerLockInfosListUsingGETParams) WriteToRequest added in v1.2.7

WriteToRequest writes these params to a swagger request

type GetNftLockerLockInfosListUsingGETReader added in v1.2.7

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

GetNftLockerLockInfosListUsingGETReader is a Reader for the GetNftLockerLockInfosListUsingGET structure.

func (*GetNftLockerLockInfosListUsingGETReader) ReadResponse added in v1.2.7

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

ReadResponse reads a server response into the received o.

type GetNftLockerLockInfosListUsingGETUnauthorized added in v1.2.7

type GetNftLockerLockInfosListUsingGETUnauthorized struct {
}

GetNftLockerLockInfosListUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetNftLockerLockInfosListUsingGETUnauthorized added in v1.2.7

func NewGetNftLockerLockInfosListUsingGETUnauthorized() *GetNftLockerLockInfosListUsingGETUnauthorized

NewGetNftLockerLockInfosListUsingGETUnauthorized creates a GetNftLockerLockInfosListUsingGETUnauthorized with default headers values

func (*GetNftLockerLockInfosListUsingGETUnauthorized) Error added in v1.2.7

type GetNftLockersUsingGETForbidden

type GetNftLockersUsingGETForbidden struct {
}

GetNftLockersUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetNftLockersUsingGETForbidden

func NewGetNftLockersUsingGETForbidden() *GetNftLockersUsingGETForbidden

NewGetNftLockersUsingGETForbidden creates a GetNftLockersUsingGETForbidden with default headers values

func (*GetNftLockersUsingGETForbidden) Error

type GetNftLockersUsingGETNotFound

type GetNftLockersUsingGETNotFound struct {
}

GetNftLockersUsingGETNotFound handles this case with default header values.

Not Found

func NewGetNftLockersUsingGETNotFound

func NewGetNftLockersUsingGETNotFound() *GetNftLockersUsingGETNotFound

NewGetNftLockersUsingGETNotFound creates a GetNftLockersUsingGETNotFound with default headers values

func (*GetNftLockersUsingGETNotFound) Error

type GetNftLockersUsingGETOK

type GetNftLockersUsingGETOK struct {
	Payload *models.ResponseWrapperNftLockerResponse
}

GetNftLockersUsingGETOK handles this case with default header values.

OK

func NewGetNftLockersUsingGETOK

func NewGetNftLockersUsingGETOK() *GetNftLockersUsingGETOK

NewGetNftLockersUsingGETOK creates a GetNftLockersUsingGETOK with default headers values

func (*GetNftLockersUsingGETOK) Error

func (o *GetNftLockersUsingGETOK) Error() string

func (*GetNftLockersUsingGETOK) GetPayload

type GetNftLockersUsingGETParams

type GetNftLockersUsingGETParams struct {

	/*Authorization
	  Authorization token in the format: Bearer <token> (e.g., Bearer eyJsZXZlbCI6NSwiYXBwTmFtZSI6ImF2cyIsImFwcEtleSI6IjFaW...)

	*/
	Authorization *string
	/*ChainID
	  chainId

	*/
	ChainID string
	/*PageNum
	  pageNum

	*/
	PageNum int32
	/*PageSize
	  pageSize

	*/
	PageSize int32
	/*PoolAddress
	  poolAddress

	*/
	PoolAddress string

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

GetNftLockersUsingGETParams contains all the parameters to send to the API endpoint for the get nft lockers using g e t operation typically these are written to a http.Request

func NewGetNftLockersUsingGETParams

func NewGetNftLockersUsingGETParams() *GetNftLockersUsingGETParams

NewGetNftLockersUsingGETParams creates a new GetNftLockersUsingGETParams object with the default values initialized.

func NewGetNftLockersUsingGETParamsWithContext

func NewGetNftLockersUsingGETParamsWithContext(ctx context.Context) *GetNftLockersUsingGETParams

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

func NewGetNftLockersUsingGETParamsWithHTTPClient

func NewGetNftLockersUsingGETParamsWithHTTPClient(client *http.Client) *GetNftLockersUsingGETParams

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

func NewGetNftLockersUsingGETParamsWithTimeout

func NewGetNftLockersUsingGETParamsWithTimeout(timeout time.Duration) *GetNftLockersUsingGETParams

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

func (*GetNftLockersUsingGETParams) SetAuthorization

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

SetAuthorization adds the authorization to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) SetChainID

func (o *GetNftLockersUsingGETParams) SetChainID(chainID string)

SetChainID adds the chainId to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) SetContext

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

SetContext adds the context to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) SetPageNum

func (o *GetNftLockersUsingGETParams) SetPageNum(pageNum int32)

SetPageNum adds the pageNum to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) SetPageSize

func (o *GetNftLockersUsingGETParams) SetPageSize(pageSize int32)

SetPageSize adds the pageSize to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) SetPoolAddress

func (o *GetNftLockersUsingGETParams) SetPoolAddress(poolAddress string)

SetPoolAddress adds the poolAddress to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) WithAuthorization

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

WithAuthorization adds the authorization to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) WithChainID

WithChainID adds the chainID to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) WithContext

WithContext adds the context to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) WithPageNum

WithPageNum adds the pageNum to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) WithPageSize

WithPageSize adds the pageSize to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) WithPoolAddress

func (o *GetNftLockersUsingGETParams) WithPoolAddress(poolAddress string) *GetNftLockersUsingGETParams

WithPoolAddress adds the poolAddress to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get nft lockers using g e t params

func (*GetNftLockersUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNftLockersUsingGETReader

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

GetNftLockersUsingGETReader is a Reader for the GetNftLockersUsingGET structure.

func (*GetNftLockersUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNftLockersUsingGETUnauthorized

type GetNftLockersUsingGETUnauthorized struct {
}

GetNftLockersUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetNftLockersUsingGETUnauthorized

func NewGetNftLockersUsingGETUnauthorized() *GetNftLockersUsingGETUnauthorized

NewGetNftLockersUsingGETUnauthorized creates a GetNftLockersUsingGETUnauthorized with default headers values

func (*GetNftLockersUsingGETUnauthorized) Error

type GetTokenLockersUsingGETForbidden

type GetTokenLockersUsingGETForbidden struct {
}

GetTokenLockersUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetTokenLockersUsingGETForbidden

func NewGetTokenLockersUsingGETForbidden() *GetTokenLockersUsingGETForbidden

NewGetTokenLockersUsingGETForbidden creates a GetTokenLockersUsingGETForbidden with default headers values

func (*GetTokenLockersUsingGETForbidden) Error

type GetTokenLockersUsingGETNotFound

type GetTokenLockersUsingGETNotFound struct {
}

GetTokenLockersUsingGETNotFound handles this case with default header values.

Not Found

func NewGetTokenLockersUsingGETNotFound

func NewGetTokenLockersUsingGETNotFound() *GetTokenLockersUsingGETNotFound

NewGetTokenLockersUsingGETNotFound creates a GetTokenLockersUsingGETNotFound with default headers values

func (*GetTokenLockersUsingGETNotFound) Error

type GetTokenLockersUsingGETOK

type GetTokenLockersUsingGETOK struct {
	Payload *models.ResponseWrapperTokenLockerResponse
}

GetTokenLockersUsingGETOK handles this case with default header values.

OK

func NewGetTokenLockersUsingGETOK

func NewGetTokenLockersUsingGETOK() *GetTokenLockersUsingGETOK

NewGetTokenLockersUsingGETOK creates a GetTokenLockersUsingGETOK with default headers values

func (*GetTokenLockersUsingGETOK) Error

func (o *GetTokenLockersUsingGETOK) Error() string

func (*GetTokenLockersUsingGETOK) GetPayload

type GetTokenLockersUsingGETParams

type GetTokenLockersUsingGETParams struct {

	/*Authorization
	  Authorization token in the format: Bearer <token> (e.g., Bearer eyJsZXZlbCI6NSwiYXBwTmFtZSI6ImF2cyIsImFwcEtleSI6IjFaW...)

	*/
	Authorization *string
	/*ChainID
	  chainId

	*/
	ChainID string
	/*PageNum
	  pageNum

	*/
	PageNum int32
	/*PageSize
	  pageSize

	*/
	PageSize int32
	/*TokenAddress
	  tokenAddress

	*/
	TokenAddress string

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

GetTokenLockersUsingGETParams contains all the parameters to send to the API endpoint for the get token lockers using g e t operation typically these are written to a http.Request

func NewGetTokenLockersUsingGETParams

func NewGetTokenLockersUsingGETParams() *GetTokenLockersUsingGETParams

NewGetTokenLockersUsingGETParams creates a new GetTokenLockersUsingGETParams object with the default values initialized.

func NewGetTokenLockersUsingGETParamsWithContext

func NewGetTokenLockersUsingGETParamsWithContext(ctx context.Context) *GetTokenLockersUsingGETParams

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

func NewGetTokenLockersUsingGETParamsWithHTTPClient

func NewGetTokenLockersUsingGETParamsWithHTTPClient(client *http.Client) *GetTokenLockersUsingGETParams

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

func NewGetTokenLockersUsingGETParamsWithTimeout

func NewGetTokenLockersUsingGETParamsWithTimeout(timeout time.Duration) *GetTokenLockersUsingGETParams

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

func (*GetTokenLockersUsingGETParams) SetAuthorization

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

SetAuthorization adds the authorization to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) SetChainID

func (o *GetTokenLockersUsingGETParams) SetChainID(chainID string)

SetChainID adds the chainId to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) SetContext

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

SetContext adds the context to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) SetPageNum

func (o *GetTokenLockersUsingGETParams) SetPageNum(pageNum int32)

SetPageNum adds the pageNum to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) SetPageSize

func (o *GetTokenLockersUsingGETParams) SetPageSize(pageSize int32)

SetPageSize adds the pageSize to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) SetTokenAddress

func (o *GetTokenLockersUsingGETParams) SetTokenAddress(tokenAddress string)

SetTokenAddress adds the tokenAddress to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) WithAuthorization

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

WithAuthorization adds the authorization to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) WithChainID

WithChainID adds the chainID to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) WithContext

WithContext adds the context to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) WithPageNum

WithPageNum adds the pageNum to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) WithPageSize

WithPageSize adds the pageSize to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) WithTokenAddress

func (o *GetTokenLockersUsingGETParams) WithTokenAddress(tokenAddress string) *GetTokenLockersUsingGETParams

WithTokenAddress adds the tokenAddress to the get token lockers using g e t params

func (*GetTokenLockersUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTokenLockersUsingGETReader

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

GetTokenLockersUsingGETReader is a Reader for the GetTokenLockersUsingGET structure.

func (*GetTokenLockersUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTokenLockersUsingGETUnauthorized

type GetTokenLockersUsingGETUnauthorized struct {
}

GetTokenLockersUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetTokenLockersUsingGETUnauthorized

func NewGetTokenLockersUsingGETUnauthorized() *GetTokenLockersUsingGETUnauthorized

NewGetTokenLockersUsingGETUnauthorized creates a GetTokenLockersUsingGETUnauthorized with default headers values

func (*GetTokenLockersUsingGETUnauthorized) Error

type GetV4NftLockerLockInfosListUsingGETForbidden added in v1.2.7

type GetV4NftLockerLockInfosListUsingGETForbidden struct {
}

GetV4NftLockerLockInfosListUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetV4NftLockerLockInfosListUsingGETForbidden added in v1.2.7

func NewGetV4NftLockerLockInfosListUsingGETForbidden() *GetV4NftLockerLockInfosListUsingGETForbidden

NewGetV4NftLockerLockInfosListUsingGETForbidden creates a GetV4NftLockerLockInfosListUsingGETForbidden with default headers values

func (*GetV4NftLockerLockInfosListUsingGETForbidden) Error added in v1.2.7

type GetV4NftLockerLockInfosListUsingGETNotFound added in v1.2.7

type GetV4NftLockerLockInfosListUsingGETNotFound struct {
}

GetV4NftLockerLockInfosListUsingGETNotFound handles this case with default header values.

Not Found

func NewGetV4NftLockerLockInfosListUsingGETNotFound added in v1.2.7

func NewGetV4NftLockerLockInfosListUsingGETNotFound() *GetV4NftLockerLockInfosListUsingGETNotFound

NewGetV4NftLockerLockInfosListUsingGETNotFound creates a GetV4NftLockerLockInfosListUsingGETNotFound with default headers values

func (*GetV4NftLockerLockInfosListUsingGETNotFound) Error added in v1.2.7

type GetV4NftLockerLockInfosListUsingGETOK added in v1.2.7

type GetV4NftLockerLockInfosListUsingGETOK struct {
	Payload *models.ResponseWrapperPageResponseV4NftLockerLockInfos
}

GetV4NftLockerLockInfosListUsingGETOK handles this case with default header values.

OK

func NewGetV4NftLockerLockInfosListUsingGETOK added in v1.2.7

func NewGetV4NftLockerLockInfosListUsingGETOK() *GetV4NftLockerLockInfosListUsingGETOK

NewGetV4NftLockerLockInfosListUsingGETOK creates a GetV4NftLockerLockInfosListUsingGETOK with default headers values

func (*GetV4NftLockerLockInfosListUsingGETOK) Error added in v1.2.7

func (*GetV4NftLockerLockInfosListUsingGETOK) GetPayload added in v1.2.7

type GetV4NftLockerLockInfosListUsingGETParams added in v1.2.7

type GetV4NftLockerLockInfosListUsingGETParams struct {

	/*PageNum
	  pageNum

	*/
	PageNum int32
	/*PageSize
	  pageSize

	*/
	PageSize int32

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

GetV4NftLockerLockInfosListUsingGETParams contains all the parameters to send to the API endpoint for the get v4 nft locker lock infos list using g e t operation typically these are written to a http.Request

func NewGetV4NftLockerLockInfosListUsingGETParams added in v1.2.7

func NewGetV4NftLockerLockInfosListUsingGETParams() *GetV4NftLockerLockInfosListUsingGETParams

NewGetV4NftLockerLockInfosListUsingGETParams creates a new GetV4NftLockerLockInfosListUsingGETParams object with the default values initialized.

func NewGetV4NftLockerLockInfosListUsingGETParamsWithContext added in v1.2.7

func NewGetV4NftLockerLockInfosListUsingGETParamsWithContext(ctx context.Context) *GetV4NftLockerLockInfosListUsingGETParams

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

func NewGetV4NftLockerLockInfosListUsingGETParamsWithHTTPClient added in v1.2.7

func NewGetV4NftLockerLockInfosListUsingGETParamsWithHTTPClient(client *http.Client) *GetV4NftLockerLockInfosListUsingGETParams

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

func NewGetV4NftLockerLockInfosListUsingGETParamsWithTimeout added in v1.2.7

func NewGetV4NftLockerLockInfosListUsingGETParamsWithTimeout(timeout time.Duration) *GetV4NftLockerLockInfosListUsingGETParams

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

func (*GetV4NftLockerLockInfosListUsingGETParams) SetContext added in v1.2.7

SetContext adds the context to the get v4 nft locker lock infos list using g e t params

func (*GetV4NftLockerLockInfosListUsingGETParams) SetHTTPClient added in v1.2.7

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

SetHTTPClient adds the HTTPClient to the get v4 nft locker lock infos list using g e t params

func (*GetV4NftLockerLockInfosListUsingGETParams) SetPageNum added in v1.2.7

func (o *GetV4NftLockerLockInfosListUsingGETParams) SetPageNum(pageNum int32)

SetPageNum adds the pageNum to the get v4 nft locker lock infos list using g e t params

func (*GetV4NftLockerLockInfosListUsingGETParams) SetPageSize added in v1.2.7

func (o *GetV4NftLockerLockInfosListUsingGETParams) SetPageSize(pageSize int32)

SetPageSize adds the pageSize to the get v4 nft locker lock infos list using g e t params

func (*GetV4NftLockerLockInfosListUsingGETParams) SetTimeout added in v1.2.7

SetTimeout adds the timeout to the get v4 nft locker lock infos list using g e t params

func (*GetV4NftLockerLockInfosListUsingGETParams) WithContext added in v1.2.7

WithContext adds the context to the get v4 nft locker lock infos list using g e t params

func (*GetV4NftLockerLockInfosListUsingGETParams) WithHTTPClient added in v1.2.7

WithHTTPClient adds the HTTPClient to the get v4 nft locker lock infos list using g e t params

func (*GetV4NftLockerLockInfosListUsingGETParams) WithPageNum added in v1.2.7

WithPageNum adds the pageNum to the get v4 nft locker lock infos list using g e t params

func (*GetV4NftLockerLockInfosListUsingGETParams) WithPageSize added in v1.2.7

WithPageSize adds the pageSize to the get v4 nft locker lock infos list using g e t params

func (*GetV4NftLockerLockInfosListUsingGETParams) WithTimeout added in v1.2.7

WithTimeout adds the timeout to the get v4 nft locker lock infos list using g e t params

func (*GetV4NftLockerLockInfosListUsingGETParams) WriteToRequest added in v1.2.7

WriteToRequest writes these params to a swagger request

type GetV4NftLockerLockInfosListUsingGETReader added in v1.2.7

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

GetV4NftLockerLockInfosListUsingGETReader is a Reader for the GetV4NftLockerLockInfosListUsingGET structure.

func (*GetV4NftLockerLockInfosListUsingGETReader) ReadResponse added in v1.2.7

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

ReadResponse reads a server response into the received o.

type GetV4NftLockerLockInfosListUsingGETUnauthorized added in v1.2.7

type GetV4NftLockerLockInfosListUsingGETUnauthorized struct {
}

GetV4NftLockerLockInfosListUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetV4NftLockerLockInfosListUsingGETUnauthorized added in v1.2.7

func NewGetV4NftLockerLockInfosListUsingGETUnauthorized() *GetV4NftLockerLockInfosListUsingGETUnauthorized

NewGetV4NftLockerLockInfosListUsingGETUnauthorized creates a GetV4NftLockerLockInfosListUsingGETUnauthorized with default headers values

func (*GetV4NftLockerLockInfosListUsingGETUnauthorized) Error added in v1.2.7

type GetV4NftLockersUsingGETForbidden added in v1.2.7

type GetV4NftLockersUsingGETForbidden struct {
}

GetV4NftLockersUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetV4NftLockersUsingGETForbidden added in v1.2.7

func NewGetV4NftLockersUsingGETForbidden() *GetV4NftLockersUsingGETForbidden

NewGetV4NftLockersUsingGETForbidden creates a GetV4NftLockersUsingGETForbidden with default headers values

func (*GetV4NftLockersUsingGETForbidden) Error added in v1.2.7

type GetV4NftLockersUsingGETNotFound added in v1.2.7

type GetV4NftLockersUsingGETNotFound struct {
}

GetV4NftLockersUsingGETNotFound handles this case with default header values.

Not Found

func NewGetV4NftLockersUsingGETNotFound added in v1.2.7

func NewGetV4NftLockersUsingGETNotFound() *GetV4NftLockersUsingGETNotFound

NewGetV4NftLockersUsingGETNotFound creates a GetV4NftLockersUsingGETNotFound with default headers values

func (*GetV4NftLockersUsingGETNotFound) Error added in v1.2.7

type GetV4NftLockersUsingGETOK added in v1.2.7

type GetV4NftLockersUsingGETOK struct {
	Payload *models.ResponseWrapperV4LpLockerLockInfoResp
}

GetV4NftLockersUsingGETOK handles this case with default header values.

OK

func NewGetV4NftLockersUsingGETOK added in v1.2.7

func NewGetV4NftLockersUsingGETOK() *GetV4NftLockersUsingGETOK

NewGetV4NftLockersUsingGETOK creates a GetV4NftLockersUsingGETOK with default headers values

func (*GetV4NftLockersUsingGETOK) Error added in v1.2.7

func (o *GetV4NftLockersUsingGETOK) Error() string

func (*GetV4NftLockersUsingGETOK) GetPayload added in v1.2.7

type GetV4NftLockersUsingGETParams added in v1.2.7

type GetV4NftLockersUsingGETParams struct {

	/*ChainID
	  chainId

	*/
	ChainID string
	/*PageNum
	  pageNum

	*/
	PageNum int32
	/*PageSize
	  pageSize

	*/
	PageSize int32
	/*PoolID
	  poolId

	*/
	PoolID string

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

GetV4NftLockersUsingGETParams contains all the parameters to send to the API endpoint for the get v4 nft lockers using g e t operation typically these are written to a http.Request

func NewGetV4NftLockersUsingGETParams added in v1.2.7

func NewGetV4NftLockersUsingGETParams() *GetV4NftLockersUsingGETParams

NewGetV4NftLockersUsingGETParams creates a new GetV4NftLockersUsingGETParams object with the default values initialized.

func NewGetV4NftLockersUsingGETParamsWithContext added in v1.2.7

func NewGetV4NftLockersUsingGETParamsWithContext(ctx context.Context) *GetV4NftLockersUsingGETParams

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

func NewGetV4NftLockersUsingGETParamsWithHTTPClient added in v1.2.7

func NewGetV4NftLockersUsingGETParamsWithHTTPClient(client *http.Client) *GetV4NftLockersUsingGETParams

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

func NewGetV4NftLockersUsingGETParamsWithTimeout added in v1.2.7

func NewGetV4NftLockersUsingGETParamsWithTimeout(timeout time.Duration) *GetV4NftLockersUsingGETParams

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

func (*GetV4NftLockersUsingGETParams) SetChainID added in v1.2.7

func (o *GetV4NftLockersUsingGETParams) SetChainID(chainID string)

SetChainID adds the chainId to the get v4 nft lockers using g e t params

func (*GetV4NftLockersUsingGETParams) SetContext added in v1.2.7

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

SetContext adds the context to the get v4 nft lockers using g e t params

func (*GetV4NftLockersUsingGETParams) SetHTTPClient added in v1.2.7

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

SetHTTPClient adds the HTTPClient to the get v4 nft lockers using g e t params

func (*GetV4NftLockersUsingGETParams) SetPageNum added in v1.2.7

func (o *GetV4NftLockersUsingGETParams) SetPageNum(pageNum int32)

SetPageNum adds the pageNum to the get v4 nft lockers using g e t params

func (*GetV4NftLockersUsingGETParams) SetPageSize added in v1.2.7

func (o *GetV4NftLockersUsingGETParams) SetPageSize(pageSize int32)

SetPageSize adds the pageSize to the get v4 nft lockers using g e t params

func (*GetV4NftLockersUsingGETParams) SetPoolID added in v1.2.7

func (o *GetV4NftLockersUsingGETParams) SetPoolID(poolID string)

SetPoolID adds the poolId to the get v4 nft lockers using g e t params

func (*GetV4NftLockersUsingGETParams) SetTimeout added in v1.2.7

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

SetTimeout adds the timeout to the get v4 nft lockers using g e t params

func (*GetV4NftLockersUsingGETParams) WithChainID added in v1.2.7

WithChainID adds the chainID to the get v4 nft lockers using g e t params

func (*GetV4NftLockersUsingGETParams) WithContext added in v1.2.7

WithContext adds the context to the get v4 nft lockers using g e t params

func (*GetV4NftLockersUsingGETParams) WithHTTPClient added in v1.2.7

WithHTTPClient adds the HTTPClient to the get v4 nft lockers using g e t params

func (*GetV4NftLockersUsingGETParams) WithPageNum added in v1.2.7

WithPageNum adds the pageNum to the get v4 nft lockers using g e t params

func (*GetV4NftLockersUsingGETParams) WithPageSize added in v1.2.7

WithPageSize adds the pageSize to the get v4 nft lockers using g e t params

func (*GetV4NftLockersUsingGETParams) WithPoolID added in v1.2.7

WithPoolID adds the poolID to the get v4 nft lockers using g e t params

func (*GetV4NftLockersUsingGETParams) WithTimeout added in v1.2.7

WithTimeout adds the timeout to the get v4 nft lockers using g e t params

func (*GetV4NftLockersUsingGETParams) WriteToRequest added in v1.2.7

WriteToRequest writes these params to a swagger request

type GetV4NftLockersUsingGETReader added in v1.2.7

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

GetV4NftLockersUsingGETReader is a Reader for the GetV4NftLockersUsingGET structure.

func (*GetV4NftLockersUsingGETReader) ReadResponse added in v1.2.7

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

ReadResponse reads a server response into the received o.

type GetV4NftLockersUsingGETUnauthorized added in v1.2.7

type GetV4NftLockersUsingGETUnauthorized struct {
}

GetV4NftLockersUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetV4NftLockersUsingGETUnauthorized added in v1.2.7

func NewGetV4NftLockersUsingGETUnauthorized() *GetV4NftLockersUsingGETUnauthorized

NewGetV4NftLockersUsingGETUnauthorized creates a GetV4NftLockersUsingGETUnauthorized with default headers values

func (*GetV4NftLockersUsingGETUnauthorized) Error added in v1.2.7

Jump to

Keyboard shortcuts

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