Remove unused file

This commit is contained in:
Kekskurse 2022-02-27 05:09:02 +01:00
parent f7c8ef9bfc
commit ce3b71941f
Signed by: kekskurse
GPG key ID: 728ACCB59341E7E4

View file

@ -1,13 +0,0 @@
package wgfunc
type ClientConfig struct {
ServerURL string
ServerPublicKey string
PrivateKey string
PresharedKey string
}
type Client struct {
}