Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetKlineClientFunc ¶
type GetKlineClientFunc func(cc grpc.ClientConnInterface) klinepb.KlineServiceClient
type GetMatchClientFunc ¶
type GetMatchClientFunc func(cc grpc.ClientConnInterface) matchpb.MatchServiceClient
type ServiceContext ¶
type ServiceContext struct { Config config.Config KlineClients *pool.RpcClients MatchClients *pool.RpcClients GetKlineClient GetKlineClientFunc GetMatchClient GetMatchClientFunc }
func NewServiceContext ¶
func NewServiceContext(c config.Config) *ServiceContext
Click to show internal directories.
Click to hide internal directories.