method
BoundTypedAllLocalesGlobal.Find
Find reads the global with all translations and optional population/projection.
Arguments
| Argument | Type | Description |
|---|---|---|
ctx | context.Context | The ctx value. |
options | TypedReadOptions | The options value. |
Returns
The declared result.
(Document, error)Full signature
func (global BoundTypedAllLocalesGlobal[Document]) Find(
ctx context.Context,
options TypedReadOptions,
) (Document, error)Related types
BoundTypedAllLocalesGlobalA typed global read with population, projection and all translations.
TypedReadOptionsTypedReadOptions controls population/projection without changing the generated definition's single-locale or all-locales output shape.