Documentation
¶
Index ¶
- type LocalSource
- func (f *LocalSource) CompletionHandler(prev string, cur string) []string
- func (f *LocalSource) FormatItem(key string) (string, error)
- func (f *LocalSource) GetFile(key string) (string, error)
- func (f *LocalSource) GetMimeType(key string) (string, error)
- func (f *LocalSource) List(entries []string, recursive bool) ([]string, bool, error)
- func (f *LocalSource) Name() string
- func (f *LocalSource) Remote() bool
- func (f *LocalSource) SetItems(items []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalSource ¶
type LocalSource struct {
// contains filtered or unexported fields
}
func (*LocalSource) CompletionHandler ¶
func (f *LocalSource) CompletionHandler(prev string, cur string) []string
func (*LocalSource) FormatItem ¶
func (f *LocalSource) FormatItem(key string) (string, error)
func (*LocalSource) GetMimeType ¶
func (f *LocalSource) GetMimeType(key string) (string, error)
func (*LocalSource) Name ¶
func (f *LocalSource) Name() string
func (*LocalSource) Remote ¶
func (f *LocalSource) Remote() bool
func (*LocalSource) SetItems ¶
func (f *LocalSource) SetItems(items []string) error
Click to show internal directories.
Click to hide internal directories.