Documentation
¶
Overview ¶
Package gallery enumerates all snapshot PNGs in a repository's working tree (subject to the configured globs). Unlike internal/gitscan, which is diff-driven, this walks the filesystem and returns every match — including unchanged files — so the gallery UI can browse the full baseline library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Item ¶
type Item struct {
ID string // short, URL-safe; stable across restarts
Path string // relative to repo root, slash-separated
Axes map[string]string // from AxisRegex; empty if no match; nil if no regex
}
Item is one PNG screenshot in the gallery.
Click to show internal directories.
Click to hide internal directories.