(b bug.Interface, p identity.Interface, timestamp int64)
| 152 | } |
| 153 | |
| 154 | func open(b bug.Interface, p identity.Interface, timestamp int64) { |
| 155 | _, _ = bug.Open(b, p, timestamp, nil) |
| 156 | } |
| 157 | |
| 158 | func close(b bug.Interface, p identity.Interface, timestamp int64) { |
| 159 | _, _ = bug.Close(b, p, timestamp, nil) |