mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 14:08:30 -05:00
11 lines
141 B
Go
11 lines
141 B
Go
package archive
|
|
|
|
// Databus db
|
|
type Databus struct {
|
|
ID int64
|
|
Group string
|
|
Topic string
|
|
Partition int8
|
|
Offset int64
|
|
}
|