コード例 #1
0
ファイル: in_logear_forwarder.go プロジェクト: DLag/logear
func init() {
	rand.Seed(time.Now().UnixNano())
	bl.RegisterInput(module, Init)
}
コード例 #2
0
ファイル: filetail.go プロジェクト: DLag/logear
func init() {
	bl.RegisterInput(module, Init)
}