Versions in this module Expand all Collapse all v0 v0.0.1 Dec 4, 2022 Changes in this version + type ClientConn struct + func New(serviceName string, handler *consul.Client, conf *consul.Config) *ClientConn + func (m *ClientConn) Execute(request *Request) (*resty.Response, error) + func (m *ClientConn) GetAddress() (string, error) + type Request struct + Method string + Option func(*resty.Request) + Path string + Scheme string