This commit is contained in:
hdt3213
2021-05-12 00:27:29 +08:00
parent 55ada39252
commit 97d7b84276
58 changed files with 490 additions and 343 deletions

View File

@@ -5,6 +5,7 @@ import (
"net"
)
// HandleFunc represents application handler function
type HandleFunc func(ctx context.Context, conn net.Conn)
// Handler represents application server over tcp