Documentation
¶
Index ¶
- func AddDeleteMergedBranchCmd(rootCmd *cobra.Command)
- func AddDiffCmd(rootCmd *cobra.Command)
- func AddLintCmd(rootCmd *cobra.Command)
- func DeleteMergedBranch(req *DeleteMergedBranchReq) error
- func DiffDiffFile(diffFile string, aoConfig map[string]string) error
- func DiffString(benchContent, targetContent string, aoConfig map[string]string) error
- func DiffTwoFile(benchmarkFile, targetFile string, aoConfig map[string]string) error
- func RunLintCmd(targetBranch string) error
- type DeleteMergedBranchReq
- type DiffCompare
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddDiffCmd ¶
func AddLintCmd ¶
func DeleteMergedBranch ¶
func DeleteMergedBranch(req *DeleteMergedBranchReq) error
func DiffString ¶
func DiffTwoFile ¶
func RunLintCmd ¶
Types ¶
type DeleteMergedBranchReq ¶
type DeleteMergedBranchReq struct {
DryRun bool
}
type DiffCompare ¶
func NewDiffCompare ¶
func NewDiffCompare() *DiffCompare
func (*DiffCompare) PrepareContent ¶
func (com *DiffCompare) PrepareContent(content string) (string, string)
func (*DiffCompare) ShowDiff ¶
func (com *DiffCompare) ShowDiff(content1, content2 string) error
Click to show internal directories.
Click to hide internal directories.