type golang.org/x/pkgsite/internal/frontend.Directory

5 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		directory.go#L20: 	External []*Directory
		directory.go#L23: 	Internal *Directory
		directory.go#L29: type Directory struct {
		directory.go#L59: 	mappedDirs := make(map[string]*Directory)
		directory.go#L71: 			mappedDirs[prefix] = &Directory{Prefix: prefix}