feat(event): feat the get the io length

This commit is contained in:
HuangJiaLuo 2021-10-09 10:47:17 +08:00
parent 929f931cd6
commit c45c2682e0
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 {