See sql/log_event.h for details.
| 544 | |
| 545 | // See sql/log_event.h for details. |
| 546 | type LogEventType struct { |
| 547 | XXX_unrecognized []byte `json:"-"` |
| 548 | } |
| 549 | |
| 550 | func (m *LogEventType) Reset() { *m = LogEventType{} } |
| 551 | func (m *LogEventType) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected