JavaScript is disabled, refresh for a better experience. ambee/giterated

ambee/giterated

Git repository hosting, collaboration, and discovery for the Fediverse.

fixes

Amber - ⁨2⁩ years ago

parent: tbd commit: ⁨bb30c68

Showing ⁨⁨1⁩ changed file⁩ with ⁨⁨4⁩ insertions⁩ and ⁨⁨4⁩ deletions⁩

src/model/repository.rs

View file
@@ -4,10 +4,10 @@ use super::instance::Instance;
4 4
5 5 #[derive(Hash, Clone, Serialize, Deserialize)]
6 6 pub struct Repository {
7 /// username of the person who owns the repository (who knows how organizations will work)
8 pub owner_username: String,
9 /// Visibility of the repository to the general eye
10 pub visibility: RepositoryVisibility,
7 // /// username of the person who owns the repository (who knows how organizations will work)
8 // pub owner_username: String,
9 // /// Visibility of the repository to the general eye
10 // pub visibility: RepositoryVisibility,
11 11 /// Name of the repository
12 12 pub name: String,
13 13 /// Instance the repository is on