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