parser

package
v1.46.14 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2025 License: MPL-2.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Resources

func Resources[R resource.Resource](res *Result) []R

Types

type Parser

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

func NewParser

func NewParser(c *parsectx.Context) *Parser

func (*Parser) MainModule

func (p *Parser) MainModule() *pkginfo.Module

func (*Parser) Parse