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
1 changed files with 0 additions and 13 deletions

View File

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