Documentation
¶
Overview ¶
Package fs contains an HTTP file system that works with zip contents.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() (http.FileSystem, error)
New creates a new file system with the registered zip contents data. It unzips all files and stores them in an in-memory map.
func ReadFile ¶
func ReadFile(hfs http.FileSystem, name string) ([]byte, error)
ReadFile reads the contents of the file of hfs specified by name. Just as ioutil.ReadFile does.
func Register ¶
func Register(data string)
Register registers zip contents data, later used to initialize the archiving file system.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.