feat(event): feat the get the io length

This commit is contained in:
HuangJiaLuo 2021-10-09 10:47:17 +08:00
parent cf1c90442b
commit 83bf49ec17
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ type EventWorkFunc func() (interface{}, error)
type DriverInterface interface {
Get() *Event
Put(event *Event)
GetLength() int
}
type ProduceInterface interface {