github.com/johnathanhowell/sia@v0.5.1-beta.0.20160524050156-83dcc3d37c94/modules/gateway/conn.go (about) 1 package gateway 2 3 import ( 4 "net" 5 ) 6 7 // peerConn is a simple type that implements the modules.PeerConn interface. 8 type peerConn struct { 9 net.Conn 10 }