link to our wiki

This commit is contained in:
adlerhurst
2025-07-29 09:55:05 +02:00
parent 378fe801b4
commit 432295ba76
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/zitadel/zitadel/backend/v3/storage/database"
)
// Commander is all it needs to implement the [command pattern](https://refactoring.guru/design-patterns/command).
// Commander is all it needs to implement the [command pattern](https://github.com/zitadel/zitadel/wiki/WIP:-Software-Architecture#command-pattern).
// It is the interface all manipulations need to implement.
// If possible it should also be used for queries. We will find out if this is possible in the future.
type Commander interface {