Documentation
¶
Index ¶
- type HandlerSvc
- func (h HandlerSvc) GetDepositList(params *models.QueryDTParams) (*models.DepositTokensResponse, error)
- func (h HandlerSvc) GetDepositTokensList(params *models.QueryDTParams) (*models.DepositTokensResponse, error)
- func (h HandlerSvc) QueryDTListParams(page string, pageSize string, order string) (*models.QueryDTParams, error)
- type Service
- type Validator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerSvc ¶
type HandlerSvc struct {
// contains filtered or unexported fields
}
func (HandlerSvc) GetDepositList ¶
func (h HandlerSvc) GetDepositList(params *models.QueryDTParams) (*models.DepositTokensResponse, error)
func (HandlerSvc) GetDepositTokensList ¶
func (h HandlerSvc) GetDepositTokensList(params *models.QueryDTParams) (*models.DepositTokensResponse, error)
func (HandlerSvc) QueryDTListParams ¶
func (h HandlerSvc) QueryDTListParams(page string, pageSize string, order string) (*models.QueryDTParams, error)
type Service ¶
type Service interface {
GetDepositTokensList(*models.QueryDTParams) (*models.DepositTokensResponse, error)
QueryDTListParams(page string, pageSize string, order string) (*models.QueryDTParams, error)
}
type Validator ¶
type Validator struct{}
func (*Validator) ParseValidateAddress ¶
func (*Validator) ValidateIdOrIndex ¶
func (*Validator) ValidateOrder ¶
func (*Validator) ValidatePage ¶
func (*Validator) ValidatePageSize ¶
Click to show internal directories.
Click to hide internal directories.