bi/model/message.go
1340691923@qq.com ebbf4120bf 第一次提交
2022-01-26 16:40:50 +08:00

13 lines
167 B
Go

package model
import "time"
type InputMessage struct {
Topic string
Partition int
Key []byte
Value []byte
Offset int64
Timestamp *time.Time
}