Versions in this module Expand all Collapse all v1 v1.0.0 Dec 30, 2024 Changes in this version + const EnvironmentVariableName + const ErrCredentialValue + const ErrDirectoryAccess + const ErrDirectoryUnset + const ErrInvalidName + const ErrMissingPrefix + type Store struct + Path string + Prefix string + func Open(prefix string) (Store, error) + func (s Store) Get(name string) (string, error) + func (s Store) GetBytes(name string) ([]byte, error)