type Server struct {
Logger clis.Logger BindAddress string BindWithDualStack bool EnableTls bool TlsCertFile string TlsPrivateKeyFile string TlsCertDir string TlsAutoCertDomains []string ConnQPS int ConnBurst int WebsocketConnMaxPerIP int GopoolWorkerFactor int DataSourceDir string}