package
Version:
v0.7.57
Opens a new window with list of versions in this module.
Published: Jan 15, 2026
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func MapEntitiesToModel[Entity any, Model any](mapper func(e *Entity) *Model, entities []*Entity) []*Model
func MapEntitiesToModelWithValues[Entity any, Model any](
mapper func(e *Entity) *Model,
entities []*Entity,
) ([]*Model, []Model)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.