diff --git a/pkg/wgfunc/client.go b/pkg/wgfunc/client.go deleted file mode 100644 index f27de4b..0000000 --- a/pkg/wgfunc/client.go +++ /dev/null @@ -1,13 +0,0 @@ -package wgfunc - -type ClientConfig struct { - ServerURL string - ServerPublicKey string - PrivateKey string - PresharedKey string -} - -type Client struct { - -} -