// return a Consul client based on given address func getConsul(address string) (*consulapi.Client, error) { config := consulapi.DefaultConfig() ...
確定! 回上一頁