mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-04 22:13:36 +00:00
push 5 in 6 milestones
This commit is contained in:
@@ -16,9 +16,12 @@ var _ eventstore.Event = (*ScheduledEvent)(nil)
|
||||
|
||||
type ScheduledEvent struct {
|
||||
*eventstore.BaseEvent `json:"-"`
|
||||
Timestamp time.Time `json:"timestamp"`
|
||||
InstanceIDs []string `json:"instanceIDs"`
|
||||
TriggeringEvent eventstore.Event `json:"triggeringEvent"`
|
||||
// TODO: `json:"-"`
|
||||
Timestamp time.Time `json:"timestamp"`
|
||||
// TODO: `json:"-"`
|
||||
InstanceIDs []string `json:"instanceIDs"`
|
||||
// TODO: `json:"-"`
|
||||
TriggeringEvent eventstore.Event `json:"triggeringEvent"`
|
||||
}
|
||||
|
||||
func NewScheduledEvent(
|
||||
|
||||
Reference in New Issue
Block a user