constellation/cli/internal/cmd/id.go
katexochen 7bbcc564bb Refactor id file interaction
* Use IP instead of endpoint in clusterIDsFile
* Move and rename validateEnpoint to addPortIfMissing
* Refactor clusterIDsFile handling in verify cmd
2022-08-23 18:11:20 +02:00

8 lines
98 B
Go

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