package
0.0.0-20240208095629-cb8614df9a1a
Repository: https://github.com/gosynergy/protoconf.git
Documentation: pkg.go.dev
# README
expandenv
The expandenv
transformer expands environment variables in the configuration data.
This transformer uses mvdan.cc/sh/v3/shell internally.
Usage
import (
"github.com/gosynergy/protoconf/transform/expandenv"
)
loader, err := protoconf.New(
...
protoconf.WithTransformers(
expandenv.NewTransformer(),
),
)
# Structs
No description provided by the author
# Type aliases
Option is config option.