# Functions
Capitalize returns the given string with a first character in uppercase.
EnumMarshalFunc returns a marshal func to marshal an enum.
GetStructFieldsIndex will return a list of fieldIndex ([]int) sorted by their position in the Go struct.
No description provided by the author
TODO: implement the same logic as args.RegisterMarshalFunc(), where i must be a pointer RegisterMarshalerFunc bind the given type of i with the given MarshalerFunc.
# Structs
EnumMarshalSpec contains specs used by EnumMarshalFunc.
No description provided by the author
MarshalOpt is hydrated by core.View.
MarshalSection describes a section to build from a given struct.
No description provided by the author
# Interfaces
Marshaler allow custom display for some type when printed using HumanPrinter.
# Type aliases
No description provided by the author
No description provided by the author