Documentation
¶
Index ¶
- func GenerateDiff(title string, outputFolder string, baseBranch *gitt.Branch, ...) error
- func WriteNoAppsFoundMessage(title string, outputFolder string, selectors []selector.Selector, ...) error
- type AppInfo
- type Diff
- type HTMLOutput
- type HTMLSection
- type InfoBox
- type MarkdownOutput
- type MarkdownSection
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateDiff ¶
func GenerateDiff( title string, outputFolder string, baseBranch *gitt.Branch, targetBranch *gitt.Branch, baseApps []AppInfo, targetApps []AppInfo, diffIgnoreRegex *string, lineCount uint, maxCharCount uint, timeInfo InfoBox, ) error
GenerateDiff generates a diff between base and target branches
Types ¶
type HTMLOutput ¶ added in v0.1.17
type HTMLOutput struct {
// contains filtered or unexported fields
}
type HTMLSection ¶ added in v0.1.17
type HTMLSection struct {
// contains filtered or unexported fields
}
type InfoBox ¶ added in v0.1.9
type MarkdownOutput ¶ added in v0.1.17
type MarkdownOutput struct {
// contains filtered or unexported fields
}
type MarkdownSection ¶ added in v0.1.17
type MarkdownSection struct {
// contains filtered or unexported fields
}
func (*MarkdownSection) Size ¶ added in v0.1.17
func (m *MarkdownSection) Size() int
Click to show internal directories.
Click to hide internal directories.