mirror of
https://github.com/go-i2p/go-i2cp.git
synced 2025-12-01 06:54:57 -05:00
9 lines
166 B
Go
9 lines
166 B
Go
package go_i2cp
|
|
|
|
// LookupEntry represents a destination lookup request entry.
|
|
// Moved from: client.go
|
|
type LookupEntry struct {
|
|
address string
|
|
session *Session
|
|
}
|