Doc: add inbound_port field

This commit is contained in:
Dreamacro
2023-08-04 21:44:06 +08:00
parent 0578e9be4d
commit 54b86eec71
4 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,7 @@ interface Metadata {
src_port: string
dst_ip: string
dst_port: string
inbound_port: number
}
interface Context {