Documentation
¶
Rendered for js/wasm
Index ¶
- type Container
- type DurableObjectId
- type DurableObjectNamespace
- func (ns *DurableObjectNamespace) Get(id *DurableObjectId) (*DurableObjectStub, error)
- func (ns *DurableObjectNamespace) IdFromName(name string) *DurableObjectId
- func (ns *DurableObjectNamespace) IdFromString(id string) (*DurableObjectId, error)
- func (ns *DurableObjectNamespace) Jurisdiction(jur string) *DurableObjectNamespace
- func (ns *DurableObjectNamespace) NewUniqueId() *DurableObjectId
- type DurableObjectStub
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
*DurableObjectStub
}
type DurableObjectId ¶
type DurableObjectId struct {
// contains filtered or unexported fields
}
type DurableObjectNamespace ¶
type DurableObjectNamespace struct {
// contains filtered or unexported fields
}
func NewDurableObjectNamespace ¶
func NewDurableObjectNamespace(varName string) (*DurableObjectNamespace, error)
func (*DurableObjectNamespace) Get ¶
func (ns *DurableObjectNamespace) Get(id *DurableObjectId) (*DurableObjectStub, error)
func (*DurableObjectNamespace) IdFromName ¶
func (ns *DurableObjectNamespace) IdFromName(name string) *DurableObjectId
func (*DurableObjectNamespace) IdFromString ¶
func (ns *DurableObjectNamespace) IdFromString(id string) (*DurableObjectId, error)
func (*DurableObjectNamespace) Jurisdiction ¶
func (ns *DurableObjectNamespace) Jurisdiction(jur string) *DurableObjectNamespace
func (*DurableObjectNamespace) NewUniqueId ¶
func (ns *DurableObjectNamespace) NewUniqueId() *DurableObjectId
type DurableObjectStub ¶
type DurableObjectStub struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.