update for latest micro

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-01-29 15:11:04 +03:00
parent a1a3daa799
commit b216aa3509
3 changed files with 24 additions and 354 deletions

View File

@@ -513,6 +513,10 @@ func (h *httpClient) String() string {
return "http"
}
func (h *httpClient) Name() string {
return h.opts.Name
}
func NewClient(opts ...client.Option) client.Client {
options := client.NewOptions(opts...)