Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // RequestURL something
  2. type RequestURL struct {
  3. Limited string `json:"limited"`
  4. Site string `json:"site"`
  5. Items [][]Items
  6. }
  7.  
  8. // Items something
  9. type Items struct {
  10. Label string `json:"label"`
  11. ContentType string `json:"contentType"`
  12. URL string `json:"url"`
  13. Format string `json:"format"`
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement