Guest User

Untitled

a guest
Jun 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. type MongoImage struct {
  2. ID bson.ObjectId `bson:"_id"`
  3. Author string `bson:"author"`
  4. Caption string `bson:"caption"`
  5. ContentType string `bson:"contentType"`
  6. DateTime string `bson:"dateTime"`
  7. FileID bson.ObjectId `bson:"fileID"`
  8. FileSize int64 `bson:"fileSize"`
  9. Height int `bson:"height"`
  10. Name string `bson:"name"`
  11. Width int `bson:"width"`
  12. }
Add Comment
Please, Sign In to add comment