list

package
v0.0.0-...-d6be617 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Definition

type Definition struct {
	file.Loc
	Name string
	Pkg  Package
}

type Options

type Options struct {
	IncludeStructFields     bool
	IncludeInterfaceMethods bool
	IncludePrivate          bool
	IncludeTests            bool
	OnlyImports             bool
}

type Package

type Package struct {
	Name string
	ID   string
}

type Result

type Result struct {
	Defs []Definition
}

func List

func List(patterns []string, opts Options) (Result, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL