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

Method Register

filesystem.go:20–20  ·  view source on GitHub ↗
(k string, v fs.FS)

Source from the content-addressed store, hash-verified

18
19type FileSystems interface {
20 Register(k string, v fs.FS)
21 Unregister(k string)
22 Get(k string) (v fs.FS, ok bool)
23 Default() fs.FS

Callers 2

ProvisionMethod · 0.65
initReverseProxyMetricsFunction · 0.65

Implementers 1

FileSystemMapinternal/filesystems/map.go

Calls

no outgoing calls

Tested by

no test coverage detected