WorkerScriptServiceBinding

data class WorkerScriptServiceBinding(val environment: String? = null, val name: String, val service: String)

Constructors

Link copied to clipboard
constructor(environment: String? = null, name: String, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val environment: String? = null

The name of the Worker environment to bind to.

Link copied to clipboard

The global variable for the binding in your Worker code.

Link copied to clipboard

The name of the Worker to bind to.