Documentation
¶
Overview ¶
Package types provides event type constants for CloudEvents.
Index ¶
Constants ¶
View Source
const ( // TypeStatus is the event type for status updates. TypeStatus = "dimo.status" // TypeFingerprint is the event type for fingerprint updates. TypeFingerprint = "dimo.fingerprint" // TypeVerifableCredential is the event type for verifiable credentials. TypeVerifableCredential = "dimo.verifiablecredential" //nolint:gosec // This is not a credential. // TypeAttestation is the event type for 3rd party attestations TypeAttestation = "dimo.attestation" // TypeUnknown is the event type for unknown events. TypeUnknown = "dimo.unknown" // TypeEvent is the event type for vehicle events TypeEvent = "dimo.event" // TypeTrigger is the event type from a vehicle trigger. TypeTrigger = "dimo.trigger" // TypeSACD is the event type for SACD events. TypeSACD = "dimo.sacd" // TypeSACDTemplate is the event type for SACD template events. TypeSACDTemplate = "dimo.sacd.template" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.