file

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FileCommand = &cobra.Command{
	Use:   "client.file",
	Short: "Listening config changes & modified local configuration",
	Run: func(cmd *cobra.Command, args []string) {
		etcd.Connect(etcdHosts, etcdCertFile, etcdKeyFile, etcdCaFile, etcdServerName)
		log.Info("Successfully connected to etcd server")
		wc := &client.EtcdFileWatcher{RetrySeconds: retrySeconds, StoreDir: storeDir, Tc: etcd.GetMetaCacheHandler()}
		wc.KeepEyesOnKeyWithPrefix(prefix)
	},
}

FileCommand : file storage watching command

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL