From 35b11f421c23b18680b9468cca6cdec08430aba7 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 14 Mar 2024 16:07:19 +0100 Subject: Docs API: Re-gen --- docs/src/api/functiondocs.md | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'docs/src/api') diff --git a/docs/src/api/functiondocs.md b/docs/src/api/functiondocs.md index 77f810a..9061515 100644 --- a/docs/src/api/functiondocs.md +++ b/docs/src/api/functiondocs.md @@ -24,7 +24,6 @@ This document was automatically generated from the exports/exports.go file * [SetProfileID](#setprofileid) * [SetSecureLocation](#setsecurelocation) * [SetState](#setstate) - * [SetSupportWireguard](#setsupportwireguard) * [SetTokenHandler](#settokenhandler) * [StartFailover](#startfailover) * [StartProxyguard](#startproxyguard) @@ -760,20 +759,6 @@ to it. Example Input: ```SetState(5)``` Example Output: ```null``` -## SetSupportWireguard -Signature: - ```go -func SetSupportWireguard(support C.int) *C.char -``` -SetSupportWireguard enables or disables WireGuard for the client. *WARNING: -This function will be removed* - -By default WireGuard support is enabled To disable it you can pass a 0 int -to this - -`support` thus indicates whether or not to enable WireGuard An error is -returned if this is not possible - ## SetTokenHandler Signature: ```go -- cgit v1.2.3