Versions in this module Expand all Collapse all v1 v1.0.0 Jun 4, 2021 Changes in this version + func RegisterRemoteExecServer(s *grpc.Server, srv RemoteExecServer) + type ExecuteReply struct + Status string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExecuteReply) Descriptor() ([]byte, []int) + func (*ExecuteReply) ProtoMessage() + func (m *ExecuteReply) GetStatus() string + func (m *ExecuteReply) Reset() + func (m *ExecuteReply) String() string + func (m *ExecuteReply) XXX_DiscardUnknown() + func (m *ExecuteReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExecuteReply) XXX_Merge(src proto.Message) + func (m *ExecuteReply) XXX_Size() int + func (m *ExecuteReply) XXX_Unmarshal(b []byte) error + type ExecuteRequest struct + Command string + Control string + Extra int32 + Id int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExecuteRequest) Descriptor() ([]byte, []int) + func (*ExecuteRequest) ProtoMessage() + func (m *ExecuteRequest) GetCommand() string + func (m *ExecuteRequest) GetControl() string + func (m *ExecuteRequest) GetExtra() int32 + func (m *ExecuteRequest) GetId() int32 + func (m *ExecuteRequest) Reset() + func (m *ExecuteRequest) String() string + func (m *ExecuteRequest) XXX_DiscardUnknown() + func (m *ExecuteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExecuteRequest) XXX_Merge(src proto.Message) + func (m *ExecuteRequest) XXX_Size() int + func (m *ExecuteRequest) XXX_Unmarshal(b []byte) error + type RemoteExecClient interface + Execute func(ctx context.Context, in *ExecuteRequest, opts ...grpc.CallOption) (*ExecuteReply, error) + func NewRemoteExecClient(cc *grpc.ClientConn) RemoteExecClient + type RemoteExecServer interface + Execute func(context.Context, *ExecuteRequest) (*ExecuteReply, error) + type UnimplementedRemoteExecServer struct + func (*UnimplementedRemoteExecServer) Execute(ctx context.Context, req *ExecuteRequest) (*ExecuteReply, error)