mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
Improve docs for file_server and add caddy.fs namespace
This commit is contained in:
parent
189e456a63
commit
e14f50d148
2 changed files with 3 additions and 2 deletions
|
@ -15,6 +15,7 @@ Documentation for non-standard module namespaces can be found with the documenta
|
|||
Namespace | Expected Type | Description
|
||||
--------- | ------------- | -----------
|
||||
| | [`caddy.App`](https://pkg.go.dev/github.com/caddyserver/caddy/v2?tab=doc#App) | Caddy app
|
||||
caddy.fs | [`fs.StatFS`](https://pkg.go.dev/io/fs#StatFS) | Virtual file system
|
||||
caddy.logging.encoders.filter | [`logging.LogFieldFilter`](https://pkg.go.dev/github.com/caddyserver/caddy/v2/modules/logging?tab=doc#LogFieldFilter) | Log field filter</i>
|
||||
caddy.logging.writers | [`caddy.WriterOpener`](https://pkg.go.dev/github.com/caddyserver/caddy/v2?tab=doc#WriterOpener) | Log writers
|
||||
caddy.storage | [`caddy.StorageConverter`](https://pkg.go.dev/github.com/caddyserver/caddy/v2?tab=doc#StorageConverter) | Storage backends
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue