Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/sarama
/ appendInterceptor
Struct
appendInterceptor
helpers_test.go:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
const
TestMessage =
"ABC THE MESSAGE"
67
68
type
appendInterceptor
struct
{
69
i int
70
}
71
72
func
(b *appendInterceptor) OnSend(msg *ProducerMessage) {
73
if
b.i < 0 {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected