package
0.2.0
Repository: https://github.com/vanadium/core.git
Documentation: pkg.go.dev

# Functions

DecodeFromEnvVar decodes a base64 encoded JSON representation into the supplied config.
EncodeForEnvVar encodes the supplued config using JSON and base64 so that it can be passed as a value for an environment variable.
New creates a new empty config.
ReadConfigFromOSEnv deserializes a Config from the environment variable V23_EXEC_CONFIG and returns that Config.
WriteConfigToEnv serializes the supplied Config to the environment variable V23_EXEC_CONFIG and appends it to the supplied environment slice.

# Constants

nolint:revive.

# Interfaces

Config defines a simple key-value configuration.