package
Version:
v0.0.0-...-6d3478e
Opens a new window with list of versions in this module.
Published: Jan 16, 2018
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
DodFile defines a standin structure for a giving http.File object.
New returns a new DodFile instance.
Close returns nil always.
Read reads data into the byte slice.
Readdir returns the Dirs field as the list of directories.
Seek implements the io.Seeker interface.
Stat returns the FileInfo associated wih the Dodfile.
DodInfo implements the FileInfo for usage as a os.FileInfo.
IsDir returns always false.
IsRegular reports whether m describes a regular file.
ModTime returns the current time.
Mode returns the current time.
Name returns the name associated for the DodInfo
Perm returns the Unix permission bits in m.
Size returns the size associated for the structure.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.