Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diff ¶
type Diff struct{}
func (*Diff) DiffPathmaps ¶
func (d *Diff) DiffPathmaps(oldDeviceToPathmap map[string]pathmap.PathMapInterface, newDeviceToPathmap map[string]pathmap.PathMapInterface) (map[string]*pathmap.DiffResult, error)
type DiffInterface ¶
type DiffInterface interface {
DiffPathmaps(map[string]pathmap.PathMapInterface, map[string]pathmap.PathMapInterface) (map[string]*pathmap.DiffResult, error)
}
func NewDiffInterface ¶
func NewDiffInterface() DiffInterface
Click to show internal directories.
Click to hide internal directories.