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 AppSelectionInfo
- type Diff
- type HTMLOutput
- type HTMLSection
- type MarkdownOutput
- type MarkdownSection
- type SelectionInfo
- type StatsInfo
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, hideDeletedAppDiff bool, statsInfo StatsInfo, selectionInfo SelectionInfo, ) error
GenerateDiff generates a diff between base and target branches
Types ¶
type AppSelectionInfo ¶ added in v0.1.20
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 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
type SelectionInfo ¶ added in v0.1.20
type SelectionInfo struct {
Base AppSelectionInfo
Target AppSelectionInfo
}
func ConvertArgoSelectionToSelectionInfo ¶ added in v0.1.20
func ConvertArgoSelectionToSelectionInfo(baseApps *argoapplication.ArgoSelection, targetApps *argoapplication.ArgoSelection) SelectionInfo
func (SelectionInfo) String ¶ added in v0.1.20
func (t SelectionInfo) String() string
Click to show internal directories.
Click to hide internal directories.