(ctx context.Context, query string, args ...any)
| 452 | |
| 453 | type catalogWriteExecutor interface { |
| 454 | ExecContext(ctx context.Context, query string, args ...any) (sql.Result, error) |
| 455 | } |
| 456 | |
| 457 | func newCatalog(path string, now func() time.Time) *catalog { |
no outgoing calls