Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
type Dependencies []Dependency
func (Dependencies) Len ¶
func (deps Dependencies) Len() int
func (Dependencies) Less ¶
func (deps Dependencies) Less(i, j int) bool
func (Dependencies) Swap ¶
func (deps Dependencies) Swap(i, j int)
type Dependency ¶
type ExternalRef ¶
type Library ¶
type Library struct {
ID string `json:",omitempty"`
Name string
Version string
Indirect bool `json:",omitempty"`
License string `json:",omitempty"`
ExternalReferences []ExternalRef `json:",omitempty"`
Locations []Location `json:",omitempty"`
FilePath string `json:",omitempty"` // Required to show nested jars
}
type Parser ¶
type Parser interface {
// Parse parses the dependency file
Parse(r dio.ReadSeekerAt) ([]Library, []Dependency, error)
}
Click to show internal directories.
Click to hide internal directories.