deps

package
v2.0.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2016 License: Apache-2.0 Imports: 4 Imported by: 150

Documentation

Overview

Package deps holds a set of interfaces

Index

Constants

This section is empty.

Variables

View Source
var (
	// GetTrackers returns a list of trackers
	// This variable must be set in the init() method of a module imported by
	// the main module.
	GetTrackers func(*config.Monkey) ([]chaosmonkey.Tracker, error)

	// GetErrorCounter returns an error counter
	GetErrorCounter func(*config.Monkey) (chaosmonkey.ErrorCounter, error)

	// GetDecryptor returns a decryptor
	GetDecryptor func(*config.Monkey) (chaosmonkey.Decryptor, error)

	// GetEnv returns info about the deployed environment
	GetEnv func(*config.Monkey) (chaosmonkey.Env, error)

	// GetOutage returns an interface for checking if there is an outage
	GetOutage func(*config.Monkey) (chaosmonkey.Outage, error)
)

Functions

This section is empty.

Types

type Deps

Deps are a common set of external dependencies

Jump to

Keyboard shortcuts

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