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
Click to show internal directories.
Click to hide internal directories.