use crate::common::*; pub struct FunctionContext<'a> { pub invocation_directory: &'a Result, pub dotenv: &'a BTreeMap, }