File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ type Channel interface {
3636 Underlay () Underlay
3737 Headers () map [int32 ][]byte
3838 GetTimeSinceLastRead () time.Duration
39+ GetUserData () interface {}
3940}
4041
4142type MultiChannel interface {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/gorilla/websocket v1.5.3
1010 github.com/michaelquigley/pfxlog v0.6.10
1111 github.com/openziti/foundation/v2 v2.0.59
12- github.com/openziti/identity v1.0.100
12+ github.com/openziti/identity v1.0.101
1313 github.com/openziti/transport/v2 v2.0.168
1414 github.com/pkg/errors v0.9.1
1515 github.com/sirupsen/logrus v1.9.3
Original file line number Diff line number Diff line change @@ -336,8 +336,8 @@ github.com/openziti/dilithium v0.3.5 h1:+envGNzxc3OyVPiuvtxivQmCsOjdZjtOMLpQBeMz
336336github.com/openziti/dilithium v0.3.5 /go.mod h1:XONq1iK6te/WwNzkgZHfIDHordMPqb0hMwJ8bs9EfSk =
337337github.com/openziti/foundation/v2 v2.0.59 h1:PJwrcTq62x+cONBeKMlnsuphsTlOvTz8j8prYnehm8o =
338338github.com/openziti/foundation/v2 v2.0.59 /go.mod h1:76gmsdIBHvv4O3I0TuFBfO58Rv7YN8FA0ojwYz27ZxE =
339- github.com/openziti/identity v1.0.100 h1:FTkbhykDCMw1z/wxEeDfmq1aBp2tLRjZ3ggioRT4pg8 =
340- github.com/openziti/identity v1.0.100 /go.mod h1:E4SHqfXaZldDCo/GIdSD/Xg61obuolWYg9Qe8lqGUrQ =
339+ github.com/openziti/identity v1.0.101 h1:XujPT6eCv3Gqsodh9846EoWfQZwDAFrjPLxm1cipveY =
340+ github.com/openziti/identity v1.0.101 /go.mod h1:OZLcSf2wGqAa7/8SmbwLQxv0Gsv4i4pxTk83WPHIr+o =
341341github.com/openziti/transport/v2 v2.0.168 h1:1Anf7X+4xmSKQ12GdPJFhoMZi04QxgD4MJu3agFc1R4 =
342342github.com/openziti/transport/v2 v2.0.168 /go.mod h1:vE9FGxPB6I89SWun5mOz3Tuz2QDctwNfB4oqDIdzPoM =
343343github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 h1:mOvehYivJ4Aqu2CPe3D3lv8jhqOI9/1o0THxJHBE0qw =
You can’t perform that action at this time.
0 commit comments