MCPcopy
hub / github.com/dropbox/godropbox / v4EventParserMap

Struct v4EventParserMap

database/binlog/event_parser.go:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79const nonFDEExtraHeadersSize = 0
80
81type v4EventParserMap struct {
82 extraHeadersSize int
83 checksumSize int
84 numSupportedEventTypes int
85
86 // TODO(patrick): maybe switch from map to array if lookup shows up on profile
87 parsers map[mysql_proto.LogEventType_Type]V4EventParser
88}
89
90// NewV4EventParserMap returns an initialize V4EventParserMap with all handled
91// event types' parsers registered.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected