Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MustFunc ¶
type MustFunc[Target, Source any] func(Source) Target
type RecursiveFunc ¶
func (RecursiveFunc[Target, Source]) Info ¶
func (RecursiveFunc[Target, Source]) Info() (string, string)
type StructFromStruct ¶
StructFromStruct is a type that maps fields from a source struct to a target struct. The map keys are the target struct fields and the values are the source struct fields.
func (StructFromStruct[Target, Source]) Info ¶
func (StructFromStruct[Target, Source]) Info() (string, string)
Click to show internal directories.
Click to hide internal directories.