Documentation ¶
Index ¶
Constants ¶
View Source
const (
ModuleName = dextypes.ModuleName
)
const
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListDataRes ¶
type ListDataRes struct { Data []TokenPair `json:"data"` ParamPage common.ParamPage `json:"param_page"` }
ListDataRes - used for decoding
type ListResponse ¶
type ListResponse struct { Code int `json:"code"` Msg string `json:"msg"` DetailMsg string `json:"detail_msg"` Data ListDataRes `json:"data"` }
ListResponse - used for decoding
Click to show internal directories.
Click to hide internal directories.