golang.org/x/pkgsite/internal.SymbolMeta.Section (field)

27 uses

	golang.org/x/pkgsite/internal (current package)
		symbol.go#L67: 	Section SymbolSection

	golang.org/x/pkgsite/internal/frontend
		symbol.go#L90: 					Section:  sm.Section,
		symbol.go#L117: 			Section:  cm.Section,
		symbol.go#L152: 			Section:    ps.Section,

	golang.org/x/pkgsite/internal/godoc/dochtml
		symbol.go#L52: 					Section:  internal.SymbolSectionConstants,
		symbol.go#L82: 							Section:  internal.SymbolSectionVariables,
		symbol.go#L100: 				Section:  internal.SymbolSectionFunctions,
		symbol.go#L127: 				Section:  internal.SymbolSectionTypes,
		symbol.go#L157: 		c2.Section = internal.SymbolSectionTypes
		symbol.go#L172: 		v2.Section = internal.SymbolSectionTypes
		symbol.go#L186: 			Section:    internal.SymbolSectionTypes,
		symbol.go#L210: 				Section:    internal.SymbolSectionTypes,
		symbol.go#L225: 			Section:    internal.SymbolSectionTypes,
		symbol.go#L244: 					Section:    internal.SymbolSectionTypes,

	golang.org/x/pkgsite/internal/postgres
		package_symbol.go#L44: 		if sm.Section == internal.SymbolSectionTypes && sm.Kind != internal.SymbolKindType {
		package_symbol.go#L86: 			&sm.Section,
		symbol.go#L274: 						modulePathID, symID, parentID, sm.Section, sm.Kind,
		symbol.go#L389: 			&sm.Section, &sm.Kind, &sm.Synopsis,
		symbol.go#L399: 		switch sm.Section {

	golang.org/x/pkgsite/internal/testing/sample
		sample.go#L61: 				Section:    internal.SymbolSectionVariables,
		sample.go#L82: 			Section:  internal.SymbolSectionConstants,
		sample.go#L92: 			Section:  internal.SymbolSectionVariables,
		sample.go#L102: 			Section:  internal.SymbolSectionFunctions,
		sample.go#L112: 			Section:    internal.SymbolSectionTypes,
		sample.go#L123: 			Section:  internal.SymbolSectionTypes,
		sample.go#L136: 				Section:    internal.SymbolSectionTypes,
		sample.go#L143: 				Section:    internal.SymbolSectionTypes,