Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
func (*Node) UnmarshalXML ¶
type OtherDifference ¶
type OtherDifference struct {
// contains filtered or unexported fields
}
func (OtherDifference) GetOutput ¶
func (sd OtherDifference) GetOutput() []string
type StringDifferences ¶
type StringDifferences struct {
// contains filtered or unexported fields
}
func (StringDifferences) GetOutput ¶
func (sd StringDifferences) GetOutput() []string
type XMLDifference ¶
type XMLDifference interface {
GetOutput() []string
}
func Compare ¶
func Compare(xml1 *Node, xml2 *Node) []XMLDifference
Click to show internal directories.
Click to hide internal directories.