Versions in this module Expand all Collapse all v1 v1.0.0 May 31, 2023 Changes in this version + func NewEventRepository(ctx context.Context, db *gorm.DB, expire, runningTimeout time.Duration) (eventbus.EventRepository, error) + type Event struct + CreatedAt time.Time + DeletedAt gorm.DeletedAt + EventID string + Payload string + Reason string + RetryCount int + ScheduledAt time.Time + Status string + Type string + UpdatedAt time.Time