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 (*Parser) Parse ¶
func (p *Parser) Parse(r xio.ReadSeekerAt) ([]ftypes.Package, []ftypes.Dependency, error)
type RuntimeTarget ¶ added in v0.54.0
type RuntimeTarget struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.