type github.com/evanw/esbuild/internal/fs.Entry
10 uses
github.com/evanw/esbuild/internal/fs (current package)
fs.go#L16: type Entry struct {
fs.go#L25: func (e *Entry) Kind(fs FS) EntryKind {
fs.go#L35: func (e *Entry) Symlink(fs FS) string {
fs.go#L47: data map[string]*Entry
fs.go#L56: func (entries DirEntries) Get(query string) (*Entry, *DifferentCase) {
fs_mock.go#L32: dir = DirEntries{kDir, make(map[string]*Entry)}
fs_mock.go#L40: dir.data[strings.ToLower(base)] = &Entry{kind: FileEntry, base: base}
fs_mock.go#L42: dir.data[strings.ToLower(base)] = &Entry{kind: DirEntry, base: base}
fs_real.go#L135: entries := DirEntries{dir, make(map[string]*Entry)}
fs_real.go#L147: entries.data[strings.ToLower(name)] = &Entry{
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |