package
Version:
v0.0.0-...-aa82ca8
Opens a new window with list of versions in this module.
Published: Aug 17, 2021
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Client MySQL客户端
Query 根据文档ID查找数据库中对应的文档名.
type Doc struct {
ID int64
DocID string `gorm:"size:8;column:doc_id;not null"`
Title string `gorm:"size:255;column:title;not null"`
}
Doc 数据库schema定义
Source Files
¶
Click to show internal directories.
Click to hide internal directories.