MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / HandlerTest

Interface HandlerTest

IceFireDB-SQLProxy/pkg/mysql/server/command_test.go:4–7  ·  view source on GitHub ↗

Define the Handler interface

Source from the content-addressed store, hash-verified

2
3// Define the Handler interface
4type HandlerTest interface {
5 Serve()
6 CloseConn(*Conn) error
7}
8
9// Define the EmptyHandler struct
10type EmptyHandlerTest struct{}

Callers

nothing calls this directly

Implementers 1

EmptyHandlerTestIceFireDB-SQLProxy/pkg/mysql/server/co

Calls

no outgoing calls

Tested by

no test coverage detected