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