Documentation
¶
Overview ¶
Code generated by goctl. DO NOT EDIT.
Index ¶
- func AddCoinHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func AddErrorCodeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func AddSymbolHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetCoinListHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetErrorCodeListHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetMatchListHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetServiceConfigHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetSymbolListHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func LoginHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func RegisterHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext)
- func SyncCoinConfigHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func SyncErrorCodeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func SyncSymbolConfigHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func UpdateCoinHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func UpdateErrorCodeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func UpdateSymbolHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func UpsertServiceConfigHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCoinHandler ¶
func AddCoinHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func AddErrorCodeHandler ¶
func AddErrorCodeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func AddSymbolHandler ¶
func AddSymbolHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetCoinListHandler ¶
func GetCoinListHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetErrorCodeListHandler ¶
func GetErrorCodeListHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetMatchListHandler ¶ added in v1.2.0
func GetMatchListHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetServiceConfigHandler ¶
func GetServiceConfigHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetSymbolListHandler ¶
func GetSymbolListHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func LoginHandler ¶
func LoginHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func RegisterHandler ¶
func RegisterHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func RegisterHandlers ¶
func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext)
func SyncCoinConfigHandler ¶ added in v1.2.0
func SyncCoinConfigHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func SyncErrorCodeHandler ¶ added in v1.2.0
func SyncErrorCodeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func SyncSymbolConfigHandler ¶ added in v1.2.0
func SyncSymbolConfigHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func UpdateCoinHandler ¶
func UpdateCoinHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func UpdateErrorCodeHandler ¶
func UpdateErrorCodeHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func UpdateSymbolHandler ¶
func UpdateSymbolHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func UpsertServiceConfigHandler ¶
func UpsertServiceConfigHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
Types ¶
This section is empty.
Source Files
¶
- add_coin_handler.go
- add_error_code_handler.go
- add_symbol_handler.go
- get_coin_list_handler.go
- get_error_code_list_handler.go
- get_match_list_handler.go
- get_service_config_handler.go
- get_symbol_list_handler.go
- login_handler.go
- register_handler.go
- routes.go
- sync_coin_config_handler.go
- sync_error_code_handler.go
- sync_symbol_config_handler.go
- update_coin_handler.go
- update_error_code_handler.go
- update_symbol_handler.go
- upsert_service_config_handler.go
Click to show internal directories.
Click to hide internal directories.