remove unnecessary metric wrapper

This commit is contained in:
ginuerzh
2022-04-05 22:54:17 +08:00
parent c2f49e9444
commit b88025ea6d
3 changed files with 21 additions and 8 deletions

View File

@ -13,7 +13,7 @@ var (
errUnsupport = errors.New("unsupported operation")
)
// ServerConn is a server side Conn with metrics supported.
// serverConn is a server side Conn with metrics supported.
type serverConn struct {
net.Conn
service string