# Functions
ActionResource runs custom action on resource.
ApplyPolicyForResource applies policy filtering for response.
ApplyPolicyForResources applies policy filtering for response.
CreateOrUpdateResource updates resource if it existed and otherwise creates it and returns true.
CreateResource creates the resource specified by the schema and dataMap.
CreateResourceInTransaction create db resource model in transaction.
DeleteResource deletes the resource specified by the schema and ID.
DeleteResourceInTransaction deletes resources in a transaction.
FilterFromQueryParameter makes list filter from query.
GetMultipleResources returns all resources specified by the schema and query parameters.
GetResources returns specified resources without calling non in_transaction events.
GetResourcesInTransaction returns specified resources without calling non in_transaction events.
GetSingleResource returns the resource specified by the schema and ID.
GetSingleResourceInTransaction get resource in single transaction.
NewResourceError returns a new resource error.
UpdateResource updates the resource specified by the schema and ID using the dataMap.
UpdateResourceInTransaction updates resource in db in transaction.
No description provided by the author
# Constants
The possible resource problems.
The possible resource problems.
The possible resource problems.
The possible resource problems.
The possible resource problems.
The possible resource problems.
The possible resource problems.
The possible resource problems.
The possible resource problems.
The possible resource problems.
# Structs
ExtensionError is created when a problem has occurred during event handling.
ResourceError is created when an anticipated problem has occurred during resource manipulations.
# Type aliases
ResourceProblem describes the kind of problem that occurred during resource manipulation.