Fix linter issues
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package domains
|
||||
|
||||
import (
|
||||
"context"
|
||||
"net"
|
||||
)
|
||||
|
||||
const DomainNameDeconnector = "deconnector"
|
||||
|
||||
type Deconnector interface {
|
||||
Handle(clientConn net.Conn)
|
||||
Handle(ctx context.Context, clientConn net.Conn)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user