mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-02 22:21:44 +00:00
8 lines
118 B
Go
8 lines
118 B
Go
package iam
|
|
|
|
import "github.com/caos/zitadel/internal/eventstore/v2"
|
|
|
|
type Aggregate struct {
|
|
eventstore.Aggregate
|
|
}
|