Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 Changes in this version + type File struct + Data []byte + Hash shake256.Hash + Path string + func GetFiles(ctx context.Context, entries []FileEntry, ...) ([]File, error) + type FileEntry struct + Name string + Orig string + func FilterEntries[T any](entries []T, getPath func(T) string, repo filter.Repo) []FileEntry + type Meta struct + Commit string + CreatedAt time.Time + DefaultBranch string + UpdatedAt time.Time