1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
10 "git.curoverse.com/arvados.git/lib/cmd"
11 "git.curoverse.com/arvados.git/lib/service"
12 "git.curoverse.com/arvados.git/sdk/go/arvados"
15 var Command cmd.Handler = service.Command(arvados.ServiceNameController, newHandler)
17 func newHandler(_ context.Context, cluster *arvados.Cluster, np *arvados.NodeProfile, _ string) service.Handler {
18 return &Handler{Cluster: cluster, NodeProfile: np}