Versions in this module Expand all Collapse all v0 v0.4.1 Aug 8, 2026 Changes in this version + type AccountList interface + Decrypt func(password cryptor.PasswordHash) error + GetAccs func() ([]account.Account, error) + GetSource func() (DataSource, string) + GetSourceFilePath func() string + IsDecrypted func() bool + IsPasswordProtected func() bool + Load func() error + PopulateNew func() error + PrepopulateFromFile func(path string, isDefault bool) error + Recrypt func() + Save func() error + SetAccs func(to_set []account.Account) error + type DataSource uint + const FileSource + const NamedSource + type PureAccountList interface + Detect func() bool + GetDefaultFilename func() string + type WayAccountList interface + CryptionTimeEstimate func() time.Duration + GetWayTypeId func() format.FileTypeId + SetPasswordProtected func(isPasswordProtected bool)