(ctx context.Context, requestID string)
| 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 | } |
| 20 |
no outgoing calls
no test coverage detected