Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Components ¶
func NewComponents ¶
func NewComponents(config *config.App) (*Components, error)
func (*Components) Run ¶
func (c *Components) Run()
type Setup ¶
type Setup interface { // Check returns an error if all the necessary setup is not complete Check(ctx context.Context) error // RunIfNeeded attempts to run the subroutines necessary, no more no less RunIfNeeded(ctx context.Context) error }
Setup abstracts away:
1. Setting up the environment for running Tasques 2. Checking that things are set up
Click to show internal directories.
Click to hide internal directories.