mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-05 14:13:30 -04:00
add base files
This commit is contained in:
11
lib/bootstrap/bootstrap.go
Normal file
11
lib/bootstrap/bootstrap.go
Normal file
@ -0,0 +1,11 @@
|
||||
package bootstrap
|
||||
|
||||
import (
|
||||
"github.com/bounce-chat/go-i2p/lib/stdi2p"
|
||||
)
|
||||
|
||||
type Reseed interface {
|
||||
// do reseed, return nil on success otherwise error
|
||||
// sends down all retrieved SU3 files down chan
|
||||
Reseed(chnl chan *stdi2p.SU3) error
|
||||
}
|
Reference in New Issue
Block a user