Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Changes ¶
type Changes struct { Tag string Added string Changed string Deprecated string Fixed string Removed string Security string Time time.Time }
func NewChanges ¶
type Contents ¶
type InitTemplateData ¶
type Reference ¶
type Reference struct { Type ReferenceType Tag string Raw string From string To string BaseURL string Separator string }
func NewReferenceFromRegexp ¶
type ReferenceType ¶
type ReferenceType string
const ( GITHUB_REFERENCE ReferenceType = "github" BITBUCKET_REFERENCE = "bitbucket" )
Click to show internal directories.
Click to hide internal directories.