Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunOutcome ¶
func Run ¶
func Run(fn func()) (ro RunOutcome)
func (RunOutcome) OnNotOK ¶ added in v0.159.0
func (ro RunOutcome) OnNotOK(blk func())
OnNotOK will execute the argument block when the OK state is false.
func (RunOutcome) Trace ¶
func (ro RunOutcome) Trace() string
Click to show internal directories.
Click to hide internal directories.