summaryrefslogtreecommitdiff
path: root/request.go
diff options
context:
space:
mode:
authortjpcc <tjp@ctrl-c.club>2023-05-01 07:56:25 -0600
committertjpcc <tjp@ctrl-c.club>2023-05-01 07:56:25 -0600
commit9a2da81b11ad0064cca24ce7974827d032309369 (patch)
tree4313224dc089208423e78bffc3ec50833e35bcea /request.go
parent21e2758145d100d74013060f7090d84679cae683 (diff)
name change gus -> sliderule
Diffstat (limited to 'request.go')
-rw-r--r--request.go8
1 files changed, 7 insertions, 1 deletions
diff --git a/request.go b/request.go
index 1e0f3e7..dce8acb 100644
--- a/request.go
+++ b/request.go
@@ -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