Fixes
parent: tbd commit: 8a111d7
1 | use ; |
2 | |
3 | use Instance; |
4 | |
5 | |
6 | |
7 | pub name: String, |
8 | pub instance: Instance, |
9 | |
10 | |
11 | |
12 | |
13 | pub name: String, |
14 | pub description: String, |
15 | pub default_branch: String, |
16 | pub latest_commit: CommitMetadata, |
17 | pub files: , |
18 | |
19 | |
20 | |
21 | |
22 | Directory, |
23 | File, |
24 | |
25 | |
26 | |
27 | |
28 | pub file: RepositoryFile, |
29 | pub commit_metadata: CommitMetadata, |
30 | |
31 | |
32 | |
33 | |
34 | pub author: String, |
35 | pub message: String, |
36 | pub hash: String, |
37 | pub time: (), |
38 | |
39 |