initial commit
This commit is contained in:
commit
6358d0754b
34 changed files with 82616 additions and 0 deletions
7
client/puller/error.go
Normal file
7
client/puller/error.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package puller
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var EOP = errors.New("end of pull")
|
||||
Loading…
Add table
Add a link
Reference in a new issue