1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-04-25 05:44:30 +00:00
Florian Forster fa9f581d56
chore(v2): move to new org ()
* chore: move to new org

* logging

* fix: org rename caos -> zitadel

Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
2022-04-26 23:01:45 +00:00

15 lines
194 B
Go

package keypair
import (
"github.com/zitadel/zitadel/internal/eventstore"
)
const (
AggregateType = "key_pair"
AggregateVersion = "v1"
)
type Aggregate struct {
eventstore.Aggregate
}