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