Documentation
¶
Index ¶
- func ConvertPath(fromPath string, toPath string) (file *os.File, errs []error)
- type ResFile
- type Result
- func (this *Result) Cost() (cost int, err error)
- func (this *Result) Delete() (errs []error)
- func (this *Result) Files() (files []*ResFile, err error)
- func (this *Result) Read(p []byte) (n int, err error)
- func (this *Result) ToFile(file *os.File) (err error)
- func (this *Result) ToPath(path string) (files []*os.File, errs []error)
- func (this *Result) Urls() (urls []string, err error)
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ResFile ¶
Click to show internal directories.
Click to hide internal directories.