Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeExitHandler ¶
type FakeExitHandler struct { sync.RWMutex ExitCalledWith []int // contains filtered or unexported fields }
func (*FakeExitHandler) Exit ¶
func (f *FakeExitHandler) Exit(code int)
func (*FakeExitHandler) OnExit ¶
func (f *FakeExitHandler) OnExit(exitHandler func())
func (*FakeExitHandler) Run ¶
func (*FakeExitHandler) Run()
Click to show internal directories.
Click to hide internal directories.