Documentation ¶
Index ¶
Constants ¶
View Source
const (
TaskChannelSize = 4
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IncidentManager ¶
type IncidentManager struct {
// contains filtered or unexported fields
}
func NewIncidentManager ¶
func NewIncidentManager( isTableOfIncidentsUsed bool, dbo *dbo.DatabaseObject, gwmClient *cc.Client, blockTimePerIncident *s.BlockTimePerIncident, ) (im *IncidentManager)
func (*IncidentManager) ReportIncident ¶
func (*IncidentManager) Start ¶
func (im *IncidentManager) Start() (err error)
Start starts the incident manager.
func (*IncidentManager) Stop ¶
func (im *IncidentManager) Stop() (err error)
Stop stops the incident manager.
Click to show internal directories.
Click to hide internal directories.