(dataObject *data.Object)
| 76 | } |
| 77 | |
| 78 | func (o *Object) appendAdd(dataObject *data.Object) { |
| 79 | o.append(&Add{Commit: o.Commit, Object: *dataObject}) |
| 80 | } |
| 81 | |
| 82 | func (o *Object) appendDelete(id ksuid.KSUID) { |
| 83 | o.append(&Delete{Commit: o.Commit, ID: id}) |
no test coverage detected