Skip to content

Commit f4e7d78

Browse files
committed
*-cacher: keep variant order same
1 parent f6de457 commit f4e7d78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hyperdrive/packages/hypermap-cacher/api/hypermap-cacher:sys-v2.wit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)