types

package
v2.0.0-beta3 Latest Latest
Warning

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

Go to latest
Published: May 27, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnvString

type EnvString string

EnvString is a string that should automatically have any environment variable references expanded as it is decoded from YAML. For example, if the YAML contains

foo: ${BAR}

then the value of foo will be the value of the BAR environment variable.

func (*EnvString) Unmarshal

func (s *EnvString) Unmarshal(data []byte) error

type EnvStringMap

type EnvStringMap map[string]string

EnvStringMap is a map of strings that should automatically expand environment variables as it is decoded from YAML (like EnvString).

func (*EnvStringMap) Unmarshal

func (s *EnvStringMap) Unmarshal(data []byte) error

Jump to

Keyboard shortcuts

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