Documentation ¶
Index ¶
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecordCreate ¶
func RecordCreate(app core.App, collectionNameOrId string, admin *models.Admin, fieldsMap map[string]any) (*models.Record, error)
Create - create single record in collection with provided fields/values (fieldsMap) check rights/rules don't trigger hooks/logs event return error or record struct
func RecordList ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.