Base protocol refactor complete
parent: tbd commit: 079d544
1 | use ; |
2 | |
3 | use crate:: |
4 | |
5 | , |
6 | , | Setting
7 | , |
8 | , | GiteratedObjectValue
9 | ; |
10 | |
11 | // pub struct RepositorySetting<V: GiteratedObjectValue>(pub V); |
12 | |
13 | // impl<O: GiteratedObject, V: GiteratedObjectValue<Object = O> + Send> GiteratedOperation<O> |
14 | // for RepositorySetting<V> |
15 | // { |
16 | // fn operation_name(&self) -> &'static str { |
17 | // "setting_get" |
18 | // } |
19 | // type Success = V; |
20 | // type Failure = GetValueError; |
21 | // } |
22 | |
23 | |
24 | ; |
25 | |
26 | |
27 | type Object = Repository; |
28 | |
29 | |
30 | "description" |
31 | |
32 | |
33 | |
34 | |
35 | |
36 | "description" |
37 | |
38 | |
39 | |
40 | |
41 | ; |
42 | |
43 | |
44 | type Object = Repository; |
45 | |
46 | |
47 | "visibility" |
48 | |
49 | |
50 |