Documentation
¶
Overview ¶
Package agent provides application services for the agent
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is a struct that implements the AgentManageUsecase interface.
func New ¶
func New( agentUsecase domainport.AgentUsecase, commandUsecase domainport.CommandUsecase, ) *Service
New creates a new instance of the Service struct.
func (*Service) ListAgents ¶
ListAgents implements port.AgentManageUsecase.
Click to show internal directories.
Click to hide internal directories.