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

Struct FileStorage

modules/filestorage/filestorage.go:29–32  ·  view source on GitHub ↗

FileStorage is a certmagic.Storage wrapper for certmagic.FileStorage.

Source from the content-addressed store, hash-verified

27
28// FileStorage is a certmagic.Storage wrapper for certmagic.FileStorage.
29type FileStorage struct {
30 // The base path to the folder used for storage.
31 Root string `json:"root,omitempty"`
32}
33
34// CaddyModule returns the Caddy module information.
35func (FileStorage) CaddyModule() caddy.ModuleInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected