package
0.0.0-20250210170423-3d97734d3a04
Repository: https://github.com/target/flottbot.git
Documentation: pkg.go.dev

# Functions

Configure searches the config directory for the bot.yml to create a Bot object.
Matcher will search through the map of loaded rules, determine if a rule was hit, and process said rule to be sent out as a message.
Outputs determines where messages are output based on fields set in the bot.yml TODO: Refactor to keep remote specifics in remote/.
Prommetric creates a local Prometheus server to rule metrics.
Remotes - the purpose of this function is to READ incoming messages from various places, i.e.
Rules - searches the rules directory for any existing .yml rules and proceeds to create Rule objects for each .yml rule, and then finally populates a rules map with said Rule objects.