Documentation ¶
Index ¶
- type FileInfo
- type FileInfoForMarshal
- type LPReleaseFilesStruct
- type LPReleasesStruct
- type LaunchpadNetWalk
- func (self *LaunchpadNetWalk) GetDownloadingURIForFile(name string) (string, error)
- func (self *LaunchpadNetWalk) ListDir(pth string) ([]os.FileInfo, []os.FileInfo, error)
- func (self *LaunchpadNetWalk) LogE(txt string)
- func (self *LaunchpadNetWalk) LogI(txt string)
- func (self *LaunchpadNetWalk) Tree(pth string) (map[string]os.FileInfo, error)
- func (self *LaunchpadNetWalk) 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 LPReleaseFilesStruct ¶
type LPReleaseFilesStruct struct { Entries []struct { FileLink string `json:"file_link"` } `json:"entries"` }
type LPReleasesStruct ¶
type LaunchpadNetWalk ¶
type LaunchpadNetWalk struct {
// contains filtered or unexported fields
}
func NewLaunchpadNetWalk ¶
func (*LaunchpadNetWalk) GetDownloadingURIForFile ¶
func (self *LaunchpadNetWalk) GetDownloadingURIForFile(name string) (string, error)
func (*LaunchpadNetWalk) LogE ¶
func (self *LaunchpadNetWalk) LogE(txt string)
func (*LaunchpadNetWalk) LogI ¶
func (self *LaunchpadNetWalk) LogI(txt string)
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.