MCPcopy
hub / github.com/MadAppGang/dingo / EventOrderShipped

Struct EventOrderShipped

examples/04_pattern_matching/event_handler.go:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46type EventOrderShipped struct {
47 orderID string
48 trackingNumber string
49}
50
51func (EventOrderShipped) isEvent() {}
52func NewEventOrderShipped(orderID string, trackingNumber string) Event {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected