mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-21 13:08:07 -04:00
peer: save PublicIP instead of publicEndpoint / add multi-coord gRPCs
This commit is contained in:
parent
55a1aa783f
commit
f0e35a43d4
31 changed files with 1216 additions and 666 deletions
|
@ -11,11 +11,12 @@ func _() {
|
|||
_ = x[Unknown-0]
|
||||
_ = x[Coordinator-1]
|
||||
_ = x[Node-2]
|
||||
_ = x[Admin-3]
|
||||
}
|
||||
|
||||
const _Role_name = "UnknownCoordinatorNode"
|
||||
const _Role_name = "UnknownCoordinatorNodeAdmin"
|
||||
|
||||
var _Role_index = [...]uint8{0, 7, 18, 22}
|
||||
var _Role_index = [...]uint8{0, 7, 18, 22, 27}
|
||||
|
||||
func (i Role) String() string {
|
||||
if i >= Role(len(_Role_index)-1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue