Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNilTemplateField = errors.New("required link template field is nil")
Functions ¶
This section is empty.
Types ¶
type Dictionary ¶
Dictionary stores a mapping between dependency names and templates to obtain a changelog link. Templates have access to fields of the changelog.Dependency object.
func NewDictionary ¶
func NewDictionary(r io.Reader) (Dictionary, error)
func (Dictionary) Map ¶
func (d Dictionary) Map(dep changelog.Dependency) string
Click to show internal directories.
Click to hide internal directories.