mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-10 12:08:36 -05:00
8 lines
98 B
Go
8 lines
98 B
Go
package cmd
|
|
|
|
type clusterIDsFile struct {
|
|
ClusterID string
|
|
OwnerID string
|
|
Endpoint string
|
|
}
|