Documentation ¶ Index ¶ type Song Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Song ¶ type Song struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"id,omitempty"` Title string `bson:"title" json:"title"` Artist string `bson:"artist" json:"artist"` URL string `bson:"url" json:"url"` } Source Files ¶ View all Source files song.go Click to show internal directories. Click to hide internal directories.