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

Method Storage

context.go:552–554  ·  view source on GitHub ↗

Storage returns the configured Caddy storage implementation.

()

Source from the content-addressed store, hash-verified

550
551// Storage returns the configured Caddy storage implementation.
552func (ctx Context) Storage() certmagic.Storage {
553 return ctx.cfg.storage
554}
555
556// Logger returns a logger that is intended for use by the most
557// recent module associated with the context. Callers should not

Callers 15

ProvisionMethod · 0.80
ProvisionMethod · 0.80
ProvisionMethod · 0.80
ProvisionMethod · 0.80
ProvisionMethod · 0.80
cleanStorageUnitsMethod · 0.80
ProvisionMethod · 0.80
makeCertMagicConfigMethod · 0.80
ProvisionMethod · 0.80
ProvisionMethod · 0.80
setConfigsFromStorageMethod · 0.80
rotateECHKeysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected