diff options
author | tjpcc <tjp@ctrl-c.club> | 2023-05-01 07:56:25 -0600 |
---|---|---|
committer | tjpcc <tjp@ctrl-c.club> | 2023-05-01 07:56:25 -0600 |
commit | 9a2da81b11ad0064cca24ce7974827d032309369 (patch) | |
tree | 4313224dc089208423e78bffc3ec50833e35bcea /request.go | |
parent | 21e2758145d100d74013060f7090d84679cae683 (diff) |
name change gus -> sliderule
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 |