package
0.0.0-20220223163014-aecaba93849e
Repository: https://github.com/mudkipme/timburr.git
Documentation: pkg.go.dev
# Functions
DefaultJobRunnerExecutor creates a job runner executor based on config.yml.
DefaultPurgeExecutor creates a purge executor based on config.yml.
NewJobRunnerExecutor creates a new job runner executor.
NewPurgeExecutor creates a new purge executor.
TypeFromString returns a task type from a string.
# Constants
JobRunnerTask executes a MediaWiki job via event bus.
PurgeTask purges the front-end cache of a URL.
# Structs
JobRunnerExecutor executes MediaWiki jobs via event bus.
PurgeExecutor purges the front-end cache by URLs.
# Interfaces
Executor can execute a certain from a kafka message.
# Type aliases
Type is an enum for task types.