Versions in this module Expand all Collapse all v0 v0.1.0 Dec 6, 2023 Changes in this version + type Store struct + func NewStore(path string) (*Store, error) + func (s *Store) AddUser(user User) error + func (s *Store) Close() error + func (s *Store) GetUsers() []User + func (s *Store) RemoveUser(user User) + type User struct + Email string + GpgFormat string + SignCommits *bool + SigningKey string + Username string + func (u User) Description() string + func (u User) FilterValue() string + func (u User) Title() string