Documentation ¶
Index ¶
- type FileInfo
- type FileInfoForMarshal
- type OsFileInfoSort
- type SFNetWalk
- func (self *SFNetWalk) GetDownloadingURIForFile(name string) (string, error)
- func (self *SFNetWalk) ListDir(pth string) ([]os.FileInfo, []os.FileInfo, error)
- func (self *SFNetWalk) ListDirNotCached(pth string) ([]os.FileInfo, []os.FileInfo, error)
- func (self *SFNetWalk) LogE(txt string)
- func (self *SFNetWalk) LogI(txt string)
- func (self *SFNetWalk) Tree(pth string) (map[string]os.FileInfo, error)
- func (self *SFNetWalk) Walk(pth string, ...) error
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 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)
type SFNetWalk ¶
type SFNetWalk struct {
// contains filtered or unexported fields
}
func NewSFNetWalk ¶
func (*SFNetWalk) GetDownloadingURIForFile ¶
func (*SFNetWalk) ListDirNotCached ¶
Click to show internal directories.
Click to hide internal directories.