pointclient

package
v0.0.0-...-e1bfe29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2022 License: MulanPSL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IdReq

type IdReq = point.IdReq

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)
}

func NewPoint

func NewPoint(cli zrpc.Client) Point

type PointListResp

type PointListResp = point.PointListResp

type PointRecordPageResp

type PointRecordPageResp = point.PointRecordPageResp

type PointRecordResp

type PointRecordResp = point.PointRecordResp

type PointResp

type PointResp = point.PointResp

type SavePointRecordReq

type SavePointRecordReq = point.SavePointRecordReq

type SavePointReq

type SavePointReq = point.SavePointReq

type SizeReq

type SizeReq = point.SizeReq

type UserPageReq

type UserPageReq = point.UserPageReq

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL