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

Interface Event

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

Event sum type - all possible events in the system line examples/04_pattern_matching//event_handler.dingo:17:1

Source from the content-addressed store, hash-verified

16//
17//line examples/04_pattern_matching//event_handler.dingo:17:1
18type Event interface{ isEvent() }
19
20type EventUserCreated struct {
21 userID int

Callers

nothing calls this directly

Implementers 6

EventUserCreatedexamples/04_pattern_matching/event_han
EventUserDeletedexamples/04_pattern_matching/event_han
EventOrderPlacedexamples/04_pattern_matching/event_han
EventOrderShippedexamples/04_pattern_matching/event_han
EventPaymentReceivedexamples/04_pattern_matching/event_han
EventPaymentFailedexamples/04_pattern_matching/event_han

Calls

no outgoing calls

Tested by

no test coverage detected