constellation/cli/internal/cmd/id.go

14 lines
181 B
Go
Raw Normal View History

/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: AGPL-3.0-only
*/
package cmd
2022-07-05 11:52:36 +00:00
type clusterIDsFile struct {
ClusterID string
OwnerID string
IP string
}