Skip to content
Snippets Groups Projects
Commit 9b20acad authored by ale's avatar ale
Browse files

Add missing initializer

parent f473269a
Branches
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ func NewBackend(config *BackendConfig) (Backend, error) {
return &shardedClient{
baseURL: u,
tlsConfig: tlsConfig,
urls: make(map[string]*url.URL),
shards: make(map[string]*http.Client),
}, nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment