caddyserver/caddy
Packages
The packages lens covers the Go packages in this repo that are intended to be importable by external code (plugins, embedders, test users), distinct from the implementation-detail packages that the apps and systems lenses already cover.
The repo is a single Go module (github.com/caddyserver/caddy/v2), so "packages" here means top-level Go packages worth a focused page.
Pages
caddyconfig— the config-adapter registry andJSON/JSONModuleObjecthelperscaddyfileparser — generic Caddyfile lexer/parser/dispenserhttpcaddyfile— the HTTP-specific Caddyfile adaptercaddytest— the integration test harness
Other Go packages exist (cmd/caddycmd, notify, internal/..., modules/...) but are either CLI implementation details, internal-only, or already covered as apps/systems.
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.