MCPcopy
hub / github.com/probelabs/goreplay / PluginReader

Interface PluginReader

plugins.go:15–17  ·  view source on GitHub ↗

PluginReader is an interface for input plugins

Source from the content-addressed store, hash-verified

13
14// PluginReader is an interface for input plugins
15type PluginReader interface {
16 PluginRead() (msg *Message, err error)
17}
18
19// PluginWriter is an interface for output plugins
20type PluginWriter interface {

Callers 3

copyMethod · 0.65
CopyMultyFunction · 0.65
PluginReadMethod · 0.65

Implementers 11

DummyInputinput_dummy.go
HTTPOutputoutput_http.go
Middlewaremiddleware.go
TestInputtest_input.go
HTTPInputinput_http.go
KafkaInputinput_kafka.go
BinaryOutputoutput_binary.go
FileInputinput_file.go
RAWInputinput_raw.go
TCPInputinput_tcp.go
Limiterlimiter.go

Calls

no outgoing calls

Tested by

no test coverage detected