Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CGVERSION = "dev"
Functions ¶
This section is empty.
Types ¶
type ChangelogType ¶
type ChangelogTypes ¶
type ChangelogTypes []ChangelogType
func NewChangelogTypes ¶
func NewChangelogTypes() ChangelogTypes
func (*ChangelogTypes) AppendContent ¶
func (ct *ChangelogTypes) AppendContent(cType, content string)
type DefaultChangelogGenerator ¶
type DefaultChangelogGenerator struct {
// contains filtered or unexported fields
}
func (*DefaultChangelogGenerator) Init ¶
func (g *DefaultChangelogGenerator) Init(m map[string]string) error
func (*DefaultChangelogGenerator) Name ¶
func (g *DefaultChangelogGenerator) Name() string
func (*DefaultChangelogGenerator) Version ¶
func (g *DefaultChangelogGenerator) Version() string
Click to show internal directories.
Click to hide internal directories.