Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoMapper ¶
type AutoMapper[F any, T any] interface { MapTo(from *F, to *T) error MapFrom(to *T, from *F) error }
func NewAutoMapper ¶
func NewAutoMapper[F any, T any](from F, to T) AutoMapper[F, T]
Click to show internal directories.
Click to hide internal directories.