package
0.14.0
Repository: https://github.com/cloudogu/cesapp-lib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Get returns a configuration value from the current context, otherwise it returns an error.
IsKeyNotFoundError returns true if the given error is a or contains a registry keyNotFoundError, otherwise false.
New creates a new registry.
NewConfigurationReader creates a new ConfigurationReader.

# Constants

DirectoryGlobal contains the registry key to the global registry.
KeyDoguPublicKey contains the key to a dogu's public key.

# Structs

ConfigurationReader is a simple abstraction for reading and converting registry value.
Node Represents the structure (key/value/dir) of the etcd.

# Interfaces

ConfigurationContext is able to manage the configuration of a single context.
DoguRegistry manages dogus on a ecosystem.
Registry represents the main registry of a cloudogu ecosystem.
State handles state related functions of a dogu.
WatchConfigurationContext is just able to watch and query the configuration of a single context.