Documentation
¶
Overview ¶
Package admin provides the implementation of the AdminUsecase interface.
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 AdminUsecase interface.
func New ¶
func New( agentUsecase domainport.AgentUsecase, connectionUsecase domainport.ConnectionUsecase, agentNotificationUsecase domainport.AgentNotificationUsecase, logger *slog.Logger, ) *Service
New creates a new instance of the Service struct.
func (*Service) ListConnections ¶ added in v0.0.15
func (s *Service) ListConnections( ctx context.Context, options *model.ListOptions, ) (*model.ListResponse[*model.Connection], error)
ListConnections lists all connections.
Click to show internal directories.
Click to hide internal directories.