model.go 181 B

1234567
  1. package model
  2. // FopVideoCovers video cloud fop=videocovers_format response
  3. type FopVideoCovers []struct {
  4. Count int `json:"count"`
  5. URLFormat string `json:"url_format"`
  6. }