(msgSet *MessageSet)
| 18 | } |
| 19 | |
| 20 | func newLegacyRecords(msgSet *MessageSet) Records { |
| 21 | return Records{recordsType: legacyRecords, MsgSet: msgSet} |
| 22 | } |
| 23 | |
| 24 | func newDefaultRecords(batch *RecordBatch) Records { |
| 25 | return Records{recordsType: defaultRecords, RecordBatch: batch} |
no outgoing calls