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