Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
// Start starts the service - load the configuration
Start(ctx context.Context, cancelFunction context.CancelFunc) error
}
func NewMaestroService ¶
Click to show internal directories.
Click to hide internal directories.