cake-order-tracker/internal/server/fetcher.go

5 lines
88 B
Go

package server
import "net/http"
type fetcher func(r *http.Request) (any, int, error)