Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EntriesHandler ¶
func EntriesHandler(app *pocketbase.PocketBase, c echo.Context) error
func StoreEntryHandler ¶
func StoreEntryHandler(app *pocketbase.PocketBase, c echo.Context) error
func StoreEntryViewHandler ¶
func StoreEntryViewHandler(app *pocketbase.PocketBase, c echo.Context) error
Types ¶
type GuestBookMessage ¶
type GuestBookMessage struct { Name string `json:"name" form:"name" query:"name" validate:"required"` Email string `json:"email" form:"email" query:"email" validate:"required"` Location string `json:"location" form:"location" query:"location" validate:"required"` Message string `json:"message" form:"message" query:"message" validate:"required"` HoneyPotName string `json:"honey_pot_name" query:"honey_pot_name"` HoneyPotEmail string `json:"honey_pot_email" query:"honey_pot_email"` }
Click to show internal directories.
Click to hide internal directories.