2019-04-22 02:59:20 +00:00

11 lines
141 B
Go

package archive
// Databus db
type Databus struct {
ID int64
Group string
Topic string
Partition int8
Offset int64
}