Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomFileSystem ¶ added in v1.0.1
type CustomFileSystem struct { http.FileSystem DefaultFile *file // contains filtered or unexported fields }
func New ¶ added in v1.0.1
func New(root string, listdir bool, indexFile string) (*CustomFileSystem, error)
type HttpFileSystem ¶
type HttpFileSystem interface { http.FileSystem Exists(prefix string, path string) bool }
Click to show internal directories.
Click to hide internal directories.