Documentation
¶
Index ¶
- Variables
- func ObjectBoxModel() *objectbox.Model
- type Task
- type TaskBox
- func (box *TaskBox) Get(id uint64) (*Task, error)
- func (box *TaskBox) GetAll() ([]*Task, error)
- func (box *TaskBox) Put(object *Task) (uint64, error)
- func (box *TaskBox) PutAll(objects []*Task) ([]uint64, error)
- func (box *TaskBox) PutAsync(object *Task) (uint64, error)
- func (box *TaskBox) Remove(object *Task) (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var TaskBinding = task_EntityInfo{
Id: 1,
Uid: 1306759095002958910,
}
Functions ¶
func ObjectBoxModel ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.