File tree Expand file tree Collapse file tree
hyperdrive/packages/hypermap-cacher/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ interface binding-cacher {
4343 get-log-cache-content (string ),
4444 get-status ,
4545 get-logs-by-range (binding-get-logs-by-range-request ),
46- reset (option <list <string >>),
4746 start-providing ,
4847 stop-providing ,
4948 set-nodes (list <string >),
49+ reset (option <list <string >>),
5050 }
5151
5252 // Represents the operational status of the cacher.
@@ -121,10 +121,10 @@ interface dao-cacher {
121121 get-log-cache-content (string ),
122122 get-status ,
123123 get-logs-by-range (dao-get-logs-by-range-request ),
124- reset (option <list <string >>),
125124 start-providing ,
126125 stop-providing ,
127126 set-nodes (list <string >),
127+ reset (option <list <string >>),
128128 }
129129
130130 // Represents the operational status of the cacher.
@@ -199,10 +199,10 @@ interface hypermap-cacher {
199199 get-log-cache-content (string ),
200200 get-status ,
201201 get-logs-by-range (get-logs-by-range-request ),
202- reset (option <list <string >>),
203202 start-providing ,
204203 stop-providing ,
205204 set-nodes (list <string >),
205+ reset (option <list <string >>),
206206 }
207207
208208 // Represents the operational status of the cacher.
You can’t perform that action at this time.
0 commit comments