Versions in this module Expand all Collapse all v1 v1.21.0 Feb 1, 2024 Changes in this version + type Config struct + Dir string + type Storage struct + func Initialize(config Config, encryptionPassword string) (Storage, error) + func (s *Storage) InitializeKeyStorePersistence(dir string) (persistence.ProtectedHandle, error) + func (s *Storage) InitializeWorkPersistence(dir string) (persistence.BasicHandle, error)