Documentation
¶
Index ¶
- type FileInfo
- type FileInfoForMarshal
- type HTMLWalk
- func (self *HTMLWalk) GetDownloadingURIForFile(name string, tree_pth string) (string, error)
- func (self *HTMLWalk) ListDir(pth string) ([]os.FileInfo, []os.FileInfo, error)
- func (self *HTMLWalk) ListDirNotCached(pth string) ([]os.FileInfo, []os.FileInfo, error)
- func (self *HTMLWalk) LogE(txt string)
- func (self *HTMLWalk) LogI(txt string)
- func (self *HTMLWalk) Tree(pth string) (map[string]os.FileInfo, error)
- func (self *HTMLWalk) Walk(pth string, ...) error
- type OsFileInfoSort
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileInfoForMarshal ¶
func NewFileInfoForMarshal ¶
func NewFileInfoForMarshal(init os.FileInfo) *FileInfoForMarshal
func (*FileInfoForMarshal) GetFileInfo ¶
func (self *FileInfoForMarshal) GetFileInfo() *FileInfo
type HTMLWalk ¶
type HTMLWalk struct {
// contains filtered or unexported fields
}
func NewHTMLWalk ¶
func (*HTMLWalk) GetDownloadingURIForFile ¶
func (*HTMLWalk) ListDirNotCached ¶
type OsFileInfoSort ¶
func (OsFileInfoSort) Len ¶
func (self OsFileInfoSort) Len() int
func (OsFileInfoSort) Less ¶
func (self OsFileInfoSort) Less(i, j int) bool
func (OsFileInfoSort) Swap ¶
func (self OsFileInfoSort) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.