package
2.1.0+incompatible
Repository: https://github.com/keep-network/keep-core.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewAllowList creates a new firewall's allowlist based on the given public key list.

# Constants

NegativeIsRecognizedCachePeriod is the time period the cache maintains the negative result of the last `IsRecognized` checks.
PositiveIsRecognizedCachePeriod is the time period the cache maintains the positive result of the last `IsRecognized` checks.

# Variables

Disabled is an empty Firewall implementation enforcing no rules on the connection.
EmptyAllowList represents an empty firewall allowlist.

# Structs

AllowList represents a list of operator public keys that are not checked against the firewall rules and are always valid peers.

# Interfaces

Application defines functionalities for operator verification in the firewall.