diff --git a/src/model/repository.rs b/src/model/repository.rs index 2badfad..4a93065 100644 --- a/src/model/repository.rs +++ b/src/model/repository.rs @@ -4,10 +4,10 @@ use super::instance::Instance; #[derive(Hash, Clone, Serialize, Deserialize)] pub struct Repository { - /// username of the person who owns the repository (who knows how organizations will work) - pub owner_username: String, - /// Visibility of the repository to the general eye - pub visibility: RepositoryVisibility, + // /// username of the person who owns the repository (who knows how organizations will work) + // pub owner_username: String, + // /// Visibility of the repository to the general eye + // pub visibility: RepositoryVisibility, /// Name of the repository pub name: String, /// Instance the repository is on