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

Method Start

caddy.go:99–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97// App is a thing that Caddy runs.
98type App interface {
99 Start() error
100 Stop() error
101}
102

Callers 2

runFunction · 0.65
cmdStartFunction · 0.65

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