(raw string)
| 38 | } |
| 39 | |
| 40 | func payloadJSON(raw string) json.RawMessage { |
| 41 | return core.PayloadJSON(raw) |
| 42 | } |
| 43 | |
| 44 | func observeEventAfterCursor(event store.EventSummary, cursor logsCursor) bool { |
| 45 | return core.LogEventAfterCursor(event, cursor) |
no test coverage detected