Files
go-i2p/lib/bootstrap/reseed.go

13 lines
178 B
Go
Raw Normal View History

2016-01-28 10:16:26 -05:00
package bootstrap
import (
"github.com/bounce-chat/go-i2p/lib/stdi2p"
)
type HTTPSReseed string
func (r HTTPSReseed) Reseed(chnl chan *stdi2p.SU3) (err error) {
return
}