Versions in this module Expand all Collapse all v1 v1.6.1 Jan 10, 2020 Changes in this version + const DefaultConfigurationPath + const DefaultDatabasePath + type AppConfiguration struct + Backup struct{ ... } + Cli struct{ ... } + ConfigurationFile string + Database string + DisableSentry bool + EnableSentry bool + LogLevel string + Restore struct{ ... } + Run struct{ ... } + type BackupSettings struct + Database struct{ ... } + Settings bool + type NoReaderFoundError struct + func (e NoReaderFoundError) Error() string + type Watcher struct + Cfg *AppConfiguration + DbCon *database.DbIO + ModuleFactory *modules.ModuleFactory + func NewWatcher(cfg *AppConfiguration) *Watcher + func (app *Watcher) AddAccountByURI(uri string, user string, password string) + func (app *Watcher) AddCookieByURI(uri string, name string, value string, expiration string) + func (app *Watcher) AddItemByURI(uri string, currentItem string) + func (app *Watcher) AddOAuthClientByURI(uri string, clientID string, clientSecret string, accessToken string, ...) + func (app *Watcher) Backup(archiveName string, cfg *AppConfiguration) + func (app *Watcher) ListAccounts(uri string) + func (app *Watcher) ListCookies(uri string) + func (app *Watcher) ListOAuthClients(uri string) + func (app *Watcher) ListRegisteredModules(uri string) + func (app *Watcher) ListTrackedItems(uri string, includeCompleted bool) + func (app *Watcher) Restore(archiveName string, cfg *AppConfiguration) + func (app *Watcher) Run()