Skip to main content

Module traits

Module traits 

Source
Expand description

App-facing binding value types (the option/message/result types that flow through storage/KV/queue/vault calls).

Structs§

PutOptions
Represents options for put operations in KV stores.
QueueMessage
A queue message with payload and receipt handle for acknowledgment
ScanResult
Represents the result of a scan operation.

Enums§

MessagePayload
JSON/Text message payload for Queue

Traits§

Kv
A trait for key-value store bindings that provide minimal, platform-agnostic KV operations. This API is designed to work consistently across DynamoDB, Firestore, Redis, and Azure Table Storage.
Queue
A trait for queue bindings providing minimal, portable queue operations.
Storage
A storage binding that provides object store capabilities.
Vault
A trait for vault bindings that provide secure secret management.