(ctx context.Context, requestID string)
| 14 | UpdateRequest(ctx context.Context, requestID string, patch RequestPatch) error |
| 15 | AppendStep(ctx context.Context, step StepRow) error |
| 16 | GetRequest(ctx context.Context, requestID string) (RequestRow, error) |
| 17 | ListSteps(ctx context.Context, requestID string) ([]StepRow, error) |
| 18 | Close() error |
| 19 | } |
no outgoing calls