MCPcopy Create free account
hub / github.com/bitpoke/mysql-operator / nodeSQLRunner

Struct nodeSQLRunner

pkg/controller/node/sql.go:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49type nodeSQLRunner struct {
50 dsn string
51 host string
52
53 enableBinLog bool
54}
55
56type sqlFactoryFunc func(dsn, host string) SQLInterface
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected