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