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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user