Exemplo n.º 1
0
// Register the codec
func init() {
	core.RegisterCodec("multiline", NewMultilineCodecFactory)
}
Exemplo n.º 2
0
// Register the codec
func init() {
	core.RegisterCodec("plain", NewPlainCodecFactory)
}
Exemplo n.º 3
0
// Register the codec
func init() {
	core.RegisterCodec("filter", NewFilterCodecFactory)
}