Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericService ¶
type GenericService struct {
// contains filtered or unexported fields
}
func NewGenericService ¶
func NewGenericService(name string, dependencies []string, run RunFunc) *GenericService
func (*GenericService) Dependencies ¶
func (s *GenericService) Dependencies() []string
func (*GenericService) Name ¶
func (s *GenericService) Name() string
type ServiceManager ¶
type ServiceManager struct {
// contains filtered or unexported fields
}
func NewServiceManager ¶
func NewServiceManager(startRec *startuprecorder.StartupRecorder) *ServiceManager
func (*ServiceManager) AddService ¶
func (m *ServiceManager) AddService(s Service) error
func (*ServiceManager) Dependencies ¶
func (s *ServiceManager) Dependencies() []string
func (*ServiceManager) Name ¶
func (s *ServiceManager) Name() string
Click to show internal directories.
Click to hide internal directories.