mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-09-03 08:08:04 -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
|
|
}
|