Skip to content

Commit

Permalink
fix: remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones committed Jun 14, 2024
1 parent 8ae0684 commit e87272b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/formatters/mikrotik/mikrotik.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ import (
"github.com/crowdsecurity/cs-blocklist-mirror/pkg/registry"
)

type CustomFirewallDecisionData struct {
IPAddress string
Scenario string
Duration string
IsIPv6 bool
}

type CustomMikrotikData struct {
ListName string
Decisions []*models.Decision
Expand Down

0 comments on commit e87272b

Please sign in to comment.