mirror of
https://github.com/go-i2p/go-sam-go.git
synced 2025-06-07 09:03:18 -04:00
Add Conn() getter to BaseSession
This commit is contained in:
@ -339,6 +339,12 @@ type BaseSession struct {
|
|||||||
func (bs *BaseSession) Close() error
|
func (bs *BaseSession) Close() error
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### func (*BaseSession) Conn
|
||||||
|
|
||||||
|
```go
|
||||||
|
func (bs *BaseSession) Conn() net.Conn
|
||||||
|
```
|
||||||
|
|
||||||
#### func (*BaseSession) From
|
#### func (*BaseSession) From
|
||||||
|
|
||||||
```go
|
```go
|
||||||
|
Reference in New Issue
Block a user