(title string, response MemoryMutationRecord)
| 1701 | } |
| 1702 | |
| 1703 | func memoryMutationBundle(title string, response MemoryMutationRecord) outputBundle { |
| 1704 | return memoryDecisionBundle(title, response.Decision, response) |
| 1705 | } |
| 1706 | |
| 1707 | func memoryDeleteBundle(response MemoryDeleteRecord) outputBundle { |
| 1708 | return memoryDecisionBundle("Memory Delete", response.Decision, response) |