2022-07-05 14:41:58 +02:00

8 lines
98 B
Go

package cmd
type clusterIDsFile struct {
ClusterID string
OwnerID string
Endpoint string
}