Documentation ¶ Index ¶ type ShowTime Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ShowTime ¶ type ShowTime struct { ID primitive.ObjectID `bson:"_id,omitempty"` Date string `bson:"date,omitempty"` CreatedAt time.Time `bson:"created_at,omitempty"` Movies []string `bson:"movies,omitempty"` } ShowTime is used to represent showtime profile data Source Files ¶ View all Source files models.go Directories ¶ Show internal Expand all Path Synopsis mongodb Click to show internal directories. Click to hide internal directories.