mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-04 14:25:15 +00:00

* fix: move eventstore pkgs * fix: move eventstore pkgs * fix: remove v2 view * fix: remove v2 view
8 lines
122 B
Go
8 lines
122 B
Go
package eventstore
|
|
|
|
import (
|
|
"github.com/caos/zitadel/internal/eventstore/repository"
|
|
)
|
|
|
|
type Version repository.Version
|