Documentation ¶ Index ¶ type Store func InitialiseStore(p paths.Paths) (*Store, error) func (s *Store) GetRSAKeysPath() (string, string) func (s *Store) GetRsaKeys() (*service.RSAKeys, error) func (s *Store) RSAKeysExists() (bool, error) func (s *Store) SaveRSAKeys(keys *service.RSAKeys) 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 InitialiseStore ¶ func InitialiseStore(p paths.Paths) (*Store, error) func (*Store) GetRSAKeysPath ¶ func (s *Store) GetRSAKeysPath() (string, string) func (*Store) GetRsaKeys ¶ func (s *Store) GetRsaKeys() (*service.RSAKeys, error) func (*Store) RSAKeysExists ¶ func (s *Store) RSAKeysExists() (bool, error) func (*Store) SaveRSAKeys ¶ func (s *Store) SaveRSAKeys(keys *service.RSAKeys) error Source Files ¶ View all Source files store.go Click to show internal directories. Click to hide internal directories.