Documentation ¶
Index ¶
- Variables
- func InstanceQualifiedName(t any) string
- func InstanceSimpleName(t any) string
- func IsZero[T any](instance any) bool
- func StructFieldNames[T any]() ([]string, error)
- func StructFieldNamesAndTypes[T any]() (map[string]string, error)
- func TypeBaseName[T any]() string
- func TypeQualifiedName[T any]() string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrStructFieldNamesNotStruct = errors.New("no struct")
)
Functions ¶
func InstanceQualifiedName ¶ added in v1.0.33
func InstanceSimpleName ¶ added in v1.0.33
func StructFieldNames ¶ added in v1.0.33
func StructFieldNamesAndTypes ¶ added in v1.0.33
func TypeBaseName ¶ added in v1.0.33
func TypeQualifiedName ¶ added in v1.0.33
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.