Documentation ¶
Overview ¶
Package spy contains an interface (Spy) and functionality to register new spies
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SupportedSpies []string
Functions ¶
func RegisterSpy ¶
func RegisterSpy(name string, cb spyIntitializer)
func ResolveAutoName ¶
func SupportedExecSpies ¶ added in v0.0.16
func SupportedExecSpies() []string
Types ¶
type Resettable ¶ added in v0.0.25
type Resettable interface {
Reset()
}
Click to show internal directories.
Click to hide internal directories.