source/github: implement

This commit is contained in:
2026-01-16 14:03:41 +09:00
parent bc077376cc
commit eb61f4cd05
5 changed files with 217 additions and 238 deletions
-1
View File
@@ -92,7 +92,6 @@ impl Default for RepositoryFilter {
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
pub struct RepositoryInfo {
pub name: String,
pub full_name: String,
pub url: String,
pub icon_url: Option<String>,
pub is_fork: bool,