types

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL