pub struct PrHandler {} impl PrHandler { pub fn new() -> Option { Some("Pull Request Handler".to_string()) } }