go-common/app/job/main/videoup/model/archive/databus.go

11 lines
141 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package archive
// Databus db
type Databus struct {
ID int64
Group string
Topic string
Partition int8
Offset int64
}