Ongoing work on node table

Sync commit: Does not compile
This commit is contained in:
2025-09-30 10:06:19 +02:00
parent e58b0fa015
commit 35c6ab4a08
3 changed files with 26 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
// All rights reserved. This file is part of cc-backend.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package api
import (
@@ -25,7 +26,6 @@ type Node struct {
GpusTotal int `json:"gpusTotal"`
}
// updateNodeStatesRequest model
type UpdateNodeStatesRequest struct {
Nodes []Node `json:"nodes"`
Cluster string `json:"cluster" example:"fritz"`