Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analects ¶
type Analects struct { gorm.Model Chapter string `gorm:"type:varchar(255)"` Paragraphs string `gorm:"type:text"` }
Analects 是论语的数据库结构
type JSONAnalects ¶
type JSONAnalects struct { Chapter string `json:"chapter"` Paragraphs []string `json:"paragraphs"` }
JSONAnalects 是 JSON 的文件格式
Click to show internal directories.
Click to hide internal directories.