method
BoundTypedCollection.List
func (collection BoundTypedCollection[Document, Create, Update]) List(
ctx context.Context,
options TypedListOptions,
) (TypedPage[Document], error)Public method BoundTypedCollection.List from github.com/riducms/ridu/core.
Related types
BoundTypedCollectionTyped Create, Import, Find, List, Update, UpdateRevision, and Delete methods.
TypedListOptionsList controls whose result shape remains compatible with one generated Go document model.
TypedPageA typed list result with the ordinary page metadata.