mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
6 lines
169 B
Go
6 lines
169 B
Go
package definitions
|
|
|
|
type Match struct {
|
|
TCPDestinationPort uint64 `json:"tcp_destination_port,omitempty"`
|
|
Services []string `json:"services,omitempty"`
|
|
}
|