Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSegmentsTableName ¶
func GetSegmentsTableName() string
Types ¶
type Segments ¶
type Segments struct { BizTag string `json:"biz_tag" xorm:"not null pk VARCHAR(128) 'biz_tag'"` MaxId int64 `json:"max_id" xorm:"BIGINT(20) 'max_id'"` Step int64 `json:"step" xorm:"INT(11) 'step'"` CreateTime int64 `json:"create_time" xorm:"BIGINT(20) 'create_time'"` UpdateTime int64 `json:"update_time" xorm:"BIGINT(20) 'update_time'"` }
Click to show internal directories.
Click to hide internal directories.