summaryrefslogtreecommitdiff
path: root/model/recipes.go
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-02-11 15:00:45 +0100
committerxengineering <me@xengineering.eu>2024-02-11 20:21:03 +0100
commitdaa2934451ddb381a6a8dd8f902aacb9095200e0 (patch)
tree091ab821b851b8a20f69138c2aa3b5eb5bdff3ac /model/recipes.go
parent30303b34012f22cbe898dcebfd460709b206181d (diff)
downloadceres-daa2934451ddb381a6a8dd8f902aacb9095200e0.tar
ceres-daa2934451ddb381a6a8dd8f902aacb9095200e0.tar.zst
ceres-daa2934451ddb381a6a8dd8f902aacb9095200e0.zip
model: Implement CRUD methods for type Recipe
The new Go type 'Recipe' should contain every information directly related to a recipe. It should be sufficient to pass it to a template to directly render a HTML view or edit page for the recipe or to a template to generate a PDF. The CRUD methods are: - func (r *Recipe) Create() error - func (r *Recipe) Update() error - func (r *Recipe) Read() error - func (r *Recipe) Delete() error Together with the type itself they are the interface the model package provides for recipes.
Diffstat (limited to 'model/recipes.go')
0 files changed, 0 insertions, 0 deletions