package dto import "time" type ItemHistory struct { ItemId string ItemName string ItemPrice string ValidFrom time.Time ValidTo time.Time }