feat: add flow_id and drop_if_exists to DropFlowExpr (#164)

* feat: add `flow_id` and `drop_if_exists` to `DropFlowExpr`

* chore: apply suggestions from CR

* chore: generate code
This commit is contained in:
Weny Xu
2024-05-10 12:32:37 +09:00
committed by GitHub
parent e152fcbf17
commit 219b2409bb
18 changed files with 2914 additions and 3279 deletions
-2
View File
@@ -52,8 +52,6 @@ message Peer {
string addr = 2;
}
message TableId { uint32 id = 1; }
message TimeInterval {
// The unix timestamp in millis of the start of this period.
int64 start_timestamp_millis = 1;