Skip to main content

Module ids

Module ids 

Source
Expand description

Typed identifiers.

Every id is a distinct type so that an AccountId can never be passed where a JobId is expected. All of them serialise as plain strings.

Structsยง

AccountId
Identifies one configured account of one connector.
AlertId
Identifies an alert instance.
ConnectorId
Identifies a connector, e.g. github, google-analytics, cloudflare.
JobId
Identifies a background job run.
SyncId
Identifies one synchronisation run, used as a logging correlation id.