Skip to main content

plugin_list

Function plugin_list 

Source
pub async fn plugin_list(
    _cfm: SharedConfium,
    _params: Value,
) -> Result<Value, RpcError>
Expand description

plugin_list(){"plugins": [{"name": "botan"}, ...]}

Lists the providers currently registered on the owned Confium. The core’s providers field is private, so we return an empty list today; once a public accessor lands, this will return the full list with metadata.