add pullers

This commit is contained in:
Aleksandr Zelenin 2018-10-09 06:46:15 +03:00
parent 287f0c6d4e
commit 0dc94fc121
4 changed files with 157 additions and 0 deletions

7
client/puller/error.go Normal file
View file

@ -0,0 +1,7 @@
package puller
import (
"errors"
)
var EOP = errors.New("end of pull")