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

Method CertMagicStorage

storage.go:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30// into a consistent API for Caddy configuration.
31type StorageConverter interface {
32 CertMagicStorage() (certmagic.Storage, error)
33}
34
35// HomeDir returns the best guess of the current user's home

Callers 8

provisionContextFunction · 0.65
ProvisionMethod · 0.65
ProvisionMethod · 0.65
ProvisionMethod · 0.65
ProvisionMethod · 0.65
ProvisionMethod · 0.65
cmdImportStorageFunction · 0.65
cmdExportStorageFunction · 0.65

Implementers 1

FileStoragemodules/filestorage/filestorage.go

Calls

no outgoing calls

Tested by

no test coverage detected