From 9a2da81b11ad0064cca24ce7974827d032309369 Mon Sep 17 00:00:00 2001 From: tjpcc Date: Mon, 1 May 2023 07:56:25 -0600 Subject: name change gus -> sliderule --- request.go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'request.go') 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 -- cgit v1.2.3