You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2024. It is now read-only.
package credentials
// StoreOptions provides options for NewStore.typeStoreOptionsstruct {
// AllowPlainText allows saving credentials in plain text in configuration file.AllowPlainTextbool
}
// NewStore returns a new store from the settings in the configuration// file.funcNewStore(configPathstring, optsStoreOptions) Store {
panic("not implemented") // TODO: Implement
}
Proposed API:
Design discussion: #18