Can I modify the go structure of entities?
Open
- Dominant language
- Go
- Stars
- 9.8k
- Forks
- 912
- Avg merge
- 2h 35m
- Merged PRs (30d)
- 9
Description
We are interested in use gorse as a properties system recommendations,
so the location of each item is so important,
the question is: Can I modify the go structures of entities?
For example:
```
type Item struct {
ItemId string
Timestamp time.Time
Lat, Lon []float
Place string
Labels []string
}
```
will the system recommend properly?
Contributor guide
Assessment
This issue has not been assessed yet.