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