Documentation ¶ Index ¶ func Flatten(obj interface{}, filter []string, primitiveOnly bool) map[string]string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Flatten ¶ func Flatten(obj interface{}, filter []string, primitiveOnly bool) map[string]string Flatten takes an object and returns a flat map of the object. The keys of the map is the path of the field names until a primitive field is reached and the value is a string representation of the terminal field. Types ¶ This section is empty. Source Files ¶ View all Source files flatmap.go Click to show internal directories. Click to hide internal directories.