zitadel/internal/v2/repository/iam/aggregate.go

13 lines
162 B
Go
Raw Normal View History

2020-11-06 12:47:27 +00:00
package iam
2020-11-06 21:09:19 +00:00
import (
"github.com/caos/zitadel/internal/eventstore/v2"
)
2020-11-06 12:47:27 +00:00
type Aggregate struct {
eventstore.Aggregate
2020-11-06 21:09:19 +00:00
SetUpStarted Step
SetUpDone Step
2020-11-06 12:47:27 +00:00
}