hvpn-node3/proto/node.go

9 lines
176 B
Go
Raw Normal View History

package proto
type NodePublicInfo struct {
PublicKey string `json:"public_key"`
UDPPort int `json:"udp_port"`
Endpoint string `json:"endpoint"`
2024-03-18 00:06:33 +01:00
Type string
}