Versions in this module Expand all Collapse all v0 v0.2.3 Dec 17, 2025 v0.2.1 Dec 11, 2025 Changes in this version + type Store struct + func NewStore(dataDir string) (*Store, error) + func (s *Store) AuthProviderStore() driven.AuthProviderStore + func (s *Store) Close() error + func (s *Store) CredentialsStore() driven.CredentialsStore + func (s *Store) DocumentStore() driven.DocumentStore + func (s *Store) ExclusionStore() driven.ExclusionStore + func (s *Store) Path() string + func (s *Store) SchedulerStore() driven.SchedulerStore + func (s *Store) SourceStore() driven.SourceStore + func (s *Store) SyncStateStore() driven.SyncStateStore