camper/pkg/campsite/types
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
..
admin.go Add Go functions for campsite_type PostgreSQL functions 2023-10-13 12:53:30 +02:00
carousel.go Add the carousel for campsite types 2023-10-12 17:43:23 +02:00
l10n.go Add Go functions for campsite_type PostgreSQL functions 2023-10-13 12:53:30 +02:00
option.go Add campsite type options, mainly for plots 2023-10-06 13:26:01 +02:00
public.go Add the “spiel” for campsite types 2023-10-12 18:47:08 +02:00