camper/pkg/campsite
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
..
types Add Go functions for campsite_type PostgreSQL functions 2023-10-13 12:53:30 +02:00
admin.go Fix campground and campsite nomenclature for SVG map 2023-09-25 12:34:05 +02:00
public.go Add public page for campsite type, and function to edit them 2023-08-08 02:45:54 +02:00