Documentation
¶
Index ¶
- Variables
- type AgentEvent
- func (*AgentEvent) Descriptor() ([]byte, []int)deprecated
- func (x *AgentEvent) GetData() *structpb.Value
- func (x *AgentEvent) GetName() string
- func (x *AgentEvent) GetTimestamp() *timestamppb.Timestamp
- func (*AgentEvent) ProtoMessage()
- func (x *AgentEvent) ProtoReflect() protoreflect.Message
- func (x *AgentEvent) Reset()
- func (x *AgentEvent) String() string
- type AgentInfoRequest
- type AgentInfoResponse
- func (*AgentInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AgentInfoResponse) GetName() string
- func (x *AgentInfoResponse) GetStatus() string
- func (*AgentInfoResponse) ProtoMessage()
- func (x *AgentInfoResponse) ProtoReflect() protoreflect.Message
- func (x *AgentInfoResponse) Reset()
- func (x *AgentInfoResponse) String() string
- type AgentRequest
- func (*AgentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AgentRequest) GetData() string
- func (x *AgentRequest) GetName() string
- func (x *AgentRequest) GetRespond() bool
- func (*AgentRequest) ProtoMessage()
- func (x *AgentRequest) ProtoReflect() protoreflect.Message
- func (x *AgentRequest) Reset()
- func (x *AgentRequest) String() string
- type AgentResponse
- type RestartAgent
- type ShutdownAgent
Constants ¶
This section is empty.
Variables ¶
View Source
var File_messages_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AgentEvent ¶
type AgentEvent struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Data *structpb.Value `protobuf:"bytes,2,opt,name=data,proto3,oneof" json:"data,omitempty"` Timestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
func (*AgentEvent) Descriptor
deprecated
func (*AgentEvent) Descriptor() ([]byte, []int)
Deprecated: Use AgentEvent.ProtoReflect.Descriptor instead.
func (*AgentEvent) GetData ¶
func (x *AgentEvent) GetData() *structpb.Value
func (*AgentEvent) GetName ¶
func (x *AgentEvent) GetName() string
func (*AgentEvent) GetTimestamp ¶
func (x *AgentEvent) GetTimestamp() *timestamppb.Timestamp
func (*AgentEvent) ProtoMessage ¶
func (*AgentEvent) ProtoMessage()
func (*AgentEvent) ProtoReflect ¶
func (x *AgentEvent) ProtoReflect() protoreflect.Message
func (*AgentEvent) Reset ¶
func (x *AgentEvent) Reset()
func (*AgentEvent) String ¶
func (x *AgentEvent) String() string
type AgentInfoRequest ¶
type AgentInfoRequest struct {
// contains filtered or unexported fields
}
func (*AgentInfoRequest) Descriptor
deprecated
func (*AgentInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use AgentInfoRequest.ProtoReflect.Descriptor instead.
func (*AgentInfoRequest) ProtoMessage ¶
func (*AgentInfoRequest) ProtoMessage()
func (*AgentInfoRequest) ProtoReflect ¶
func (x *AgentInfoRequest) ProtoReflect() protoreflect.Message
func (*AgentInfoRequest) Reset ¶
func (x *AgentInfoRequest) Reset()
func (*AgentInfoRequest) String ¶
func (x *AgentInfoRequest) String() string
type AgentInfoResponse ¶
type AgentInfoResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*AgentInfoResponse) Descriptor
deprecated
func (*AgentInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use AgentInfoResponse.ProtoReflect.Descriptor instead.
func (*AgentInfoResponse) GetName ¶
func (x *AgentInfoResponse) GetName() string
func (*AgentInfoResponse) GetStatus ¶
func (x *AgentInfoResponse) GetStatus() string
func (*AgentInfoResponse) ProtoMessage ¶
func (*AgentInfoResponse) ProtoMessage()
func (*AgentInfoResponse) ProtoReflect ¶
func (x *AgentInfoResponse) ProtoReflect() protoreflect.Message
func (*AgentInfoResponse) Reset ¶
func (x *AgentInfoResponse) Reset()
func (*AgentInfoResponse) String ¶
func (x *AgentInfoResponse) String() string
type AgentRequest ¶
type AgentRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Data *string `protobuf:"bytes,2,opt,name=data,proto3,oneof" json:"data,omitempty"` Respond bool `protobuf:"varint,3,opt,name=respond,proto3" json:"respond,omitempty"` // contains filtered or unexported fields }
func (*AgentRequest) Descriptor
deprecated
func (*AgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use AgentRequest.ProtoReflect.Descriptor instead.
func (*AgentRequest) GetData ¶
func (x *AgentRequest) GetData() string
func (*AgentRequest) GetName ¶
func (x *AgentRequest) GetName() string
func (*AgentRequest) GetRespond ¶
func (x *AgentRequest) GetRespond() bool
func (*AgentRequest) ProtoMessage ¶
func (*AgentRequest) ProtoMessage()
func (*AgentRequest) ProtoReflect ¶
func (x *AgentRequest) ProtoReflect() protoreflect.Message
func (*AgentRequest) Reset ¶
func (x *AgentRequest) Reset()
func (*AgentRequest) String ¶
func (x *AgentRequest) String() string
type AgentResponse ¶
type AgentResponse struct { Data *string `protobuf:"bytes,1,opt,name=data,proto3,oneof" json:"data,omitempty"` // contains filtered or unexported fields }
func (*AgentResponse) Descriptor
deprecated
func (*AgentResponse) Descriptor() ([]byte, []int)
Deprecated: Use AgentResponse.ProtoReflect.Descriptor instead.
func (*AgentResponse) GetData ¶
func (x *AgentResponse) GetData() string
func (*AgentResponse) ProtoMessage ¶
func (*AgentResponse) ProtoMessage()
func (*AgentResponse) ProtoReflect ¶
func (x *AgentResponse) ProtoReflect() protoreflect.Message
func (*AgentResponse) Reset ¶
func (x *AgentResponse) Reset()
func (*AgentResponse) String ¶
func (x *AgentResponse) String() string
type RestartAgent ¶
type RestartAgent struct {
// contains filtered or unexported fields
}
func (*RestartAgent) Descriptor
deprecated
func (*RestartAgent) Descriptor() ([]byte, []int)
Deprecated: Use RestartAgent.ProtoReflect.Descriptor instead.
func (*RestartAgent) ProtoMessage ¶
func (*RestartAgent) ProtoMessage()
func (*RestartAgent) ProtoReflect ¶
func (x *RestartAgent) ProtoReflect() protoreflect.Message
func (*RestartAgent) Reset ¶
func (x *RestartAgent) Reset()
func (*RestartAgent) String ¶
func (x *RestartAgent) String() string
type ShutdownAgent ¶
type ShutdownAgent struct {
// contains filtered or unexported fields
}
func (*ShutdownAgent) Descriptor
deprecated
func (*ShutdownAgent) Descriptor() ([]byte, []int)
Deprecated: Use ShutdownAgent.ProtoReflect.Descriptor instead.
func (*ShutdownAgent) ProtoMessage ¶
func (*ShutdownAgent) ProtoMessage()
func (*ShutdownAgent) ProtoReflect ¶
func (x *ShutdownAgent) ProtoReflect() protoreflect.Message
func (*ShutdownAgent) Reset ¶
func (x *ShutdownAgent) Reset()
func (*ShutdownAgent) String ¶
func (x *ShutdownAgent) String() string
Click to show internal directories.
Click to hide internal directories.