Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseMethodString ¶ added in v1.3.0
Types ¶
type PackageLoader ¶
type PackageLoader struct {
// contains filtered or unexported fields
}
func (*PackageLoader) GetMatching ¶ added in v1.3.0
func (g *PackageLoader) GetMatching(cwd, fullMethod string, opts *method.ParseOpts) ([]*method.Definition, error)
func (*PackageLoader) GetOne ¶ added in v1.3.0
func (g *PackageLoader) GetOne(cwd, fullMethod string, opts *method.ParseOpts) (*method.Definition, error)
Click to show internal directories.
Click to hide internal directories.