Versions in this module Expand all Collapse all v0 v0.2.0 Nov 8, 2018 Changes in this version + type CredentialsRepository interface + Fetch func(identifier string) (string, bool) + Remove func(identifier string) + Store func(identifier string, secret string) + func NewCredentialsRepository() CredentialsRepository + type SettingsRepository interface + Fetch func() model.Settings + Store func(settings model.Settings) + func NewSettingsRepository() SettingsRepository