input from tim

This commit is contained in:
adlerhurst
2025-07-30 10:13:25 +02:00
parent fc3e5cf3e3
commit 5c34808ebf
2 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ type Invoker interface {
// CommandOpts are passed to each command
// they provide common fields used by commands like the database client.
// Not thread safe because fields can change state during execution.
type CommandOpts struct {
DB database.QueryExecutor
Invoker Invoker