pub fn create_service_with_github_auth(
functions_dir: PathBuf,
github_auth: Arc<impl Fn(&str, &str) -> Result<bool> + Send + Sync + 'static>,
) -> Result<FunctionServiceImpl>
Expand description
Helper function to create a service implementation with GitHub auth