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) Diff ¶
func (d Dependencies) Diff(name string, initial Dependencies) FileDiff
type Dependency ¶
func (Dependency) Package ¶
func (d Dependency) Package() string
func (Dependency) String ¶
func (d Dependency) String() string
type FileDiff ¶ added in v0.0.8
type FileDiff struct {
Path string
NewDependencies Dependencies
DeletedDependencies Dependencies
UpdatedDependencies UpdatedDependencies
}
type UpdatedDependencies ¶ added in v0.0.8
type UpdatedDependencies []UpdatedDependency
type UpdatedDependency ¶ added in v0.0.8
type UpdatedDependency struct {
Initial Dependency
Latest Dependency
}
Click to show internal directories.
Click to hide internal directories.