Skip to main content

bind

Function bind 

Source
pub fn bind(
    handle: &ComponentHandle,
    tenant: &TenantCtx,
    bindings: &Bindings,
    secret_resolver: &mut dyn FnMut(&str, &TenantCtx) -> Result<String, CompError>,
) -> Result<(), CompError>