Append add a new Operation to the Bug
(op Operation)
| 110 | |
| 111 | // Append add a new Operation to the Bug |
| 112 | func (bug *Bug) Append(op Operation) { |
| 113 | bug.Entity.Append(op) |
| 114 | } |
| 115 | |
| 116 | // Operations return the ordered operations |
| 117 | func (bug *Bug) Operations() []Operation { |