(wb *writeBuffer)
| 125 | } |
| 126 | |
| 127 | func (t deleteTopicsResponse) writeTo(wb *writeBuffer) { |
| 128 | if t.v >= v1 { |
| 129 | wb.writeInt32(t.ThrottleTime) |
| 130 | } |
| 131 | wb.writeArray(len(t.TopicErrorCodes), func(i int) { t.TopicErrorCodes[i].writeTo(wb) }) |
| 132 | } |
| 133 | |
| 134 | type deleteTopicsResponseV0TopicErrorCode struct { |
| 135 | // Topic holds the topic name |