package
0.0.0-20240507163704-2bcf714ecc87
Repository: https://github.com/lioric/go-cloud.git
Documentation: pkg.go.dev

# Packages

Package driver provides the interface for providers of runtimevar.
Package drivertest provides a conformance test for implementations of runtimevar.
Package filevar provides a runtimevar driver implementation to read configurations and ability to detect changes and get updates on local configuration files.
Package paramstore reads parameters to the AWS Systems Manager Parameter Store.
Package runtimeconfigurator provides a runtimevar driver implementation to read configurations from Cloud Runtime Configurator service and ability to detect changes and get updates.

# Functions

GobDecode gob decodes bytes into given object.
New constructs a Variable object given a driver.Watcher implementation.
NewDecoder constructs a Decoder for given object that uses the given Decode function.

# Variables

Simple Decoder objects.
Decode functions.
Simple Decoder objects.

# Structs

Decoder is a helper for decoding bytes into a particular Go type object.
Snapshot contains a variable and metadata about it.
Variable provides the ability to read runtime variables with its blocking Watch method.

# Type aliases

Decode is a function type for unmarshaling/decoding bytes into given object.