Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Splits monitor type Splits = iota // Segments monitor type Segments // Storage monitor type Storage // SyncErros monitor type SyncErros )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonitorProducerInterface ¶
type MonitorProducerInterface interface {
NotifyEvent(monitorType int)
Reset(monitorType int, value int)
}
MonitorProducerInterface application monitor producer interface
Click to show internal directories.
Click to hide internal directories.