Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetKlineReq ¶
type GetKlineReq = pb.GetKlineReq
type GetKlineResp ¶
type GetKlineResp = pb.GetKlineResp
type GetKlineResp_Kline ¶
type GetKlineResp_Kline = pb.GetKlineResp_Kline
type KlineService ¶
type KlineService interface { // 获取k线 GetKline(ctx context.Context, in *GetKlineReq, opts ...grpc.CallOption) (*GetKlineResp, error) }
func NewKlineService ¶
func NewKlineService(cli zrpc.Client) KlineService
Click to show internal directories.
Click to hide internal directories.