Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoesTypeImplementInterface ¶
DoesTypeImplementInterface reports whether t implements iface, accounting for both value and pointer receiver method sets.
It returns false when t or iface is nil. It panics when iface is not an interface type; this panic enforces the developer invariant that callers must pass an actual interface type for iface.
func JSONFieldName ¶
func JSONFieldName(field reflect.StructField) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.