Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RPCHandler ¶
type RPCHandler struct { UserNum uint32 pb.UnimplementedMovingBricksServer }
func (RPCHandler) List ¶
func (R RPCHandler) List(ctx context.Context, request *pb.ListRequest) (*pb.ListResponse, error)
func (*RPCHandler) Ping ¶
func (h *RPCHandler) Ping(ctx context.Context, req *pb.PingRequest) (*pb.PingResponse, error)
func (RPCHandler) Transfer ¶
func (R RPCHandler) Transfer(stream pb.MovingBricks_TransferServer) error
type TaskHandler ¶
type TaskHandler struct {
// contains filtered or unexported fields
}
func (TaskHandler) Run ¶
func (h TaskHandler) Run()
Click to show internal directories.
Click to hide internal directories.