Documentation ¶
Overview ¶
Package linker implements linking dependency changelogs when they get updated.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Linker ¶
type Linker struct {
Mappers []Mapper
}
Linker is an object containing a map of Mappers that will be applied to Map a changelog to a dependency.
type Mapper ¶
type Mapper interface {
Map(dep changelog.Dependency) string
}
Mapper is any object that can link to a changelog for a dependency.
Click to show internal directories.
Click to hide internal directories.