Documentation ¶
Index ¶
- type Store
- func (s *Store) ConfigExists() (bool, error)
- func (s *Store) GetConfig() (*service.Config, error)
- func (s *Store) GetRsaKeys() (*v1.RSAKeys, error)
- func (s *Store) GetServiceConfigsPath() string
- func (s *Store) RSAKeysExists() (bool, error)
- func (s *Store) SaveConfig(config *service.Config) error
- func (s *Store) SaveRSAKeys(keys *v1.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 (*Store) ConfigExists ¶ added in v0.68.0
func (*Store) GetServiceConfigsPath ¶ added in v0.69.0
func (*Store) RSAKeysExists ¶
func (*Store) SaveConfig ¶ added in v0.68.0
Click to show internal directories.
Click to hide internal directories.