var Module = fx.Provide( fx.Annotated{ Group: "impl", Target: NewImpl, }, diskloss.NewImpl, nodereset.NewImpl, nodestop.NewImpl)
func NewImpl(impl Impl) *records.ChaosImplPair
type Impl struct {
fx.In
DiskLoss *diskloss.Impl `action:"disk-loss"`
NodeReset *nodereset.Impl `action:"node-reset"`
NodeStop *nodestop.Impl `action:"node-stop"`
}