Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
NoNewItem = errors.New("No new voa special english")
)
Functions ¶
Types ¶
type VoaItem ¶
type VoaItem struct { Id int64 `json:"id"` OrigId int64 `json:"-" sql:"not null;unique"` Typ string `sql:"size:64" json:"-"` Mp3 string `sql:"size:256" json:"mp3"` Content string `sql:"type:TEXT;" json:"content"` Title string `sql:"size:128" json:"title"` Duration int `json:"duration"` // seconds Image string `sql:"size:256" json:"image"` Lyric string `sql:"type:TEXT;" json:"lyric"` Published time.Time `json:"-"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.