type

BoundTypedAllLocalesGlobal

A typed global read with population, projection and all translations.

Methods

PropertyTypeDescription
Find(ctx, options)(Document, error)Read the global with typed population and projection.

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 BoundTypedAllLocalesGlobal[Document any] struct { definition TypedAllLocalesGlobal[Document] local *LocalAPI }

Source core/typed_read.go:145

Methods