# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Get a list of fields specified as their hierarchical id space.
Get a map of fields specified by the fields array.
JsonMap takes as input the generic args map from ParseArgs corresponding to obj, and uses the json tags in obj to generate a map with field names in the JSON namespace.
No description provided by the author
No description provided by the author
MarshalArgs generates a name=val arg list from the object.
Use mapstructure to convert an args map (map[string]interface{}) to fill in an object in output.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
HideTags is a comma separated list of tag names that are matched against the protocmd.hidetag field option.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
FieldNamespace describes the format of field names used in generic map[string]interface{} data, whether they correspond to the go struct's field names, yaml tag names, or json tag names.