Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DiffContent ¶
type DiffContent struct {
// contains filtered or unexported fields
}
func (*DiffContent) AsMarkdown ¶
func (r *DiffContent) AsMarkdown() string
func (*DiffContent) ToString ¶
func (r *DiffContent) ToString() string
type DiffError ¶
type DiffError struct {
// contains filtered or unexported fields
}
func (*DiffError) AsMarkdown ¶
type DiffMap ¶
type DiffMap struct { SrcDirs []string DstDirs []string Results map[string]DiffResult }
func NewDiffMap ¶
func NewDiffMap() *DiffMap
type DiffResult ¶
Click to show internal directories.
Click to hide internal directories.