Documentation
¶
Overview ¶
Package runner resolves skill-declared secrets from environment variables in the form CRONFOUNDRY_SECRET_<UPPER(name)>.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver looks up skill secrets from an environment snapshot.
func New ¶
New returns a Resolver backed by the given environment map, typically the process environment parsed into key/value form.
Click to show internal directories.
Click to hide internal directories.