camper/pkg/form
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
..
checkbox.go Add the Active field to the campsite type’s edit form and function 2023-08-14 11:43:58 +02:00
file.go Add cover media to campsite types 2023-09-10 03:04:18 +02:00
handle.go Add the edit form for services 2023-09-25 20:10:33 +02:00
input.go Add Go functions for campsite_type PostgreSQL functions 2023-10-13 12:53:30 +02:00
media.go Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
select.go Add profile form, inside a user menu 2023-07-26 20:46:09 +02:00
validator.go Add the campsite type cost per season 2023-10-01 21:14:39 +02:00