| 44 | } |
| 45 | |
| 46 | type EventOrderShipped struct { |
| 47 | orderID string |
| 48 | trackingNumber string |
| 49 | } |
| 50 | |
| 51 | func (EventOrderShipped) isEvent() {} |
| 52 | func NewEventOrderShipped(orderID string, trackingNumber string) Event { |
nothing calls this directly
no outgoing calls
no test coverage detected