Fucking whatever there you go
parent: tbd commit: 57c2ca5
1 | use Arc; |
2 | |
3 | use |
4 | , |
5 | , |
6 | , |
7 | ; |
8 | use ; |
9 | |
10 | use crate DatabaseBackend; |
11 | |
12 | pub async |
13 | state: DatabaseBackend, |
14 | object: User, |
15 | request: UserRepositoriesRequest, |
16 | |
17 | todo! |
18 | |
19 | |
20 | pub async |
21 | state: DatabaseBackend, |
22 | object: Repository, |
23 | request: RepositoryInfoRequest, |
24 | runtime: RuntimeHandle, |
25 | State | : ,
26 | |
27 | todo! |
28 | |
29 |