Documentation ¶ Index ¶ type File func (f *File) Path() string type Pipeline func New(log log.Log) *Pipeline func (p *Pipeline) Add(from, to string, fn func(file *File) error) func (p *Pipeline) Run(fromPath, toExt string, code []byte) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type File ¶ type File struct { Data []byte // contains filtered or unexported fields } func (*File) Path ¶ func (f *File) Path() string type Pipeline ¶ type Pipeline struct { // contains filtered or unexported fields } func New ¶ func New(log log.Log) *Pipeline func (*Pipeline) Add ¶ func (p *Pipeline) Add(from, to string, fn func(file *File) error) func (*Pipeline) Run ¶ func (p *Pipeline) Run(fromPath, toExt string, code []byte) ([]byte, error) Source Files ¶ View all Source files trpipe.go Click to show internal directories. Click to hide internal directories.