diff options
Diffstat (limited to 'request.go')
-rw-r--r-- | request.go | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -package gus +package sliderule import ( "crypto/tls" @@ -20,6 +20,12 @@ type Request struct { // It is unused on the client end. Server Server + // Meta is a place for opaque data. + // + // Look for helper methods in protocol packages to use it appropriately + // for the protocol. + Meta any + // RemoteAddr is the address of the other side of the connection. // // This will be the server address for clients, or the connecting |