package
Version:
v0.0.0-...-93c37c5
Opens a new window with list of versions in this module.
Published: Sep 15, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Favorite struct {
ID uint `gorm:"primary_key"`
UserId uint `json:"user_id"`
VideoId string `json:"video_id"`
CreatedAt time.Time `json:"-"`
UpdatedAt time.Time `json:"-"`
User User
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.