Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct { ErrCh chan error // Channel that receives done signal RcvDoneCh chan struct{} // Channel that sends done signal SndDoneCh chan struct{} // contains filtered or unexported fields }
Runner is used to initialize a watcher and kvHandler
Click to show internal directories.
Click to hide internal directories.