package
0.0.0-20250108170252-d16afb3b2a6c
Repository: https://github.com/argoproj-labs/argocd-agent.git
Documentation: pkg.go.dev

# 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