mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-09 15:39:02 -04:00
unwrap
This commit is contained in:
parent
e94663b866
commit
6e3abf388e
@ -18,6 +18,10 @@ type wrapperFs struct {
|
|||||||
fs.FS
|
fs.FS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (w *wrapperFs) Unwrap() fs.FS {
|
||||||
|
return w.FS
|
||||||
|
}
|
||||||
|
|
||||||
// FilesystemMap stores a map of filesystems
|
// FilesystemMap stores a map of filesystems
|
||||||
// the empty key will be overwritten to be the default key
|
// the empty key will be overwritten to be the default key
|
||||||
// it includes a default filesystem, based off the os fs
|
// it includes a default filesystem, based off the os fs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user