chore: avoid unneeded map copy when close connection in restful api
This commit is contained in:
@ -15,7 +15,7 @@ import (
|
||||
"github.com/gofrs/uuid/v5"
|
||||
)
|
||||
|
||||
type tracker interface {
|
||||
type Tracker interface {
|
||||
ID() string
|
||||
Close() error
|
||||
C.Connection
|
||||
|
Reference in New Issue
Block a user