Unified stack refactor clean up
Clean up obsolete code and some warnings
parent: tbd commit: 356f714
1 | use crate ConnectionState; |
2 | use OperationError; |
3 | |
4 | use GiteratedObject; |
5 | |
6 | use |
7 | Repository, RepositoryFileInspectRequest, RepositoryIssueLabelsRequest, |
8 | RepositoryIssuesCountRequest, RepositoryIssuesRequest, |
9 | ; |
10 | |
11 | use User; |
12 | |
13 | use |
14 | , | ObjectRequest
15 | , | SetSetting
16 | , |
17 | ; |
18 | |
19 | |
20 | /// Authorizes the operation, returning whether the operation was |
21 | /// authorized or not. |
22 | async |
23 | &self, |
24 | authenticating_user: , |
25 | object: &O, |
26 | state: &mut S, |
27 | ; |
28 | |
29 | |
30 | |
31 | |
32 | async |
33 | &self, |
34 | _authenticating_user: , |
35 | _object: &User, |
36 | _state: &mut ConnectionState, |
37 | |
38 | // TODO |
39 | Ok |
40 | |
41 | |
42 | |
43 | |
44 | |
45 | async |
46 | &self, |
47 | _authenticating_user: , |
48 | _object: &Repository, |
49 | _state: &mut ConnectionState, |
50 | |
51 | // TODO |
52 | Ok |
53 | |
54 | |
55 | |
56 | |
57 | |
58 | for GetValue |
59 | |
60 | async |
61 | &self, |
62 | _authenticating_user: , |
63 | _object: &Repository, |
64 | _state: &mut ConnectionState, |
65 | |
66 | // TODO |
67 | Ok |
68 | |
69 | |
70 | |
71 | |
72 | |
73 | async |
74 | &self, |
75 | _authenticating_user: , |
76 | _object: &Repository, |
77 | _state: &mut ConnectionState, |
78 | |
79 | // TODO |
80 | Ok |
81 | |
82 | |
83 | |
84 | |
85 | |
86 | async |
87 | &self, |
88 | _authenticating_user: , |
89 | _object: &Repository, |
90 | _state: &mut ConnectionState, |
91 | |
92 | // TODO |
93 | Ok |
94 | |
95 | |
96 | |
97 | |
98 | |
99 | async |
100 | &self, |
101 | _authenticating_user: , |
102 | _object: &Repository, |
103 | _state: &mut ConnectionState, |
104 | |
105 | // TODO |
106 | Ok |
107 | |
108 | |
109 | |
110 | |
111 | |
112 | async |
113 | &self, |
114 | _authenticating_user: , |
115 | _object: &Repository, |
116 | _state: &mut ConnectionState, |
117 | |
118 | // TODO |
119 | Ok |
120 | |
121 | |
122 | |
123 | |
124 | |
125 | async |
126 | &self, |
127 | _authenticating_user: , |
128 | _object: &Repository, |
129 | _state: &mut ConnectionState, |
130 | |
131 | // TODO |
132 | Ok |
133 | |
134 | |
135 |