Documentation ¶
Index ¶
- func RegisterLifterControlServiceServer(s *grpc.Server, srv LifterControlServiceServer)
- type LifterControlReply
- func (*LifterControlReply) Descriptor() ([]byte, []int)
- func (m *LifterControlReply) GetErrorMessage() string
- func (*LifterControlReply) ProtoMessage()
- func (m *LifterControlReply) Reset()
- func (m *LifterControlReply) String() string
- func (m *LifterControlReply) XXX_DiscardUnknown()
- func (m *LifterControlReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LifterControlReply) XXX_Merge(src proto.Message)
- func (m *LifterControlReply) XXX_Size() int
- func (m *LifterControlReply) XXX_Unmarshal(b []byte) error
- type LifterControlRequest
- func (*LifterControlRequest) Descriptor() ([]byte, []int)
- func (m *LifterControlRequest) GetPara() int64
- func (*LifterControlRequest) ProtoMessage()
- func (m *LifterControlRequest) Reset()
- func (m *LifterControlRequest) String() string
- func (m *LifterControlRequest) XXX_DiscardUnknown()
- func (m *LifterControlRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LifterControlRequest) XXX_Merge(src proto.Message)
- func (m *LifterControlRequest) XXX_Size() int
- func (m *LifterControlRequest) XXX_Unmarshal(b []byte) error
- type LifterControlServiceClient
- type LifterControlServiceServer
- type UnimplementedLifterControlServiceServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterLifterControlServiceServer ¶
func RegisterLifterControlServiceServer(s *grpc.Server, srv LifterControlServiceServer)
Types ¶
type LifterControlReply ¶
type LifterControlReply struct { ErrorMessage string `protobuf:"bytes,1,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The response message containing the last RobotStatus, datetime, and errorMesage if any.
func (*LifterControlReply) Descriptor ¶
func (*LifterControlReply) Descriptor() ([]byte, []int)
func (*LifterControlReply) GetErrorMessage ¶
func (m *LifterControlReply) GetErrorMessage() string
func (*LifterControlReply) ProtoMessage ¶
func (*LifterControlReply) ProtoMessage()
func (*LifterControlReply) Reset ¶
func (m *LifterControlReply) Reset()
func (*LifterControlReply) String ¶
func (m *LifterControlReply) String() string
func (*LifterControlReply) XXX_DiscardUnknown ¶
func (m *LifterControlReply) XXX_DiscardUnknown()
func (*LifterControlReply) XXX_Marshal ¶
func (m *LifterControlReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LifterControlReply) XXX_Merge ¶
func (m *LifterControlReply) XXX_Merge(src proto.Message)
func (*LifterControlReply) XXX_Size ¶
func (m *LifterControlReply) XXX_Size() int
func (*LifterControlReply) XXX_Unmarshal ¶
func (m *LifterControlReply) XXX_Unmarshal(b []byte) error
type LifterControlRequest ¶
type LifterControlRequest struct { Para int64 `protobuf:"varint,1,opt,name=para,proto3" json:"para,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
The request message containing the tag for the server to log, not to query.
func (*LifterControlRequest) Descriptor ¶
func (*LifterControlRequest) Descriptor() ([]byte, []int)
func (*LifterControlRequest) GetPara ¶
func (m *LifterControlRequest) GetPara() int64
func (*LifterControlRequest) ProtoMessage ¶
func (*LifterControlRequest) ProtoMessage()
func (*LifterControlRequest) Reset ¶
func (m *LifterControlRequest) Reset()
func (*LifterControlRequest) String ¶
func (m *LifterControlRequest) String() string
func (*LifterControlRequest) XXX_DiscardUnknown ¶
func (m *LifterControlRequest) XXX_DiscardUnknown()
func (*LifterControlRequest) XXX_Marshal ¶
func (m *LifterControlRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LifterControlRequest) XXX_Merge ¶
func (m *LifterControlRequest) XXX_Merge(src proto.Message)
func (*LifterControlRequest) XXX_Size ¶
func (m *LifterControlRequest) XXX_Size() int
func (*LifterControlRequest) XXX_Unmarshal ¶
func (m *LifterControlRequest) XXX_Unmarshal(b []byte) error
type LifterControlServiceClient ¶
type LifterControlServiceClient interface { // Sends a greeting ControlTheLifter(ctx context.Context, in *LifterControlRequest, opts ...grpc.CallOption) (*LifterControlReply, error) }
LifterControlServiceClient is the client API for LifterControlService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewLifterControlServiceClient ¶
func NewLifterControlServiceClient(cc *grpc.ClientConn) LifterControlServiceClient
type LifterControlServiceServer ¶
type LifterControlServiceServer interface { // Sends a greeting ControlTheLifter(context.Context, *LifterControlRequest) (*LifterControlReply, error) }
LifterControlServiceServer is the server API for LifterControlService service.
type UnimplementedLifterControlServiceServer ¶
type UnimplementedLifterControlServiceServer struct { }
UnimplementedLifterControlServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedLifterControlServiceServer) ControlTheLifter ¶
func (*UnimplementedLifterControlServiceServer) ControlTheLifter(ctx context.Context, req *LifterControlRequest) (*LifterControlReply, error)
Click to show internal directories.
Click to hide internal directories.