mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-12 09:59:30 -04:00
7 lines
98 B
Go
7 lines
98 B
Go
package cmd
|
|
|
|
type clusterIDsFile struct {
|
|
ClusterID string
|
|
OwnerID string
|
|
Endpoint string
|
|
}
|