Documentation ¶
Index ¶
- func NewHandler() http.Handler
- type ContentReplacedHttpFile
- func (r ContentReplacedHttpFile) Close() error
- func (r ContentReplacedHttpFile) Read(p []byte) (n int, err error)
- func (r ContentReplacedHttpFile) Readdir(count int) ([]os.FileInfo, error)
- func (r ContentReplacedHttpFile) Seek(offset int64, whence int) (int64, error)
- func (r ContentReplacedHttpFile) Stat() (os.FileInfo, error)
- type StatWrap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
Types ¶
type ContentReplacedHttpFile ¶
type ContentReplacedHttpFile struct { StatWrap os.FileInfo // contains filtered or unexported fields }
func (ContentReplacedHttpFile) Close ¶
func (r ContentReplacedHttpFile) Close() error
func (ContentReplacedHttpFile) Read ¶
func (r ContentReplacedHttpFile) Read(p []byte) (n int, err error)
func (ContentReplacedHttpFile) Readdir ¶
func (r ContentReplacedHttpFile) Readdir(count int) ([]os.FileInfo, error)
Click to show internal directories.
Click to hide internal directories.