Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataManager ¶
type DataManager struct {
// contains filtered or unexported fields
}
func NewDataManager ¶
func NewDataManager(fetcher Fetcher, name string, interval time.Duration) *DataManager
func (*DataManager) GetLastChanges ¶
func (m *DataManager) GetLastChanges() time.Time
func (*DataManager) Lock ¶
func (m *DataManager) Lock()
func (*DataManager) RLock ¶
func (m *DataManager) RLock()
func (*DataManager) RUnlock ¶
func (m *DataManager) RUnlock()
func (*DataManager) Start ¶
func (m *DataManager) Start(stopCh <-chan struct{}, changesCh chan<- struct{}) error
func (*DataManager) Unlock ¶
func (m *DataManager) Unlock()
Click to show internal directories.
Click to hide internal directories.