Unexport network.Message

This commit is contained in:
Milos Gajdos
2019-10-23 17:32:45 +01:00
parent 68789af4ea
commit 35729092e0
2 changed files with 10 additions and 10 deletions

View File

@@ -56,8 +56,8 @@ type Network interface {
Server() server.Server
}
// Message is network message
type Message struct {
// message is network message
type message struct {
// msg is transport message
msg *transport.Message
// session is tunnel session