mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-22 04:30:17 +01:00
add pullers
This commit is contained in:
parent
287f0c6d4e
commit
0dc94fc121
4 changed files with 157 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