Documentation ¶ Index ¶ Constants type MetaKV Constants ¶ View Source const ( // MetaKVTableName is the explicitly defined table name for the metakv // To avoid misinterpretation of table name when jobID is empty MetaKVTableName = "meta_kvs" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MetaKV ¶ type MetaKV struct { ormModel.Model metaModel.KeyValue JobID metaModel.JobID `gorm:"column:job_id;type:varchar(64) not null;uniqueIndex:uidx_jk,priority:1"` } MetaKV is the model for business meta kv DON'T ADD soft-delete for metakv Source Files ¶ View all Source files model.go Click to show internal directories. Click to hide internal directories.