Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin interface {
// ProcessPage will be invoked after parsing the page. Must be safe
// for concurrent usage.
ProcessPage(page *model.Page) error
// PreWrite will be invoked before writing the site.
PreWrite(site *model.Site) error
// PostWrite will be invoked after writing the site.
PostWrite() error
}
Plugin represents a built-in verless plugin.
Click to show internal directories.
Click to hide internal directories.