Documentation ¶
Overview ¶
Package changelog provides the datastructure that is responsible for holding the changelog data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Changelog ¶
type Changelog interface { GetRepoName() string GetRepoOwner() string GetUnreleased() []string AddUnreleased([]string) Insert(entry.Entry) GetEntries() []*entry.Entry Head() *entry.Entry Tail() *entry.Entry }
Changelog is an interface for a changelog datastructure.
func NewChangelog ¶
NewChangelog creates a new changelog datastructure.
Click to show internal directories.
Click to hide internal directories.