DeleteEvents deletes all events for a specific conversation ID.
(ctx context.Context, conversationID string)
| 39 | |
| 40 | // DeleteEvents deletes all events for a specific conversation ID. |
| 41 | DeleteEvents(ctx context.Context, conversationID string) error |
| 42 | |
| 43 | // Close releases the underlying resources and closes the log. |
| 44 | Close() error |
no outgoing calls