mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-05 08:46:56 +08:00
add some unittests and bug fix
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
|
||||
type HandleFunc func(ctx context.Context, conn net.Conn)
|
||||
|
||||
// Handler represents application server over tcp
|
||||
type Handler interface {
|
||||
Handle(ctx context.Context, conn net.Conn)
|
||||
Close() error
|
||||
|
Reference in New Issue
Block a user