X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/62121f9b2f15cd35a6ce5b6e66ccaaae1c1af834..b0e6c00576257cef24cfd0599073f58904a2b85c:/sdk/go/dispatch/dispatch.go?ds=sidebyside diff --git a/sdk/go/dispatch/dispatch.go b/sdk/go/dispatch/dispatch.go index a48613292e..4987c01055 100644 --- a/sdk/go/dispatch/dispatch.go +++ b/sdk/go/dispatch/dispatch.go @@ -25,7 +25,7 @@ const ( // Dispatcher holds the state of the dispatcher type Dispatcher struct { // The Arvados client - Arv arvadosclient.ArvadosClient + Arv *arvadosclient.ArvadosClient // When a new queued container appears and is either already owned by // this dispatcher or is successfully locked, the dispatcher will call