WIP: allow update processes in cluster

This commit is contained in:
Ingo Oppermann
2023-05-12 12:59:01 +02:00
parent f3e410f4f5
commit 7d2b7b4836
18 changed files with 990 additions and 311 deletions

View File

@@ -141,7 +141,6 @@ func New(config Config) (RestClient, error) {
u.Fragment = ""
r.address = u.String()
fmt.Printf("address: %s\n", r.address)
if r.client == nil {
r.client = &http.Client{