mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-07 16:55:15 -04:00
add tags to cluster id file struct
This commit is contained in:
parent
7b00005ed6
commit
e80948a263
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
package cmd
|
||||
|
||||
type clusterIDsFile struct {
|
||||
ClusterID string
|
||||
OwnerID string
|
||||
IP string
|
||||
ClusterID string `json:"clusterID,omitempty"`
|
||||
OwnerID string `json:"ownerID,omitempty"`
|
||||
IP string `json:"ip,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue