Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/keploy/keploy
/ MySQL
Struct
MySQL
pkg/agent/proxy/integrations/mysql/mysql.go:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
type
MySQL
struct
{
25
logger *zap.Logger
26
}
27
28
func
New(logger *zap.Logger) integrations.Integrations {
29
return
&MySQL{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected