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