Versions in this module Expand all Collapse all v5 v5.0.1 Nov 10, 2022 v5.0.0 Nov 10, 2022 Changes in this version + type Store struct + func NewOrLoadStore(kv *versioned.KV) (*Store, error) + func (s *Store) BackUpMissingFacts(username, email, phone fact.Fact) error + func (s *Store) ConfirmFact(confirmationId string) error + func (s *Store) DeleteFact(f fact.Fact) error + func (s *Store) GetFacts() []fact.Fact + func (s *Store) GetStringifiedFacts() []string + func (s *Store) GetUsername() (string, error) + func (s *Store) RestoreFromBackUp(backupData fact.FactList) error + func (s *Store) StoreUnconfirmedFact(confirmationId string, f fact.Fact) error + func (s *Store) StoreUsername(f fact.Fact) error Other modules containing this package gitlab.com/elixxir/client/v4