mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-15 02:40:01 +08:00
refactor
This commit is contained in:
@@ -16,7 +16,7 @@ const (
|
|||||||
minWorkers = 1
|
minWorkers = 1
|
||||||
)
|
)
|
||||||
|
|
||||||
var ErrCancelWithNil = errors.New("mr cancelled with nil")
|
var ErrCancelWithNil = errors.New("mapreduce cancelled with nil")
|
||||||
|
|
||||||
type (
|
type (
|
||||||
GenerateFunc func(source chan<- interface{})
|
GenerateFunc func(source chan<- interface{})
|
||||||
|
|||||||
Reference in New Issue
Block a user