Documentation
¶
Overview ¶
Package command provides the command application usecase for the opampcommander.
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 CommandLookUpUsecase interface.
func New ¶
func New( commandUsecase domainport.CommandUsecase, logger *slog.Logger, ) *Service
New creates a new instance of the Service struct.
func (*Service) GetCommand ¶
GetCommand implements port.CommandLookUpUsecase.
Click to show internal directories.
Click to hide internal directories.