diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-14 16:07:19 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-14 16:07:19 +0100 |
| commit | 35b11f421c23b18680b9468cca6cdec08430aba7 (patch) | |
| tree | 0820ceca02e8d63a029bc26acfe42e9b029f997e /docs/src/api | |
| parent | b98fbee125dd15bbd083de62f7b636ccd0e0248e (diff) | |
Docs API: Re-gen
Diffstat (limited to 'docs/src/api')
| -rw-r--r-- | docs/src/api/functiondocs.md | 15 |
1 files changed, 0 insertions, 15 deletions
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 |
