Versions in this module Expand all Collapse all v0 v0.2.0 Jun 19, 2017 v0.1.0 Jun 11, 2017 Changes in this version + const Author + const Repo + const Version + func Diff(sourceStr, targetStr string, ignoreAttr []string) (string, error) + func DiffFromFiles(sourceFile, targetFile string, ignoreAttr []string) (string, error) + func ListDiffDn(sourceStr, targetStr string, ignoreAttr []string) ([]string, error) + func ListDiffDnFromFiles(sourceFile, targetFile string, ignoreAttr []string) ([]string, error) + type Action int + const Add + const Delete + const Modify + type ActionEntry struct + Action Action + Dn string + SubActionAttrs []SubActionAttr + type Entries map[string][]string + type SubAction int + const ModifyAdd + const ModifyDelete + const ModifyReplace + const None + type SubActionAttr map[SubAction][]string