package
0.0.0-20240324121413-4374a224593e
Repository: https://github.com/geekqk/vblog.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
审核相关字段 `audit_at` int NOT NULL COMMENT '审核时间', `is_audit_pass` tinyint NOT NULL COMMENT '是否审核通过',.
No description provided by the author
No description provided by the author
发布才能修改文章状态 `published_at` int NOT NULL COMMENT '发布时间', `status` tinyint NOT NULL COMMENT '文章状态: 草稿/已发布',.
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '文章标题', `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '作者', `content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '文章内容', `summary` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '文章概要信息', `create_by` varchar(255) COLLATE utf8mb4_general_ci NOT NULL COMMENT '创建人', `tags` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '标签',.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Blog Service定义.
# Type aliases
No description provided by the author