mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 17:07:32 +00:00
input from tim
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user