Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoeFile ¶
type GoeFile struct {
mongodb.DefaultModel `bson:",inline"`
Extension string `json:"extension" bson:"extension"`
Filename string `json:"filename" bson:"filename"`
Hash string `json:"hash" bson:"hash"`
MimeType string `json:"mime_type" bson:"mime_type"`
Size int64 `json:"size" bson:"size"`
Type FileType `json:"type" bson:"type"`
UploadedName string `json:"uploaded_name" bson:"uploaded_name"`
}
Click to show internal directories.
Click to hide internal directories.