Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Watcher ¶
type Watcher interface { // SetUpdateCallback sets the callback function that the watcher will call // when the date in DB has been changed by other instances. SetUpdateCallback(string, func(string)) // Update calls the update callback of other instances to synchronize their policy. Update(string, string) error // Release watcher resources. Close() error }
Click to show internal directories.
Click to hide internal directories.