/* DESCRIPTION: Any functions that are used internally by the use-case */ package crud import ( e "simrs-vx/internal/domain/_template/single" ) func setData(src e.Createdto, dst *e.Single) { }