Add Conn() getter to BaseSession

This commit is contained in:
eyedeekay
2025-06-01 18:01:04 -04:00
parent 27312d3e94
commit 63a00527b9

View File

@ -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