(ctx context.Context, params *PingParams)
| 581 | // keepaliveSession represents a session that supports keepalive functionality. |
| 582 | type keepaliveSession interface { |
| 583 | Ping(ctx context.Context, params *PingParams) error |
| 584 | Close() error |
| 585 | } |
| 586 |
no outgoing calls