MCPcopy
hub / github.com/caddyserver/caddy / App

Interface App

caddy.go:98–101  ·  caddy.go::App

App is a thing that Caddy runs.

Source from the content-addressed store, hash-verified

96
97// App is a thing that Caddy runs.
98type App interface {
99 Start() error
100 Stop() error
101}
102
103// Run runs the given config, replacing any existing config.
104func Run(cfg *Config) error {

Callers 25

runFunction · 0.65
cmdStartFunction · 0.65
manageIdentityFunction · 0.65
TestManageIdentityFunction · 0.65
runFunction · 0.65
finishSettingUpFunction · 0.65
unsyncedStopFunction · 0.65
maintenanceForCAMethod · 0.65
StopMethod · 0.65
CleanupMethod · 0.65
ProvisionMethod · 0.95
automaticHTTPSPhase1Method · 0.95

Implementers 6

fooModuleadmin_test.go
PKImodules/caddypki/pki.go
TLSmodules/caddytls/tls.go
Filesystemsmodules/caddyfs/filesystem.go
Appmodules/caddyhttp/app.go
Appmodules/caddyevents/app.go

Calls

no outgoing calls

Tested by

no test coverage detected