添加初始化

master
a7458969 2020-03-13 19:44:32 +08:00
parent 89b31ebf88
commit 92404cc17d
1 changed files with 2 additions and 0 deletions

View File

@ -27,7 +27,9 @@ func InitELK() {
}
func (*ElkEngine)Search() (error) {
if nil != gElkEngine.cli{
}
return nil
}