Versions in this module Expand all Collapse all v0 v0.1.0 Jul 22, 2026 Changes in this version + const FileName + type Store struct + func Open(logDir string) (*Store, bool, error) + func (s *Store) Close() error + func (s *Store) Load(ctx context.Context) ([]byte, error) + func (s *Store) Path() string + func (s *Store) Save(ctx context.Context, payload, metrics []byte) error