Files
schemas/domain/events.go
T

15 lines
276 B
Go
Raw Normal View History

2022-10-09 15:23:52 +02:00
package domain
import "gitlab.com/unboundsoftware/eventsourced/eventsourced"
type SubGraphUpdated struct {
eventsourced.EventAggregateId
eventsourced.EventTime
Ref string
Service string
Url *string
WSUrl *string
Sdl string
Initiator string
}