Versions in this module Expand all Collapse all v0 v0.34.1 Jul 25, 2019 v0.34.0 Jul 19, 2019 Changes in this version + func StartTrigger(ctx context.Context, t Trigger) (<-chan bool, error) + type Trigger interface + Debounce func() bool + LogWatchToUser func(io.Writer) + Start func(context.Context) (<-chan bool, error) + func NewTrigger(runctx *runcontext.RunContext) (Trigger, error)