Documentation ¶
Index ¶
- type Sync
- func (s *Sync) Delete(key string) error
- func (s *Sync) Fetch(key string) (interface{}, error)
- func (s *Sync) HasLock(path string) bool
- func (s *Sync) Lock(path string, block bool) error
- func (s *Sync) Unlock(path string) error
- func (s *Sync) Update(key, jsonString string) error
- func (s *Sync) Watch(path string, responseChan chan *sync.Event, stopChan chan bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.