Versions in this module Expand all Collapse all v0 v0.2.7 Jan 20, 2023 v0.2.6 Jan 19, 2023 Changes in this version + type File = trpipe.File + type Transform struct + From string + Func func(file *File) error + To string + type Transformer struct + func Load(log log.Log, transforms ...*Transform) *Transformer + func (t *Transformer) Transform(fsys fs.FS, fpath string) ([]byte, error)