Skip to main content

Module types

Module types 

Source
Expand description

Common type aliases and newtypes. Common type aliases and newtypes used throughout the platform.

Structs§

AppId
Type-safe application ID.
DatabaseName
Type-safe database namespace within an app.
DeploymentHash
Stable hash identifying a yeti deployment.
KeyPrefix
Key prefix identifier (application ID for key namespacing).
TableId
Identity of a table within a single deployment’s data plane.
TableName
Type-safe table name.

Type Aliases§

BackendRef
Thread-safe reference to a key-value backend.
PubSubRef
Thread-safe reference to the pub/sub manager.