From f5ea65010a92ebd9b7baf9ab9fe49d9cc1e4b8dc Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Sat, 13 May 2023 21:03:32 +0200 Subject: [PATCH] Remove Test Matcher --- internal/definitions/firewall/match.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/definitions/firewall/match.go b/internal/definitions/firewall/match.go index f854519..be92fb4 100644 --- a/internal/definitions/firewall/match.go +++ b/internal/definitions/firewall/match.go @@ -1,7 +1,6 @@ package firewall type Match struct { - TCPDestinationPort uint64 `json:"tcp_destination_port,omitempty"` Services []string `json:"services,omitempty"` SourceAddresses []string `json:"source_addresses,omitempty"` DestinationAddresses []string `json:"destination_addresses,omitempty"`