package
0.26.3
Repository: https://github.com/syumai/workers.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

GetBinding gets a value of an environment binding.
Getenv gets a value of an environment variable.
NewDurableObjectNamespace returns the namespace for the `varName` binding.
NewKVNamespace returns KVNamespace for given variable name.
NewR2Bucket returns R2Bucket for given variable name.
PassThroughOnException prevents a runtime error response when the Worker script throws an unhandled exception.
WaitUntil extends the lifetime of the "fetch" event.

# Structs

DurableObjectId represents an identifier for a durable object.
DurableObjectNamespace represents the namespace of the durable object.
DurableObjectStub represents the stub to communicate with the durable object.
KVNamespace represents interface of Cloudflare Worker's KV namespace instance.
KVNamespaceGetOptions represents Cloudflare KV namespace get options.
KVNamespaceListKey represents Cloudflare KV namespace list key.
KVNamespaceListOptions represents Cloudflare KV namespace list options.
KVNamespaceListResult represents Cloudflare KV namespace list result.
KVNamespacePutOptions represents Cloudflare KV namespace put options.
R2Bucket represents interface of Cloudflare Worker's R2 Bucket instance.
R2HTTPMetadata represents metadata of R2Object.
R2Object represents Cloudflare R2 object.
R2Objects represents Cloudflare R2 objects.
R2PutOptions represents Cloudflare R2 put options.