Function juju::relation_set_by_id[][src]

pub fn relation_set_by_id(
    key: &str,
    value: &str,
    id: &Relation
) -> Result<String, JujuError>

Sets relation information using a specific relation ID. Used outside of relation hooks

Failures

Will return a String of the stderr if the call fails