Documentation
¶
Overview ¶
Standalone-embed example — boots a Warden engine, applies an embedded .warden config tree, then runs a sample Check.
Run:
go run ./_examples/standalone-embed WARDEN_VAR_REGION=eu-west-1 go run ./_examples/standalone-embed
The `all:config` //go:embed prefix is required so Go bundles the `_shared/` directory — the default //go:embed pattern strips leading-underscore directories.
Click to show internal directories.
Click to hide internal directories.