Documentation ¶
Index ¶
Constants ¶
View Source
const ( StageBeforeParser = "before_parser" StageAfterParser = "after_parser" )
View Source
const (
KeyType = "type"
)
Variables ¶
View Source
var Transformers = map[string]Creator{}
Functions ¶
Types ¶
type Creator ¶
type Creator func() Transformer
Click to show internal directories.
Click to hide internal directories.