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
2024-10-01 01:36:09 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2d611e8148
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 04:57:29 -04:00
package
cmd
IDsFilename -> ClusterIDsFilename
2022-07-05 07:52:36 -04: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 04:57:29 -04: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 02:24:13 -04: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 04:57:29 -04:00
}
Reference in New Issue
Copy Permalink