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

Method toCreateTopicsRequestV0ConfigEntry

createtopics.go:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89func (c ConfigEntry) toCreateTopicsRequestV0ConfigEntry() createTopicsRequestV0ConfigEntry {
90 return createTopicsRequestV0ConfigEntry(c)
91}
92
93type createTopicsRequestV0ConfigEntry struct {
94 ConfigName string

Callers 1

Tested by

no test coverage detected