Files

11 lines
141 B
Go
Raw Permalink Normal View History

2019-04-22 20:46:32 +08:00
package archive
// Databus db
type Databus struct {
ID int64
Group string
Topic string
Partition int8
Offset int64
}