Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Customization ¶
type Customization struct { // AfterPageRead is a hook that is called after a page is read and can be // used to modify or replace the content. AfterPageRead func([]byte) []byte AfterPageParse func(ast.Node) ast.Node }
func (*Customization) Runbull ¶
func (c *Customization) Runbull() error
Click to show internal directories.
Click to hide internal directories.