Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. [
  2. {},
  3. {},
  4. {},
  5. {},
  6. {},
  7. {},
  8. {}
  9. ]
  10.  
  11. type CategoryExtendGroup struct {
  12. Category models.Category
  13. Categories []CategoryExtend
  14. }
  15.  
  16. type CategoryExtendGroup struct {
  17. Category models.Category `json:"category"`
  18. Categories []CategoryExtend `json:"categories"`
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement