Versions in this module Expand all Collapse all v1 v1.99.1 Mar 16, 2022 Changes in this version + func GetSignHeaders(params map[string]string, secretKey string) map[string]string + type NacosServer struct + ServerSrcChangeSignal chan struct{} + func NewNacosServer(serverList []constant.ServerConfig, clientCfg constant.ClientConfig, ...) (*NacosServer, error) + func (server *NacosServer) GetNextServer() (constant.ServerConfig, error) + func (server *NacosServer) GetServerList() []constant.ServerConfig + func (server *NacosServer) InjectSecurityInfo(param map[string]string) + func (server *NacosServer) ReqApi(api string, params map[string]string, method string) (string, error) + func (server *NacosServer) ReqConfigApi(api string, params map[string]string, headers map[string]string, method string, ...) (string, error) Other modules containing this package github.com/EricLi404/nacos-sdk-go/v2