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

10 lines
127 B
Go
Raw Normal View History

package tunnel
import (
2016-01-29 07:22:31 -05:00
"github.com/bounce-chat/go-i2p/lib/crypto"
)
type Participant struct {
2016-01-29 07:22:31 -05:00
decryption *crypto.Tunnel
}