Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DepElement ¶
type DepElement struct {
GroupId string `json:"group_id"`
ArtifactId string `json:"artifact_id"`
Version string `json:"version"`
Children []DepElement `json:"children,omitempty"`
}
func (DepElement) CompName ¶
func (d DepElement) CompName() string
type GradleDependencyInfo ¶
type GradleDependencyInfo struct {
ProjectName string `json:"project_name"`
Dependencies []DepElement `json:"dependencies,omitempty"`
}
func (*GradleDependencyInfo) BaseModule ¶
func (g *GradleDependencyInfo) BaseModule(path string) model.Module
type GradleInfo ¶
type GradleInfo struct {
Executable string
Version string
Revision string
CallCmd func(ctx context.Context, args ...string) *exec.Cmd
}
func (*GradleInfo) String ¶
func (g *GradleInfo) String() string
Click to show internal directories.
Click to hide internal directories.