camper/pkg
jordi fita mas 59fe8dd131 Add Go functions for campsite_type PostgreSQL functions
I want these because when there are changes in the signature i then have
to find where it is used, and it is easier to do when the compiler tells
you.

For relations it is less necessary because GoLand knows how to validate
SQL strings for them, but it seems to not work with functions,
apparently due to the lack of the “FROM” keyword.

Besides, it tx.FunctionName(ctx, params...) is shorter than
tx.Exec("select functions_name($1, $2…)", params...).
2023-10-13 12:53:30 +02:00
..
app Add the campground page 2023-10-06 22:14:11 +02:00
auth Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
campsite Add Go functions for campsite_type PostgreSQL functions 2023-10-13 12:53:30 +02:00
carousel Add the carousel for campsite types 2023-10-12 17:43:23 +02:00
company Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
database Add Go functions for campsite_type PostgreSQL functions 2023-10-13 12:53:30 +02:00
form Add Go functions for campsite_type PostgreSQL functions 2023-10-13 12:53:30 +02:00
hex Add cover media to campsite types 2023-09-10 03:04:18 +02:00
home Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
http Add the language switched to the public layout 2023-08-06 05:53:52 +02:00
locale Add the edit form for services 2023-09-25 20:10:33 +02:00
media Add the upload form to the media picker 2023-09-22 01:40:22 +02:00
season Add internationalization and localization to seasons 2023-10-03 21:14:37 +02:00
services Add function and HTTP handler to delete services 2023-09-26 17:29:49 +02:00
template Add the campground page 2023-10-06 22:14:11 +02:00
uuid Add cover media to campsite types 2023-09-10 03:04:18 +02:00