Documentation ¶ Index ¶ Variables type Config type Store 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 Constants ¶ This section is empty. Variables ¶ View Source var MemoryRoots = []string{"/dev/shm"} Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { EpisodeDir string TempRoot string } type Store ¶ type Store struct { // contains filtered or unexported fields } func New ¶ func New(cfg Config) (*Store, error) func (*Store) Cleanup ¶ func (s *Store) Cleanup() error func (*Store) FramePath ¶ func (s *Store) FramePath(feature string, frameIndex int) string func (*Store) Pattern ¶ func (s *Store) Pattern(feature string) string func (*Store) WritePNG ¶ func (s *Store) WritePNG(rel string, data []byte) error Source Files ¶ View all Source files store.go Click to show internal directories. Click to hide internal directories.