type

TypedAllLocalesGlobal

A global read descriptor for generated all-locales document models.

Methods

PropertyTypeDescription
With(local)BoundTypedAllLocalesGlobal[Document]Bind all-locales reads to one application LocalAPI.

How it works

Use the ordinary generated collection/global handle for single-locale reads and writes. Localized projects additionally generate this read binding for locale-map output. Both use the operation engine for access, redaction, population and projection.

Full signature

type TypedAllLocalesGlobal[Document any] struct{ slug string }

Source core/typed_read.go:132

Methods