keksvpn/pkg/wgfunc/client.go

14 lines
153 B
Go

package wgfunc
type ClientConfig struct {
ServerURL string
ServerPublicKey string
PrivateKey string
PresharedKey string
}
type Client struct {
}