memoryEventLog returns a new EventLogBuilder that creates a fresh MemoryEventLog per task.
()
| 32 | |
| 33 | // memoryEventLog returns a new EventLogBuilder that creates a fresh MemoryEventLog per task. |
| 34 | func memoryEventLog() EventLog { |
| 35 | return &executortest.MemoryEventLog{} |
| 36 | } |
| 37 | |
| 38 | func Example() { |
| 39 | ctx := context.Background() |
no outgoing calls
no test coverage detected