Documentation
¶
Index ¶
- Variables
- type BoltStore
- func (s *BoltStore) Add(p model.Project) error
- func (s *BoltStore) Close() error
- func (s *BoltStore) DeleteByName(name string) (bool, error)
- func (s *BoltStore) DeleteByPath(path string) (bool, error)
- func (s *BoltStore) GetByName(name string) (model.Project, error)
- func (s *BoltStore) GetByPath(path string) (model.Project, error)
- func (s *BoltStore) LastPath() (string, error)
- func (s *BoltStore) List() ([]model.Project, error)
- func (s *BoltStore) PreferredOpener() (string, error)
- func (s *BoltStore) Rename(oldName, newName string) error
- func (s *BoltStore) SaveLastPath(path string) error
- func (s *BoltStore) SavePreferredOpener(opener string) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type BoltStore ¶
type BoltStore struct {
// contains filtered or unexported fields
}
func OpenDefault ¶
func OpenDefaultReadOnly ¶
func (*BoltStore) PreferredOpener ¶ added in v0.1.1
func (*BoltStore) SaveLastPath ¶ added in v0.1.1
func (*BoltStore) SavePreferredOpener ¶ added in v0.1.1
Click to show internal directories.
Click to hide internal directories.