Versions in this module Expand all Collapse all v1 v1.0.35 Aug 1, 2022 Changes in this version + type Config struct + Generic []*Generic + func (cfg *Config) Add(c Credential) error + func (cfg *Config) ExtractGeneric(s string) *Generic + func (cfg *Config) FindCredential(s string) bool + type Credential interface + Validate func() error + type Generic struct + Domain string + Name string + Password string + Username string + func (c *Generic) Validate() error