Versions in this module Expand all Collapse all v1 v1.1.0 Jun 11, 2026 v1.0.0 Jun 5, 2026 Changes in this version + var MemoryRoots = []string + type Config struct + EpisodeDir string + TempRoot string + type Store struct + func New(cfg Config) (*Store, error) + func (s *Store) Cleanup() error + func (s *Store) FramePath(feature string, frameIndex int) string + func (s *Store) Pattern(feature string) string + func (s *Store) WritePNG(rel string, data []byte) error