(value bool)
| 1471 | } |
| 1472 | |
| 1473 | func boolStatus(value bool) string { |
| 1474 | if value { |
| 1475 | return toolBoolTrue |
| 1476 | } |
| 1477 | return toolBoolFalse |
| 1478 | } |
| 1479 | |
| 1480 | func memoryListBundle(response MemoryListRecord, now func() time.Time) outputBundle { |
| 1481 | items := make([]memoryListItem, 0, len(response.Memories)) |
no outgoing calls