GetUser returns the username for this connection
()
| 298 | |
| 299 | // GetUser returns the username for this connection |
| 300 | func (c *Conn) GetUser() string { |
| 301 | return c.user |
| 302 | } |
| 303 | |
| 304 | func (c *Conn) HandleOKPacket(data []byte) *Result { |
| 305 | r, _ := c.handleOKPacket(data) |
no outgoing calls
no test coverage detected