Versions in this module Expand all Collapse all v0 v0.1.0 Aug 17, 2018 Changes in this version + type App struct + Config Config + Vault *api.Client + Watcher *gitwatch.Session + func Initialise(config Config) (app *App, err error) + func (app *App) Start() + func (app *App) Stop() + type Config struct + CacheDirectory string + CheckInterval time.Duration + Targets []string + VaultAddress string + VaultNamespace string + VaultToken string