Struct fluence_faas::FluenceFaaS [−][src]
pub struct FluenceFaaS { /* fields omitted */ }Implementations
pub fn with_raw_config<C>(config: C) -> Result<Self, FaaSError> where
C: TryInto<FaaSConfig>,
FaaSError: From<C::Error>,
pub fn with_raw_config<C>(config: C) -> Result<Self, FaaSError> where
C: TryInto<FaaSConfig>,
FaaSError: From<C::Error>,
Creates FaaS from config deserialized from TOML.
Creates FaaS with given modules.
Searches for modules in config.modules_dir, loads only those in the names set
Call a specified function of loaded on a startup module by its name.
Call a specified function of loaded on a startup module by its name.
Return all export functions (name and signatures) of loaded modules.