コード例 #1
0
ファイル: debug.go プロジェクト: speedata/publisher
func init() {
	processor.RegisterOutputFilter("debug", Render)
}
コード例 #2
0
ファイル: html.go プロジェクト: speedata/publisher
func init() {
	processor.RegisterOutputFilter("html", Render)
}