Documentation ¶
Index ¶
- Constants
- type Server
- func (s *Server) Close()
- func (s *Server) ComQuery(c *mysql.Conn, q string, cb callback) error
- func (s *Server) ConnectionClosed(c *mysql.Conn)
- func (s *Server) NewConnection(c *mysql.Conn)
- func (s *Server) Serve(lis net.Listener) error
- func (s *Server) SetAPIService(a apipb.APIServiceInterface)
- func (s *Server) WarningCount(c *mysql.Conn) uint16
Constants ¶
View Source
const (
TxnsTable = "txns"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) ConnectionClosed ¶
func (*Server) NewConnection ¶
func (*Server) SetAPIService ¶
func (s *Server) SetAPIService(a apipb.APIServiceInterface)
Click to show internal directories.
Click to hide internal directories.