mirror of
https://github.com/go-i2p/go-i2cp.git
synced 2025-06-09 01:25:32 -04:00
11 lines
161 B
Go
11 lines
161 B
Go
package go_i2cp
|
|
|
|
import "bytes"
|
|
|
|
type Session struct {
|
|
}
|
|
|
|
func (session Session) dispatchMessage(protocol uint8, srcPort, destPort uint16, payload *Stream) {
|
|
|
|
}
|