Documentation ¶
Index ¶
- func RegisterFS(fs http.FileSystem)
- func VFS() http.FileSystem
- type StaticFS
- type VDirectory
- type VFile
- func (f *VFile) Close() error
- func (f *VFile) File() (http.File, error)
- func (f *VFile) IsDir() bool
- func (f *VFile) ModTime() time.Time
- func (f *VFile) Mode() os.FileMode
- func (f *VFile) Name() string
- func (f *VFile) Readdir(count int) ([]os.FileInfo, error)
- func (f *VFile) Size() int64
- func (f *VFile) Stat() (os.FileInfo, error)
- func (f *VFile) Sys() interface{}
- type VirtualFS
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterFS ¶
func RegisterFS(fs http.FileSystem)
func VFS ¶
func VFS() http.FileSystem
Types ¶
type StaticFS ¶
type VDirectory ¶
type VDirectory struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.