Documentation ¶ Index ¶ func VisitObjectStrings(obj interface{}, visitor func(string) (string, bool)) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func VisitObjectStrings ¶ func VisitObjectStrings(obj interface{}, visitor func(string) (string, bool)) error VisitObjectStrings recursively visits all string fields in the object and calls the visitor function on them. The visitor function can be used to modify the value of the string fields. Types ¶ This section is empty. Source Files ¶ View all Source files object.go Click to show internal directories. Click to hide internal directories.