//@Author : KaiShin //@Time : 2021/10/28 package es_mgr type EsConfig struct { UserName string Password string Addresses []string }