updat for latest micro

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-09-30 01:34:20 +03:00
parent 420977b3c4
commit e29fd8d71a
4 changed files with 95 additions and 74 deletions

View File

@@ -12,13 +12,13 @@ import (
)
type vaultWatcher struct {
cli *api.Client
path string
opts config.Options
wopts config.WatchOptions
done chan struct{}
vchan chan map[string]interface{}
echan chan error
cli *api.Client
opts config.Options
wopts config.WatchOptions
}
func (w *vaultWatcher) run() {