Skip to content

Commit 2de19fd

Browse files
committed
Adding types
1 parent 574699b commit 2de19fd

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

cloudevent_types.go

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,18 @@ const (
2020
// TypeUnknown is the event type for unknown events.
2121
TypeUnknown = "dimo.unknown"
2222

23-
// TypeEvent is the event type for vehicle events
23+
// TypeEvent is the event type for multiple signals
2424
TypeSignals = "dimo.signals"
2525

26-
// TypeEvent is the event type for vehicle events
26+
// TypeEvent is the event type for a single signal
27+
TypeSignal = "dimo.signal"
28+
29+
// TypeEvent is the event type for multiple events
2730
TypeEvents = "dimo.events"
2831

32+
// TypeEvent is the event type for a single event
33+
TypeEvent = "dimo.event"
34+
2935
// TypeTrigger is the event type from a vehicle trigger.
3036
TypeTrigger = "dimo.trigger"
3137

0 commit comments

Comments
 (0)