(author identity.Interface, field2 string)
| 50 | } |
| 51 | |
| 52 | func newOp2(author identity.Interface, field2 string) *op2 { |
| 53 | return &op2{OpBase: NewOpBase(Op2, author, 0), Field2: field2} |
| 54 | } |
| 55 | |
| 56 | func (op *op2) Id() entity.Id { |
| 57 | return IdOperation(op, &op.OpBase) |
no test coverage detected