Refactor: make IntermediateConnection more like Connection

This commit is contained in:
Jakob Borg
2015-08-23 08:55:32 +02:00
parent f691040936
commit aec143b882
2 changed files with 7 additions and 9 deletions

View File

@@ -14,8 +14,8 @@ import (
)
type IntermediateConnection struct {
Conn *tls.Conn
ConnType ConnectionType
*tls.Conn
Type ConnectionType
}
type Connection struct {