type
TypedGlobal
type TypedGlobal[Document, Update any] struct {
slug string
}Generated typed definition for one global.
Source core/typed_global.go:11
Slugfunc() string- Returns the global’s public API address.
Withfunc(*LocalAPI) BoundTypedGlobal[Document, Update]- Binds the definition to a running LocalAPI.
Methods
TypedGlobal.Slug()Slug returns the global's public API address.
TypedGlobal.With()With binds a generated global definition to a running application.