summaryrefslogtreecommitdiff
path: root/request.go
diff options
context:
space:
mode:
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