Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentStore ¶
type AgentStore struct { agentstorev1.UnsafeAgentStoreServer // contains filtered or unexported fields }
func New ¶
func New() *AgentStore
func (*AgentStore) GetAgentInfo ¶
func (s *AgentStore) GetAgentInfo(_ context.Context, req *agentstorev1.GetAgentInfoRequest) (*agentstorev1.GetAgentInfoResponse, error)
func (*AgentStore) SetAgentErr ¶ added in v1.3.2
func (s *AgentStore) SetAgentErr(agentID string, err error)
func (*AgentStore) SetAgentInfo ¶
func (s *AgentStore) SetAgentInfo(info *agentstorev1.AgentInfo)
Click to show internal directories.
Click to hide internal directories.