Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comparator ¶
type Comparator struct {
// contains filtered or unexported fields
}
func NewComparator ¶
func NewComparator() *Comparator
func NewDefaultComparator ¶
func NewDefaultComparator() *Comparator
func (Comparator) AddComparer ¶
func (c Comparator) AddComparer(contentType string, comparer Comparer)
type JSONComparator ¶
type JSONComparator struct { }
func (*JSONComparator) Compare ¶
func (jc *JSONComparator) Compare(s1, s2 string) bool
type XMLComparator ¶
type XMLComparator struct { }
func (*XMLComparator) Compare ¶
func (jc *XMLComparator) Compare(s1, s2 string) bool
Click to show internal directories.
Click to hide internal directories.