# Functions
NewFilterChain returns an instance of an empty FilterChain.
# Structs
Chain is a chain of filters to decide whether a change should be ignored by the agent.
# Type aliases
AdmitFilterFunc is a function that returns true if the agent should handle a given Application.
ChangeFilterFunc is a function that compares old and new and returns false if the agent should ignore this change.
No description provided by the author