9550: Allow overriding keep services discovery with ARVADOS_KEEP_SERVICES env var.
[arvados.git] / sdk / go / keepclient / keepclient.go
index 26aa7177e05c3aa64d3e956f183379614093d341..58f3ffb8348ff7b5f9d9588e6455ae7c9e9ff18a 100644 (file)
@@ -352,7 +352,7 @@ func (kc *KeepClient) WritableLocalRoots() map[string]string {
 // caller can reuse/modify them after SetServiceRoots returns, but
 // they should not be modified by any other goroutine while
 // SetServiceRoots is running.
-func (kc *KeepClient) SetServiceRoots(newLocals, newWritableLocals map[string]string, newGateways map[string]string) {
+func (kc *KeepClient) SetServiceRoots(newLocals, newWritableLocals, newGateways map[string]string) {
        locals := make(map[string]string)
        for uuid, root := range newLocals {
                locals[uuid] = root