package
1.3.2
Repository: https://github.com/hyperhq/hypernetes.git
Documentation: pkg.go.dev

# Functions

New creates and returns a chaosmonkey, with which the caller should register Tests and call Do.

# Structs

Semaphore is taken by a Test and provides: Ready(), for the Test to call when it's ready for the disruption to start; and StopCh, the closure of which signals to the Test that the disruption is finished.

# Interfaces

Interface can be implemented if you prefer to define tests without dealing with a Semaphore.

# Type aliases

Disruption is the type to construct a chaosmonkey with; see Do for more information.
Test is the type to register with a chaosmonkey.