package
Version:
v0.0.0-...-905bf1f
Opens a new window with list of versions in this module.
Published: Apr 2, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Danmu struct {
ID int64 `gorm:"primaryKey;not null;unique"`
VideoID int64 `gorm:"not null"`
UserID int64 `gorm:"not null"`
Content string `gorm:"not null"`
BeginAt time.Time `gorm:"not null"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.