Documentation
¶
Index ¶
Constants ¶
View Source
const ( FileMask = 0644 // 0666 DirectoryMask = 0755 // 0777 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RenderInput ¶
type RenderOutput ¶
type Writer ¶
type Writer interface {
Render(ctx context.Context, in RenderInput, beFinalized bool) (*RenderOutput, error)
Finalize(renderJob *job.Job, jobDir, sourcePath, outPath string, lastStep bool) (renderOutput *RenderOutput, err error)
}
Click to show internal directories.
Click to hide internal directories.