MCPcopy
hub / github.com/segmentio/kafka-go / writeTo

Method writeTo

deletetopics.go:85–88  ·  view source on GitHub ↗
(wb *writeBuffer)

Source from the content-addressed store, hash-verified

83}
84
85func (t deleteTopicsRequest) writeTo(wb *writeBuffer) {
86 wb.writeStringArray(t.Topics)
87 wb.writeInt32(t.Timeout)
88}
89
90type deleteTopicsResponse struct {
91 v apiVersion // v0, v1

Callers

nothing calls this directly

Calls 2

writeStringArrayMethod · 0.80
writeInt32Method · 0.45

Tested by

no test coverage detected