cake-order-tracker/server/fetcher.go
2026-06-11 08:48:01 +02:00

9 lines
130 B
Go

package server
import (
"net/http"
"github.com/a-h/templ"
)
type fetcher func(r *http.Request) (templ.Component, int, error)