Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2022 v0.1.0 Nov 15, 2022 Changes in this version + func RecordCreate(app core.App, collectionNameOrId string, admin *models.Admin, ...) (*models.Record, error) + func RecordList(app core.App, collectionNameOrId, queryString, expand string) (*search.Result, error) + func RecordView(app core.App, collectionNameOrId, queryString, expand string) ([]*models.Record, error)