Formatter transforms the input into a formatted string.
func(interface{}) string
| 46 | |
| 47 | // Formatter transforms the input into a formatted string. |
| 48 | type Formatter func(interface{}) string |
| 49 | |
| 50 | // FormatterByFieldName transforms the input into a formatted string, |
| 51 | // being able to differentiate formatting based on field name. |
nothing calls this directly
no outgoing calls
no test coverage detected