Documentation
¶
Index ¶
- type Watcher
- func (w *Watcher) AfterTransaction(err error) error
- func (w *Watcher) BeforeCommit(tx bolted.WriteTx) error
- func (w *Watcher) Closed() error
- func (w *Watcher) CreateMap(tx bolted.WriteTx, path string) error
- func (w *Watcher) Delete(tx bolted.WriteTx, path string) error
- func (w *Watcher) Opened(b *bolted.Bolted) error
- func (w *Watcher) Put(tx bolted.WriteTx, path string, newValue []byte) error
- func (w *Watcher) Start(c bolted.WriteTx) error
- func (w *Watcher) WatchForChanges(ctx context.Context, path string, cb func(c bolted.ReadTx) error) 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.