package entity import "git.gocasts.ir/ebhomengo/niki/types" type Shipping struct { ID types.ID Name string Price types.Price IsActive bool }