8 lines
159 B
Go
8 lines
159 B
Go
package proto
|
|
|
|
type NodePublicInfo struct {
|
|
PublicKey string `json:"public_key"`
|
|
UDPPort int `json:"udp_port"`
|
|
Endpoint string `json:"endpoint"`
|
|
}
|