azurechaos

package
v2.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Provide(
	fx.Annotated{
		Group:  "impl",
		Target: NewImpl,
	},
	vmstop.NewImpl,
	vmrestart.NewImpl,
	diskdetach.NewImpl)

Functions

func NewImpl

func NewImpl(impl Impl) *types.ChaosImplPair

Types

type Impl

type Impl struct {
	fx.In

	VmRestart  *vmrestart.Impl  `action:"vm-restart"`
	VmStop     *vmstop.Impl     `action:"vm-stop"`
	DiskDetach *diskdetach.Impl `action:"disk-detach"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL