Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasUnexportedField ¶
HasUnexportedField returns true if the struct has unexported fields. It panics if the type's Kind is not Struct.
func Hashable ¶
Hashable returns true if the type can used as map key see https://blog.golang.org/maps
func IsAnonymousStruct ¶
func IsCustomType ¶
IsCustomType returns true if the type is not predeclared
func IsLiteralType ¶
func IsUnexportedField ¶
func IsUnexportedField(field reflect.StructField) bool
IsUnexportedField returns true if the structField is not exported.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.