Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AndList ¶
type AndList []string
A list that displays in the human readable format: "a, b and c".
type NonExistentFieldFormatter ¶ added in v0.5.7
type NonExistentFieldFormatter struct { ParentLabel string Fields []string MaxElements int FieldsAreProperties bool }
A formatter for when a field or property is used that does not exist.
func (NonExistentFieldFormatter) Message ¶ added in v0.5.7
func (e NonExistentFieldFormatter) Message(field, fieldLabel string) string
Get a single line message.
func (NonExistentFieldFormatter) MessageWithDetail ¶ added in v0.5.7
func (e NonExistentFieldFormatter) MessageWithDetail(field, fieldLabel string) (string, string)
A message broken up into a top level and detail line
Click to show internal directories.
Click to hide internal directories.