Documentation ¶ Index ¶ type File type User type Video Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type File ¶ type File struct { ID primitive.ObjectID `bson:"_id,omitempty" json: "_id"` Name string `json:"name"` Type string `json:"type"` Path string `json:"path"` UserId primitive.ObjectID `bson:"userId" json:"userId"` } type User ¶ type User struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"_id"` Name string `json:"name,omitempty"` Email string `json:"email,omitempty" binding:"required"` Password string `json:"password,omitempty"` } type Video ¶ type Video struct { Name string `json:"name"` } Source Files ¶ View all Source files file.go user.go video.go Click to show internal directories. Click to hide internal directories.