Esempio n. 1
0
File: es.go Progetto: cokeboL/beego
func init() {
	logs.Register("es", NewES)
}
Esempio n. 2
0
func init() {
	logs.Register(logs.AdapterEs, NewES)
}