Versions in this module Expand all Collapse all v1 v1.8.1 Dec 9, 2022 v1.8.0 Oct 28, 2022 v1.7.1 Oct 9, 2022 v1.7.0 May 31, 2021 Changes in this version + const Error + const Ok + type Effect interface + Run func() error + func NewExitErr() Effect + func NewExitErrMsg(err error) Effect + func NewExitOk() Effect + func NewExitOkMsg(message string) Effect + type ExitWithMsg struct + func (exit ExitWithMsg) Run() error + type ExitWithoutMsg struct + func (exit ExitWithoutMsg) Run() error