htmx

package
v0.0.0-...-e8f1e80 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2025 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrParsingTemplate   = fmt.Errorf("error parsing template")
	ErrExecutingTemplate = fmt.Errorf("error executing template")
)
View Source
var EmptyTableTemplate = `` /* 210-byte string literal not displayed */
View Source
var ErrorTemplate = `
<div class="alert alert-danger">
  <p>{{ .Message }}</p>
</div>
`
View Source
var InfoTemplate = `
<div class="alert alert-info">
  <p>{{ .Message }}</p>
</div>
`
View Source
var MealTableTemplate = `` /* 446-byte string literal not displayed */
View Source
var SuccessTemplate = `
<div class="alert alert-success">
  <p>{{ .Message }}</p>
</div>
`

Functions

func Redirect

func Redirect(w http.ResponseWriter, r *http.Request, path string)

func RenderError

func RenderError(w http.ResponseWriter, httpStatus int, message string) error

func RenderInfo

func RenderInfo(w http.ResponseWriter, message string) error

func RenderMealTable

func RenderMealTable(w http.ResponseWriter, data []MealTableData) error

func RenderSuccess

func RenderSuccess(w http.ResponseWriter, message string) error

Types

type MealTableData

type MealTableData struct {
	ID           uint
	RelativeTime string
	Date         time.Time
	Name         string
	Meal         string
}

Jump to

Keyboard shortcuts

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