add stubs for NTCP
This commit is contained in:
6
lib/transport/ntcp/session.go
Normal file
6
lib/transport/ntcp/session.go
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
package ntcp
|
||||||
|
|
||||||
|
// Session implements TransportSession
|
||||||
|
// An established transport session
|
||||||
|
type Session struct {
|
||||||
|
}
|
5
lib/transport/ntcp/transport.go
Normal file
5
lib/transport/ntcp/transport.go
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
package ntcp
|
||||||
|
|
||||||
|
// Transport is an ntcp transport implementing transport.Transport interface
|
||||||
|
type Transport struct {
|
||||||
|
}
|
Reference in New Issue
Block a user