package
0.0.0-20241024022210-d31617f01746
Repository: https://github.com/maclon-lee/golanglib.git
Documentation: pkg.go.dev
# Functions
* 获取ES操作对象
* 参数esKey:对应为config.toml中es.db的name值
*/.
* 构建ES操作对象
*
* param address 连接地址,格式:http://ip:port 或 https://ip:port
* param username 连接用户名
* param password 连接密码
* return ES操作对象
*/.
# Structs
ElasticSearch上下文.
ESLogger implements the estransport.Logger interface.
No description provided by the author