package
2.0.0+incompatible
Repository: https://github.com/objectbox/objectbox-go.git
Documentation: pkg.go.dev

# Functions

AsyncBoxForTask creates a new async box with the given operation timeout in case an async queue is full.
BoxForTask opens a box of Task objects.
ObjectBoxModel declares and builds the model from all the entities in the package.

# Variables

Task_ contains type-based Property helpers to facilitate some common operations such as Queries.
No description provided by the author

# Structs

Put this on a new line to enable sync: // `objectbox:"sync"`.
TaskAsyncBox provides asynchronous operations on Task objects.
Box provides CRUD access to Task objects.
Query provides a way to search stored objects For example, you can find all Task which Id is either 42 or 47: box.Query(Task_.Id.In(42, 47)).Find().