mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
committed by
Harshavardhana
parent
4155f4e49b
commit
1c5b05c130
@@ -43,9 +43,8 @@ type Record interface {
|
||||
WriteCSV(writer io.Writer, fieldDelimiter rune) error
|
||||
WriteJSON(writer io.Writer) error
|
||||
|
||||
// CopyFrom will copy all records from the incoming and append them to the existing records.
|
||||
// The source record must be of a similar type as destination.
|
||||
CopyFrom(src Record) error
|
||||
// Clone the record and if possible use the destination provided.
|
||||
Clone(dst Record) Record
|
||||
Reset()
|
||||
|
||||
// Returns underlying representation
|
||||
|
||||
Reference in New Issue
Block a user