domain

package
v0.0.0-...-32fa971 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WordCloudTask

type WordCloudTask struct {
	Id       int        `dd:"pk;auto;type:int(11)"`
	SrcUrl   string     `dd:"type:varchar(255);extra:comment 'source file url 原文件链接'"`
	ImgUrl   string     `dd:"type:varchar(255);extra:comment 'word cloud image url 词云图链接'"`
	Lang     string     `dd:"type:varchar(45);extra:comment 'text language 文本语种, zh中文, en英文'"`
	Top      int        `` /* 161-byte string literal not displayed */
	Status   int8       `dd:"extra:comment 'task status 任务状态, 0 waiting 未开始, 1 processing 进行中, 2 success 成功, 3 fail 失败'"`
	Error    string     `dd:"type:varchar(655);extra:comment 'error message 错误信息'"`
	UserId   int        `dd:"type:int(11);fk:t_user,id,fk_user,ON DELETE CASCADE ON UPDATE NO ACTION"`
	CreateAt *time.Time `dd:"type:datetime;default:CURRENT_TIMESTAMP"`
	UpdateAt *time.Time `dd:"type:datetime;default:CURRENT_TIMESTAMP;extra:on update CURRENT_TIMESTAMP"`
	DeleteAt *time.Time `dd:"type:datetime"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL