queries.go 126 B

123456789
  1. package dto
  2. type GetDashboardQuery struct {
  3. Id int64
  4. Resp GetDashboardQueryResp
  5. }
  6. type GetDashboardQueryResp struct {
  7. }