2020-11-06 17:25:07 +01:00

8 lines
118 B
Go

package iam
import "github.com/caos/zitadel/internal/eventstore/v2"
type Aggregate struct {
eventstore.Aggregate
}