fluentci/dagger/function_call
Types
pub type FunctionCall
Functions
pub fn input_args(
f: FunctionCall,
) -> Promise(Array(FunctionCallArgValue))
pub fn parent_name(f: FunctionCall) -> Promise(String)
pub fn return_value(
f: FunctionCall,
value: JSON,
) -> Promise(Void)