bulk_update

package
v0.1.45 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

templ: version: v0.3.856

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Route

func Route() gong.Route

Types

type BulkUpdateComponent

type BulkUpdateComponent struct{}

func (BulkUpdateComponent) Action

func (c BulkUpdateComponent) Action() templ.Component

func (BulkUpdateComponent) View

type Person

type Person struct {
	FirstName string `form:"first_name"`
	LastName  string `form:"last_name"`
	Email     string `form:"email"`
}

type PostFormData

type PostFormData struct {
	People []Person `form:"people"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL