Versions in this module Expand all Collapse all v0 v0.1.1 Jul 14, 2023 v0.1.0 May 22, 2023 Changes in this version + var ErrCloseConn = errors.New("failed to close client connection") + type ClientConnection struct + func NewClientConnection(logger *zap.Logger, conn net.Conn, frontendTLSConfig *tls.Config, ...) *ClientConnection + func (cc *ClientConnection) Close() error + func (cc *ClientConnection) GracefulClose() + func (cc *ClientConnection) Run(ctx context.Context)