| 37 | } |
| 38 | |
| 39 | pub struct PrUpdateContext<'a> { |
| 40 | pub pr_number: u64, |
| 41 | pub generated_ttml: &'a str, |
| 42 | pub root_path: &'a Path, |
| 43 | pub requester: &'a str, |
| 44 | pub metadata: &'a TTMLMetadata, |
| 45 | pub remarks: Option<String>, |
| 46 | pub comment_id: u64, |
| 47 | } |
| 48 | |
| 49 | #[derive(Clone)] |
| 50 | pub struct GitHubClient { |
nothing calls this directly
no outgoing calls
no test coverage detected