ast_parser

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser struct {
	// contains filtered or unexported fields
}

func NewASTParser

func NewASTParser() *Parser

func (*Parser) FindAllStructs

func (p *Parser) FindAllStructs(pkgPath string) ([]Struct, error)

func (*Parser) FindStruct

func (p *Parser) FindStruct(pkgPath string, structName string) (*types.Struct, error)

type Struct

type Struct struct {
	Name string
	*types.Struct
}

Jump to

Keyboard shortcuts

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