Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemService ¶
type SystemService struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(cfg *config.Config) *SystemService
func (*SystemService) GetSettings ¶
func (s *SystemService) GetSettings() (*entity.SettingInfo, error)
func (*SystemService) Quit ¶
func (s *SystemService) Quit()
func (*SystemService) UpdateSettings ¶
func (s *SystemService) UpdateSettings(dtoObject *dto.UpdateSettingsDTO) (*entity.SettingInfo, error)
Click to show internal directories.
Click to hide internal directories.