Documentation ¶ Index ¶ type Store func Open(path string) (*Store, error) func (s *Store) Close() func (s *Store) FindBy(key string, val string) ([]vcard.Card, error) func (s *Store) FindByFn(fn func(vc *vcard.Card) bool) ([]vcard.Card, error) func (s *Store) Upsert(vcs []*vcard.Card) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Store ¶ type Store struct { // contains filtered or unexported fields } func Open ¶ func Open(path string) (*Store, error) func (*Store) Close ¶ func (s *Store) Close() func (*Store) FindBy ¶ func (s *Store) FindBy(key string, val string) ([]vcard.Card, error) func (*Store) FindByFn ¶ func (s *Store) FindByFn(fn func(vc *vcard.Card) bool) ([]vcard.Card, error) func (*Store) Upsert ¶ func (s *Store) Upsert(vcs []*vcard.Card) error Source Files ¶ View all Source files store.go Click to show internal directories. Click to hide internal directories.