Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Point ¶
type Point interface { SavePoint(ctx context.Context, in *SavePointReq, opts ...grpc.CallOption) (*PointResp, error) GetPoint(ctx context.Context, in *IdReq, opts ...grpc.CallOption) (*PointResp, error) ListPoint(ctx context.Context, in *SizeReq, opts ...grpc.CallOption) (*PointListResp, error) SaveUserPoint(ctx context.Context, in *SavePointReq, opts ...grpc.CallOption) (*PointResp, error) SavePointRecord(ctx context.Context, in *SavePointRecordReq, opts ...grpc.CallOption) (*PointRecordResp, error) UserPointRecord(ctx context.Context, in *UserPageReq, opts ...grpc.CallOption) (*PointRecordPageResp, error) }
type PointListResp ¶
type PointListResp = point.PointListResp
type PointRecordPageResp ¶
type PointRecordPageResp = point.PointRecordPageResp
type PointRecordResp ¶
type PointRecordResp = point.PointRecordResp
type SavePointRecordReq ¶
type SavePointRecordReq = point.SavePointRecordReq
type SavePointReq ¶
type SavePointReq = point.SavePointReq
type UserPageReq ¶
type UserPageReq = point.UserPageReq
Click to show internal directories.
Click to hide internal directories.