Files
go-i2p/lib/tunnel/participant.go

10 lines
118 B
Go

package tunnel
import (
"github.com/go-i2p/crypto/tunnel"
)
type Participant struct {
decryption *tunnel.Tunnel
}