Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TmplNameAndroid is the name of the commit message template used by // rollers which roll into Android. TmplNameAndroid = "android" // TmplNameAndroidNoCR is the name of the commit message template used by // rollers which roll into Android where the service account does not // have CR+2 access. TmplNameAndroidNoCR = "android_nocr" )
View Source
const ( // TmplNameCanary is the name of the commit message template used by // canary rolls. TmplNameCanary = "canary" )
View Source
const ( // TmplNameDefault is the name of the default commit message template which // is suitable for most rollers. TmplNameDefault = "default" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder is a helper used to build commit messages.
func NewBuilder ¶
func NewBuilder(c *config.CommitMsgConfig, reg *config_vars.Registry, childName, parentName, serverURL, childBugLink, parentBugLink string, transitiveDeps []*config.TransitiveDepConfig) (*Builder, error)
NewBuilder returns a Builder instance.
Click to show internal directories.
Click to hide internal directories.