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, commandUsecase domainport.CommandUsecase, connectionUsecase domainport.ConnectionUsecase, logger *slog.Logger, ) *Service
New creates a new instance of the Service struct.
func (*Service) ApplyRawConfig ¶
func (s *Service) ApplyRawConfig(ctx context.Context, targetInstanceUID uuid.UUID, config any) error
ApplyRawConfig applies the raw configuration to the target instance.
func (*Service) ListConnections ¶ added in v0.0.15
ListConnections lists all connections.
Click to show internal directories.
Click to hide internal directories.