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

Method LoadConfig

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

Source from the content-addressed store, hash-verified

683// no-op load and may be retried later.
684type ConfigLoader interface {
685 LoadConfig(Context) ([]byte, error)
686}
687
688// Stop stops running the current configuration.

Callers 1

finishSettingUpFunction · 0.65

Implementers 1

HTTPLoadercaddyconfig/httploader.go

Calls

no outgoing calls

Tested by

no test coverage detected