Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DTO ¶
type Entity ¶
type Entity struct { ThemeID primitive.ObjectID `bson:"theme"` OwnerID primitive.ObjectID `bson:"owner"` Tracks []EntityTrack `bson:"tracks,omitempty"` }
type EntityReview ¶
type EntityTrack ¶
type EntityTrack struct { ID string `bson:"id"` Title string `bson:"title,omitempty"` Artist string `bson:"artist,omitempty"` Reason string `bson:"reason,omitempty"` Reviews []EntityReview `bson:"reviews,omitempty"` }
Click to show internal directories.
Click to hide internal directories.