Commits
- Commit:
64e18a8d1ef9f178f91aed840a371f3785c4d188- From:
- Oliver Lowe <o@olowe.co>
- Date:
Correctly return ErrNoMatch
The check was incorrect before. The HTTP status on responses is still
200 OK, but with empty results if there are no matches to the filter.
- Commit:
dd1562c064ef82c610805dfd8cdaca5af54f6d22- From:
- Oliver Lowe <o@olowe.co>
- Date:
Always format generated code
While here document what is needed to actually run go generate.
- Commit:
02a1a10065dd3be4f89f30756adc670b1a8ab468- From:
- Oliver Lowe <o@olowe.co>
- Date:
Support cascading delete of objects
- Commit:
6c70362050af3bf13a06cde4ed47aa49064b1813- From:
- Oliver Lowe <o@olowe.co>
- Date:
doc: correct doc comment about type
- Commit:
26fb88e9ebc4192da36411de66032158b424369d- From:
- Oliver Lowe <o@olowe.co>
- Date:
Generate CRUD code using go generate
Explanation for use is in the README
