Versions in this module Expand all Collapse all v0 v0.1.0 Dec 14, 2023 v0.0.51 Dec 15, 2023 Changes in this version + const Agent_GetAgentInformation_FullMethodName + var Agent_ServiceDesc = grpc.ServiceDesc + var Capability_Type_name = map[int32]string + var Capability_Type_value = map[string]int32 + var File_proto_services_agent_agent_proto protoreflect.FileDescriptor + func RegisterAgentServer(s grpc.ServiceRegistrar, srv AgentServer) + type AgentClient interface + GetAgentInformation func(ctx context.Context, in *AgentInformationRequest, opts ...grpc.CallOption) (*AgentInformation, error) + func NewAgentClient(cc grpc.ClientConnInterface) AgentClient + type AgentInformation struct + Capabilities []*Capability + func (*AgentInformation) Descriptor() ([]byte, []int) + func (*AgentInformation) ProtoMessage() + func (x *AgentInformation) GetCapabilities() []*Capability + func (x *AgentInformation) ProtoReflect() protoreflect.Message + func (x *AgentInformation) Reset() + func (x *AgentInformation) String() string + type AgentInformationRequest struct + func (*AgentInformationRequest) Descriptor() ([]byte, []int) + func (*AgentInformationRequest) ProtoMessage() + func (x *AgentInformationRequest) ProtoReflect() protoreflect.Message + func (x *AgentInformationRequest) Reset() + func (x *AgentInformationRequest) String() string + type AgentServer interface + GetAgentInformation func(context.Context, *AgentInformationRequest) (*AgentInformation, error) + type Capability struct + Type Capability_Type + func (*Capability) Descriptor() ([]byte, []int) + func (*Capability) ProtoMessage() + func (x *Capability) GetType() Capability_Type + func (x *Capability) ProtoReflect() protoreflect.Message + func (x *Capability) Reset() + func (x *Capability) String() string + type Capability_Type int32 + const Capability_FACTORY + const Capability_RUNTIME + const Capability_UNKNOWN + func (Capability_Type) Descriptor() protoreflect.EnumDescriptor + func (Capability_Type) EnumDescriptor() ([]byte, []int) + func (Capability_Type) Type() protoreflect.EnumType + func (x Capability_Type) Enum() *Capability_Type + func (x Capability_Type) Number() protoreflect.EnumNumber + func (x Capability_Type) String() string + type UnimplementedAgentServer struct + func (UnimplementedAgentServer) GetAgentInformation(context.Context, *AgentInformationRequest) (*AgentInformation, error) + type UnsafeAgentServer interface