mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 07:37:24 +00:00
10 lines
130 B
Go
10 lines
130 B
Go
![]() |
package domain
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
type ObjectDetails struct {
|
||
|
Sequence uint64
|
||
|
ChangeDate time.Time
|
||
|
ResourceOwner string
|
||
|
}
|