diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-04-28 17:38:59 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | 1c4a3d41149a8cf2d4b55ed65dde1dfebb23d25a (patch) | |
| tree | 51685d74a8fac9d85122b8c1b8d8740f94109c70 | |
| parent | 065a5b1fe32e2861c4c4b95f4a4c4b93dbc964bc (diff) | |
Exports: Fix function name for DiscoOrganizations in comments
| -rw-r--r-- | exports/exports.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exports/exports.go b/exports/exports.go index be2a72b..5e92a1c 100644 --- a/exports/exports.go +++ b/exports/exports.go @@ -395,7 +395,7 @@ func DiscoServers(c C.uintptr_t) (*C.char, *C.char) { return C.CString(s), getCError(err) } -// DiscoServers gets the organizations from discovery, returned as types/discovery/discovery.go Organizations marshalled as JSON +// DiscoOrganizations gets the organizations from discovery, returned as types/discovery/discovery.go Organizations marshalled as JSON // c is the Cookie that needs to be passed. Create a new Cookie using `CookieNew` // If it was unsuccessful, it returns an error. Note that when the lib was built in release mode the data is almost always non-nil, even when an error has occurred // This means it has just returned the cached list |
