gofumpt
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
fb3e2dcf10
commit
90287a6735
25 changed files with 284 additions and 344 deletions
|
|
@ -116,7 +116,7 @@ var registerNodeCmd = &cobra.Command{
|
|||
}
|
||||
|
||||
request := &v1.RegisterMachineRequest{
|
||||
Key: machineKey,
|
||||
Key: machineKey,
|
||||
User: user,
|
||||
}
|
||||
|
||||
|
|
@ -439,7 +439,7 @@ var moveNodeCmd = &cobra.Command{
|
|||
|
||||
moveRequest := &v1.MoveMachineRequest{
|
||||
MachineId: identifier,
|
||||
User: user,
|
||||
User: user,
|
||||
}
|
||||
|
||||
moveResponse, err := client.MoveMachine(ctx, moveRequest)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue