package
0.1.0
Repository: https://github.com/sjansen/pgutil.git
Documentation: pkg.go.dev

# Structs

A Runbook describes how to perform a series of tasks.
Task contains data common to all tasks.

# Interfaces

A Target executes tasks.
A TargetFactory instantiates new targets.
A TaskConfig contains task-specific data.

# Type aliases

Targets maps target IDs to targets.
Tasks maps task IDs to tasks.