Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsTestFile ¶
IsTestFile returns whether a given filename is test class.
See https://maven.apache.org/surefire/maven-surefire-plugin/examples/inclusion-exclusion.html
func LabelFromArtifact ¶
func ParseCoordinate ¶ added in v0.6.0
Types ¶
type Dep ¶
type Dep struct { Coord string `json:"coord"` Dependencies []string `json:"dependencies"` DirectDependencies []string `json:"directDependencies"` File string `json:"file"` MirrorUrls []string `json:"mirror_urls,omitempty"` Packages []string `json:"packages"` Sha256 string `json:"sha256,omitempty"` URL string `json:"url,omitempty"` Exclusions []string `json:"exclusions,omitempty"` }
Click to show internal directories.
Click to hide internal directories.