package dto type GetDashboardQuery struct { Id int64 Resp GetDashboardQueryResp } type GetDashboardQueryResp struct { }