AppendExec adds an execution event to the end of the log.
(ctx context.Context, event *proto.ExecutionEvent)
| 30 | |
| 31 | // AppendExec adds an execution event to the end of the log. |
| 32 | AppendExec(ctx context.Context, event *proto.ExecutionEvent) error |
| 33 | |
| 34 | // Events returns all events for the conversation. |
| 35 | Events(ctx context.Context, conversationID string) ([]*proto.ConversationEvent, error) |
no outgoing calls