peer: save PublicIP instead of publicEndpoint / add multi-coord gRPCs

This commit is contained in:
Benedict 2022-04-13 12:39:55 +02:00 committed by Benedict Schlüter
parent 55a1aa783f
commit f0e35a43d4
31 changed files with 1216 additions and 666 deletions

View file

@ -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) {