Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CentralSystem ¶
type CentralSystem struct {
// contains filtered or unexported fields
}
func NewCentralSystem ¶
func NewCentralSystem(db *storage.Storage, log *logger.Logger) *CentralSystem
func (*CentralSystem) SaveData ¶
func (c *CentralSystem) SaveData(name string, value int)
func (*CentralSystem) Start ¶
func (c *CentralSystem) Start(wg *sync.WaitGroup)
func (*CentralSystem) Stop ¶
func (c *CentralSystem) Stop()
Click to show internal directories.
Click to hide internal directories.