Function nemo_relay_list_runtime_registrations

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.

#[unsafe(no_mangle)]pub unsafe extern "C" fn nemo_relay_list_runtime_registrations(
    kinds_json: *const c_char,
    out_json: *mut *mut c_char,
) -> NemoRelayStatus

List global gateable runtime registrations as JSON.

On success, out_json receives a Relay-allocated string. The caller owns that string and must release it exactly once with nemo_relay_string_free.

Safety

out_json must be a valid writable pointer. kinds_json may be null or a valid JSON array of registration kind strings.