Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error ErrNotImplemented = errors.New("Browser not implemented FileList") ErrNotAnFileList = errors.New("Object is not a FileList") )
Functions ¶
Types ¶
type FileListFrom ¶
type FileListFrom interface {
FileList_() FileList
}
Click to show internal directories.
Click to hide internal directories.