Versions in this module Expand all Collapse all v0 v0.2.0 Mar 21, 2018 v0.1.0 Mar 21, 2018 Changes in this version + func NewMiddleware() (eh.CommandHandlerMiddleware, chan Error) + type Command interface + ExecuteAt func() time.Time + func CommandWithExecuteTime(cmd eh.Command, t time.Time) Command + type Error struct + Command eh.Command + Ctx context.Context + Err error + func (e Error) Error() string