diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-07 13:08:43 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-05-29 14:36:10 +0200 |
| commit | c11a15e8d432584f9c11b67aeb5f9a4b013266c9 (patch) | |
| tree | 819d34cb06144e547f8f9797c3cbbee5da4aa574 /exports/exports.go | |
| parent | 5ec8196cd63505fb05ad238db7afb972e5aefe6a (diff) | |
Exports: Run format
Diffstat (limited to 'exports/exports.go')
| -rw-r--r-- | exports/exports.go | 43 |
1 files changed, 21 insertions, 22 deletions
diff --git a/exports/exports.go b/exports/exports.go index 8e79421..c169260 100644 --- a/exports/exports.go +++ b/exports/exports.go @@ -695,17 +695,17 @@ func SetSecureLocation(orgID *C.char, cc *C.char) *C.char { // // Example Output: // -// { -// "server_list": [ -// { -// "base_url": "https://eduvpn.heanet.ie/", -// "display_name": { -// "en": "HEAnet Staff" -// }, -// "server_type": "institute_access", -// }, -// ] -// } , null +// { +// "server_list": [ +// { +// "base_url": "https://eduvpn.heanet.ie/", +// "display_name": { +// "en": "HEAnet Staff" +// }, +// "server_type": "institute_access", +// }, +// ] +// } , null // //export DiscoServers func DiscoServers(c C.uintptr_t, search *C.char) (*C.char, *C.char) { @@ -767,17 +767,16 @@ func DiscoServers(c C.uintptr_t, search *C.char) (*C.char, *C.char) { // // Example Output: // -// { -// "organization_list": [ -// { -// "display_name": { -// "en": "Academic Network of Albania - RASH" -// }, -// "org_id": "https://idp.rash.al/simplesaml/saml2/idp/metadata.php", -// }, -// ] -// }, null -// +// { +// "organization_list": [ +// { +// "display_name": { +// "en": "Academic Network of Albania - RASH" +// }, +// "org_id": "https://idp.rash.al/simplesaml/saml2/idp/metadata.php", +// }, +// ] +// }, null // //export DiscoOrganizations func DiscoOrganizations(c C.uintptr_t, search *C.char) (*C.char, *C.char) { |
