Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
684
type
ConfigLoader
interface
{
685
LoadConfig(Context) ([]byte, error)
686
}
687
688
// Stop stops running the current configuration.
Callers
1
finishSettingUp
Function · 0.65
Implementers
1
HTTPLoader
caddyconfig/httploader.go
Calls
no outgoing calls
Tested by
no test coverage detected