Versions in this module Expand all Collapse all v1 v1.0.2 Feb 22, 2024 v1.0.1 Feb 22, 2024 Changes in this version + func RegisterExecAgentServer(s *grpc.Server, srv ExecAgentServer) + type Exec struct + Command string + Output string + Status *common.Status + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Exec) Descriptor() ([]byte, []int) + func (*Exec) ProtoMessage() + func (m *Exec) GetCommand() string + func (m *Exec) GetOutput() string + func (m *Exec) GetStatus() *common.Status + func (m *Exec) Reset() + func (m *Exec) String() string + func (m *Exec) XXX_DiscardUnknown() + func (m *Exec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Exec) XXX_Merge(src proto.Message) + func (m *Exec) XXX_Size() int + func (m *Exec) XXX_Unmarshal(b []byte) error + type ExecAgentClient interface + Invoke func(ctx context.Context, in *ExecRequest, opts ...grpc.CallOption) (*ExecResponse, error) + func NewExecAgentClient(cc *grpc.ClientConn) ExecAgentClient + type ExecAgentServer interface + Invoke func(context.Context, *ExecRequest) (*ExecResponse, error) + type ExecRequest struct + Execs []*Exec + OperationType common.Operation + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExecRequest) Descriptor() ([]byte, []int) + func (*ExecRequest) ProtoMessage() + func (m *ExecRequest) GetExecs() []*Exec + func (m *ExecRequest) GetOperationType() common.Operation + func (m *ExecRequest) Reset() + func (m *ExecRequest) String() string + func (m *ExecRequest) XXX_DiscardUnknown() + func (m *ExecRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExecRequest) XXX_Merge(src proto.Message) + func (m *ExecRequest) XXX_Size() int + func (m *ExecRequest) XXX_Unmarshal(b []byte) error + type ExecResponse struct + Error string + Execs []*Exec + Result *wrappers.BoolValue + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExecResponse) Descriptor() ([]byte, []int) + func (*ExecResponse) ProtoMessage() + func (m *ExecResponse) GetError() string + func (m *ExecResponse) GetExecs() []*Exec + func (m *ExecResponse) GetResult() *wrappers.BoolValue + func (m *ExecResponse) Reset() + func (m *ExecResponse) String() string + func (m *ExecResponse) XXX_DiscardUnknown() + func (m *ExecResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExecResponse) XXX_Merge(src proto.Message) + func (m *ExecResponse) XXX_Size() int + func (m *ExecResponse) XXX_Unmarshal(b []byte) error + type UnimplementedExecAgentServer struct + func (*UnimplementedExecAgentServer) Invoke(ctx context.Context, req *ExecRequest) (*ExecResponse, error)