Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Component = &FileServer{}
Functions ¶
This section is empty.
Types ¶
type FileServer ¶
type FileServer struct{}
func (*FileServer) Handler ¶
func (fs *FileServer) Handler(handler http.HandlerFunc) http.HandlerFunc
func (*FileServer) NeedHandler ¶
func (fs *FileServer) NeedHandler() bool
func (*FileServer) Start ¶
func (fs *FileServer) Start()
func (*FileServer) StartHost ¶ added in v1.5.1
func (fs *FileServer) StartHost(host *config.Host)
Click to show internal directories.
Click to hide internal directories.