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

Method Provision

modules.go:297–297  ·  view source on GitHub ↗
(Context)

Source from the content-addressed store, hash-verified

295// interface to avoid leaking resources.
296type Provisioner interface {
297 Provision(Context) error
298}
299
300// Validator is implemented by modules which can verify that their

Callers 15

newAdminHandlerMethod · 0.65
LoadModuleByIDMethod · 0.65
ProvisionMethod · 0.65
ProvisionDefaultCAMethod · 0.65
TestServerNameREMatcherFunction · 0.65
ProvisionMethod · 0.65
AddAutomationPolicyMethod · 0.65
automaticHTTPSPhase1Method · 0.65
fillInACMEIssuerMethod · 0.65

Implementers 15

PKImodules/caddypki/pki.go
CAmodules/caddypki/ca.go
adminAPImodules/caddypki/adminapi.go
Handlermodules/caddypki/acmeserver/acmeserver
LeafStorageLoadermodules/caddytls/leafstorageloader.go
Tailscalemodules/caddytls/certmanagers.go
HTTPCertGettermodules/caddytls/certmanagers.go
InlineCAPoolmodules/caddytls/capools.go
FileCAPoolmodules/caddytls/capools.go
PKIRootCAPoolmodules/caddytls/capools.go
PKIIntermediateCAPoolmodules/caddytls/capools.go

Calls

no outgoing calls

Tested by 15

TestServerNameREMatcherFunction · 0.52
TestHostMatcherFunction · 0.52
TestPathMatcherFunction · 0.52
TestPathREMatcherFunction · 0.52
TestHeaderREMatcherFunction · 0.52
TestVarREMatcherFunction · 0.52
TestMatchExpressionMatchFunction · 0.52