Skip to content

Commit

Permalink
Merge pull request #195 from untangle/MFW-3125
Browse files Browse the repository at this point in the history
MFW-3125
version: minor
  • Loading branch information
preethamtp authored Jul 20, 2023
2 parents 673b9da + 1e915e3 commit df071b0
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package dynamic_ip_blocker
package dynamic_block_lists

// Example for this struct is present on mfw_schema

// DynamicIpBlockerConfig is the data structure for Dynamic IP blocker configurations.
// It contains an array of Dynamic IP Blocker Configurations
type DynamicIpBlockerConfig struct {
// DynamicBlockListsConfig is the data structure for JSON marshalling and unamrshalling Dynamic Block Lists configurations.
type DynamicBlockListsConfig struct {
Name string `json:"name"`
ID string `json:"id"`
Type string `json:"type"`
Expand Down

0 comments on commit df071b0

Please sign in to comment.