mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-05 06:05:16 -04:00
13 lines
178 B
Go
13 lines
178 B
Go
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
|
|
}
|