Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Whisper ¶
type Whisper struct { gorm.Model ID uint `gorm:"primaryKey;autoIncrement;comment:'主键'"` Name string `gorm:"name ;comment:'文件名'"` No string `gorm:"no;comment:'字幕序号'"` Duration string `gorm:"duration;comment:'时间段'"` Srt string `gorm:"原文内容"` CreatedAt time.Time }
func (*Whisper) FindOneByName ¶
Click to show internal directories.
Click to hide internal directories.