MCPcopy
hub / github.com/github/gh-ost / StreamEvents

Method StreamEvents

go/binlog/binlog_reader.go:11–11  ·  view source on GitHub ↗
(canStopStreaming func() bool, entriesChannel chan<- *BinlogEntry)

Source from the content-addressed store, hash-verified

9// a binary log file and parsing it into binlog entries
10type BinlogReader interface {
11 StreamEvents(canStopStreaming func() bool, entriesChannel chan<- *BinlogEntry) error
12 Reconnect() error
13}

Callers 2

initiateStreamingMethod · 0.65
StreamEventsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected