(author identity.Interface, field1 string, files ...repository.Hash)
| 31 | } |
| 32 | |
| 33 | func newOp1(author identity.Interface, field1 string, files ...repository.Hash) *op1 { |
| 34 | return &op1{OpBase: NewOpBase(Op1, author, 0), Field1: field1, Files: files} |
| 35 | } |
| 36 | |
| 37 | func (op *op1) Id() entity.Id { |
| 38 | return IdOperation(op, &op.OpBase) |
no test coverage detected