Versions in this module Expand all Collapse all v0 v0.2.0 Aug 15, 2020 v0.1.0 Aug 9, 2020 Changes in this version + func Register(Flow, []Hook) + type Flow interface + Cleanup func(context.Context) error + Do func(context.Context) error + Finish func(context.Context) error + Prepare func(context.Context) error + type Hook interface + Do func(context.Context) error + When func() Timing + type Timing int + const After + const Before