Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) System ¶
func (s *Store) System() store.SystemStore
func (*Store) UpdateDatabase ¶
type SystemStore ¶
type SystemStore struct {
// contains filtered or unexported fields
}
func (*SystemStore) GetVersion ¶
func (s *SystemStore) GetVersion() (string, error)
func (*SystemStore) SaveVersion ¶
func (s *SystemStore) SaveVersion(version string) error
Click to show internal directories.
Click to hide internal directories.