package
2.0.2+incompatible
Repository: https://github.com/kevinpike/chaosmonkey.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Defaults returns a Monkey config that just has the default values set it will not load local files or remote ones.
Load returns a Monkey config that loads config from a file.
NewFromReader returns a Monkey config which parses the initial config from a reader.
SetRemoteProvider sets viper's remote provider.

# Structs

Monkey is is a config implementation backed by viper.

# Interfaces

RemoteConfigFactory is the same interface as viper.remoteConfigFactory This is a workaround to be able to support backends other than etc/consul without modifying viper.

# Type aliases

RemoteProvider is a type alias.