Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnonymityNetwork ¶
type AnonymityNetwork interface { Listener(string) (net.Listener, error) Dial(string) (net.Conn, error) }
func StartI2P ¶
func StartI2P() (AnonymityNetwork, error)
func StartTestnet ¶
func StartTestnet() (AnonymityNetwork, error)
Click to show internal directories.
Click to hide internal directories.