mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:27:33 +00:00
9 lines
179 B
Go
9 lines
179 B
Go
![]() |
package repository
|
||
|
|
||
|
import "github.com/zitadel/zitadel/backend/v3/storage/database"
|
||
|
|
||
|
type repository struct {
|
||
|
builder database.StatementBuilder
|
||
|
client database.QueryExecutor
|
||
|
}
|