type golang.org/x/pkgsite/internal.Symbol
30 uses
golang.org/x/pkgsite/internal (current package)
symbol.go#L39: type Symbol struct {
unit.go#L53: Symbols map[BuildContext][]*Symbol
unit.go#L71: API []*Symbol
golang.org/x/pkgsite/internal/fetch
load.go#L223: name string, imports []string, synopsis string, source []byte, api []*internal.Symbol, err error) {
golang.org/x/pkgsite/internal/godoc
render.go#L44: synopsis string, imports []string, api []*internal.Symbol, err error) {
golang.org/x/pkgsite/internal/godoc/dochtml
symbol.go#L24: func GetSymbols(p *doc.Package, fset *token.FileSet) (_ []*internal.Symbol, err error) {
symbol.go#L41: func constants(consts []*doc.Value) []*internal.Symbol {
symbol.go#L42: var syms []*internal.Symbol
symbol.go#L48: syms = append(syms, &internal.Symbol{
symbol.go#L61: func variables(vars []*doc.Value, fset *token.FileSet) (_ []*internal.Symbol, err error) {
symbol.go#L63: var syms []*internal.Symbol
symbol.go#L78: &internal.Symbol{
symbol.go#L93: func functions(p *doc.Package, fset *token.FileSet) []*internal.Symbol {
symbol.go#L94: var syms []*internal.Symbol
symbol.go#L96: syms = append(syms, &internal.Symbol{
symbol.go#L108: func types(p *doc.Package, fset *token.FileSet) ([]*internal.Symbol, error) {
symbol.go#L109: var syms []*internal.Symbol
symbol.go#L123: t := &internal.Symbol{
golang.org/x/pkgsite/internal/postgres
symbol.go#L353: func getUnitSymbols(ctx context.Context, db *database.DB, unitID int) (_ map[internal.BuildContext][]*internal.Symbol, err error) {
symbol.go#L377: buildToSymbols := map[internal.BuildContext][]*internal.Symbol{}
symbol.go#L381: buildToNameToType := map[internal.BuildContext]map[string]*internal.Symbol{}
symbol.go#L394: s := &internal.Symbol{
symbol.go#L406: buildToNameToType[build] = map[string]*internal.Symbol{}
symbol.go#L432: func updateSymbols(symbols []*internal.Symbol, updateFunc func(sm *internal.SymbolMeta) error) error {
golang.org/x/pkgsite/internal/testing/sample
sample.go#L55: API = []*internal.Symbol{
sample.go#L78: Constant = &internal.Symbol{
sample.go#L88: Variable = &internal.Symbol{
sample.go#L98: Function = &internal.Symbol{
sample.go#L108: FunctionNew = &internal.Symbol{
sample.go#L119: Type = &internal.Symbol{
 |
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. |