Documentation
¶
Index ¶
Constants ¶
View Source
const ListDirChanSize = 50
View Source
const MaxSuggestions = 50
Variables ¶
View Source
var PathSepStr = string(os.PathSeparator)
Functions ¶
func DisposeSuggestions ¶
func FetchSuggestions ¶
func FetchSuggestions(ctx context.Context, data wshrpc.FetchSuggestionsData) (*wshrpc.FetchSuggestionsResponse, error)
Types ¶
type DirEntryResult ¶
type MockDirEntry ¶
func (*MockDirEntry) IsDir ¶
func (m *MockDirEntry) IsDir() bool
func (*MockDirEntry) Name ¶
func (m *MockDirEntry) Name() string
func (*MockDirEntry) Type ¶
func (m *MockDirEntry) Type() fs.FileMode
Click to show internal directories.
Click to hide internal directories.