gost_software/gost/node.go
2017-07-21 18:14:31 +08:00

9 lines
108 B
Go

package gost
type Node struct {
Addr string
Protocol string
Transport string
Client *Client
}