Documentation ¶
Index ¶
- type PointServer
- func (s *PointServer) GetPoint(ctx context.Context, in *point.IdReq) (*point.PointResp, error)
- func (s *PointServer) ListPoint(ctx context.Context, in *point.SizeReq) (*point.PointListResp, error)
- func (s *PointServer) SavePoint(ctx context.Context, in *point.SavePointReq) (*point.PointResp, error)
- func (s *PointServer) SavePointRecord(ctx context.Context, in *point.SavePointRecordReq) (*point.PointRecordResp, error)
- func (s *PointServer) SaveUserPoint(ctx context.Context, in *point.SavePointReq) (*point.PointResp, error)
- func (s *PointServer) UserPointRecord(ctx context.Context, in *point.UserPageReq) (*point.PointRecordPageResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PointServer ¶
type PointServer struct { point.UnimplementedPointServer // contains filtered or unexported fields }
func NewPointServer ¶
func NewPointServer(svcCtx *svc.ServiceContext) *PointServer
func (*PointServer) ListPoint ¶
func (s *PointServer) ListPoint(ctx context.Context, in *point.SizeReq) (*point.PointListResp, error)
func (*PointServer) SavePoint ¶
func (s *PointServer) SavePoint(ctx context.Context, in *point.SavePointReq) (*point.PointResp, error)
func (*PointServer) SavePointRecord ¶
func (s *PointServer) SavePointRecord(ctx context.Context, in *point.SavePointRecordReq) (*point.PointRecordResp, error)
func (*PointServer) SaveUserPoint ¶
func (s *PointServer) SaveUserPoint(ctx context.Context, in *point.SavePointReq) (*point.PointResp, error)
func (*PointServer) UserPointRecord ¶
func (s *PointServer) UserPointRecord(ctx context.Context, in *point.UserPageReq) (*point.PointRecordPageResp, error)
Click to show internal directories.
Click to hide internal directories.