mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
8 lines
125 B
Go
8 lines
125 B
Go
package eventstore
|
|
|
|
import (
|
|
"github.com/caos/zitadel/internal/eventstore/v2/repository"
|
|
)
|
|
|
|
type Version repository.Version
|