Documentation
¶
Overview ¶
Code generated by goctl. DO NOT EDIT.
Index ¶
- type AddCoinReq
- type AddCoinResp
- type AddErrorCodeReq
- type AddSymbolReq
- type AddSymbolResp
- type CoinInfo
- type Empty
- type ErrorCode
- type GetCoinListReq
- type GetCoinListResp
- type GetErrorCodeListReq
- type GetErrorCodeListResp
- type GetServiceConfigReq
- type GetServiceConfigResp
- type GetSymbolListReq
- type GetSymbolListResp
- type LoginReq
- type LoginResp
- type RegisterReq
- type SymbolInfo
- type UpdateCoinReq
- type UpdateErrorCodeReq
- type UpdateSymbolReq
- type UpdateSymbolResp
- type UploadTemplateFileReq
- type UpsertServiceConfigReq
- type UserInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddCoinReq ¶
type AddCoinResp ¶
type AddCoinResp struct {
}
type AddErrorCodeReq ¶
type AddSymbolReq ¶
type AddSymbolResp ¶
type AddSymbolResp struct {
}
type GetCoinListReq ¶
type GetCoinListResp ¶
type GetErrorCodeListReq ¶
type GetErrorCodeListReq struct {
Language string `form:"language"`
}
type GetErrorCodeListResp ¶
type GetServiceConfigReq ¶
type GetServiceConfigReq struct {
Key string `json:"key"`
}
type GetServiceConfigResp ¶
type GetServiceConfigResp struct {
ConfigData string `json:"config_data"`
}
type GetSymbolListReq ¶
type GetSymbolListResp ¶
type GetSymbolListResp struct {
List []*SymbolInfo `json:"list"`
Total int64 `json:"total"`
}
type RegisterReq ¶
type SymbolInfo ¶
type SymbolInfo struct {
ID uint32 `json:"id"`
SymbolName string `json:"symbol_name"`
BaseCoinID uint32 `json:"base_coin_id"`
BaseCoinName string `json:"base_coin_name"`
BaseCoinPrec int32 `json:"base_coin_prec"`
QuoteCoinID int32 `json:"quote_coin_id"`
QuoteCoinName string `json:"quote_coin_name"`
QuotePrec int32 `json:"quote_prec"`
}
type UpdateCoinReq ¶
type UpdateErrorCodeReq ¶
type UpdateSymbolReq ¶
type UpdateSymbolReq struct {
SymbolName string `json:"symbol_name"`
BaseCoinID uint32 `json:"base_coin_id"`
BaseCoinName string `json:"base_coin_name"`
BaseCoinPrec int32 `json:"base_coin_prec"`
QuoteCoinID int32 `json:"quote_coin_id"`
QuoteCoinName string `json:"quote_coin_name"`
QuotePrec int32 `json:"quote_prec"`
}
type UpdateSymbolResp ¶
type UpdateSymbolResp struct {
}
type UploadTemplateFileReq ¶
type UpsertServiceConfigReq ¶
Click to show internal directories.
Click to hide internal directories.