Documentation
¶
Overview ¶
Package fileserver provides a cache file server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileServer ¶
type FileServer interface { Serve(root http.FileSystem) http.Handler Detect() (chan<- struct{}, <-chan struct{}) }
FileServer is an interface for serving files.
Click to show internal directories.
Click to hide internal directories.