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 GetMatchListReq
- type GetMatchListResp
- type GetServiceConfigReq
- type GetServiceConfigResp
- type GetSymbolListReq
- type GetSymbolListResp
- type LoginReq
- type LoginResp
- type MatchInfo
- type RegisterReq
- type SubMatchInfo
- 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 GetMatchListReq ¶ added in v1.2.0
type GetMatchListResp ¶ added in v1.2.0
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 MatchInfo ¶ added in v1.2.0
type MatchInfo struct { ID int64 `json:"id"` MatchID string `json:"match_id"` SymbolID int32 `json:"symbol_id"` SymbolName string `json:"symbol_name"` TotalQty string `json:"total_qty"` TotalAmount string `json:"total_amount"` AvgPrice string `json:"avg_price"` CreatedAt int64 `json:"created_at"` SubMatchInfoList []*SubMatchInfo `json:"sub_match_info_list"` }
type RegisterReq ¶
type SubMatchInfo ¶ added in v1.2.0
type SymbolInfo ¶
type SymbolInfo struct { ID uint32 `json:"id"` SymbolName string `json:"symbol_name"` SymbolId int32 `json:"symbol_id"` 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.