Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS struct { // Path defines the URL to read the data from Path string }
FS represents a struct which can read content from URL Path
func (*FS) List ¶
List returns the list of file names which will be read via Read fn List isn't supported by FS and reads from Path only
Click to show internal directories.
Click to hide internal directories.