Documentation
¶
Index ¶
- func ProvideService() I.IService
- type Service
- func (service *Service) GetActive(i ...interface{}) bool
- func (service *Service) GetName() string
- func (service *Service) GetPath(i ...interface{}) string
- func (service *Service) GetValues(i ...interface{}) []string
- func (service *Service) Init(id uint, name string, path string, active bool, environment string, ...) error
- func (service *Service) SetActive(active bool, i ...interface{}) error
- func (service *Service) SetPath(path string, i ...interface{}) error
- func (service *Service) ToggleActive(i ...interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service ...
func (*Service) Init ¶
func (service *Service) Init( id uint, name string, path string, active bool, environment string, executor interface{}) error
Init ...
func (*Service) ToggleActive ¶
ToggleActive ...
Click to show internal directories.
Click to hide internal directories.