Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTMLTransformer ¶
type HTMLTransformer struct{}
func (*HTMLTransformer) ExtractMeta ¶
func (mt *HTMLTransformer) ExtractMeta(input []byte) (result map[string]interface{}, content []byte, err error)
func (*HTMLTransformer) Init ¶
func (mt *HTMLTransformer) Init()
func (*HTMLTransformer) TransformContent ¶
func (mt *HTMLTransformer) TransformContent(input []byte) (result []byte, err error)
Click to show internal directories.
Click to hide internal directories.