This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
constellation
Watch
1
Star
0
Fork
0
You've already forked constellation
mirror of
https://github.com/edgelesssys/constellation.git
synced
2025-02-09 03:18:34 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
constellation
/
cli
/
internal
/
cmd
/
id.go
8 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
AB#2032 Write IDs to disk and read when verifying (#212) * AB#2032 Write IDs to disk and read when verifying * Update CHANGELOG.md * update changelog * update changelog * cli verify: prefer flag values * Rename fid file Co-authored-by: Thomas Tendyck <tt@edgeless.systems>
2022-07-01 10:57:29 +02:00
package
cmd
IDsFilename -> ClusterIDsFilename
2022-07-05 13:52:36 +02:00
type
clusterIDsFile
struct
{
AB#2032 Write IDs to disk and read when verifying (#212) * AB#2032 Write IDs to disk and read when verifying * Update CHANGELOG.md * update changelog * update changelog * cli verify: prefer flag values * Rename fid file Co-authored-by: Thomas Tendyck <tt@edgeless.systems>
2022-07-01 10:57:29 +02:00
ClusterID
string
OwnerID
string
Refactor id file interaction * Use IP instead of endpoint in clusterIDsFile * Move and rename validateEnpoint to addPortIfMissing * Refactor clusterIDsFile handling in verify cmd
2022-07-29 08:24:13 +02:00
IP
string
AB#2032 Write IDs to disk and read when verifying (#212) * AB#2032 Write IDs to disk and read when verifying * Update CHANGELOG.md * update changelog * update changelog * cli verify: prefer flag values * Rename fid file Co-authored-by: Thomas Tendyck <tt@edgeless.systems>
2022-07-01 10:57:29 +02:00
}
Reference in New Issue
Copy Permalink