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

Method Stop

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

Source from the content-addressed store, hash-verified

98type App interface {
99 Start() error
100 Stop() error
101}
102
103// Run runs the given config, replacing any existing config.

Callers 15

manageIdentityFunction · 0.65
TestManageIdentityFunction · 0.65
runFunction · 0.65
finishSettingUpFunction · 0.65
unsyncedStopFunction · 0.65
maintenanceForCAMethod · 0.65
StopMethod · 0.65
CleanupMethod · 0.65
rotateMethod · 0.65
rotateMethod · 0.65
handleUpgradeResponseMethod · 0.65
registerConnectionMethod · 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 1

TestManageIdentityFunction · 0.52