Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PatchTransientErrorInjectionChannel ¶
func PatchTransientErrorInjectionChannel(c chan error) func()
PatchTransientErrorInjectionChannel sets the transientInjectionError channel which can be used to inject errors into Start function for testing purposes
Types ¶
type ContainerFactory ¶
type ContainerFactory interface { golxc.ContainerFactory AddListener(chan<- Event) RemoveListener(chan<- Event) }
func MockFactory ¶
func MockFactory(containerDir string) ContainerFactory
Click to show internal directories.
Click to hide internal directories.