Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 2.48 KB

File metadata and controls

63 lines (46 loc) · 2.48 KB

gopherd Documentation Examples

Each subfolder is a self-contained, CI-tested example: a runnable example.yml, a README.md explaining it, and a Go test that proves the documented behavior. Examples use realistic placeholder commands (e.g. /usr/local/bin/myapp); the tests substitute runnable stand-ins so the same config is both copy-paste documentation and a live test.

Run all example tests:

go test ./documentation/...

Basics

Ordering & lifecycle

Health & readiness

Signals & exit

Templating

Logging

Runtime control