5 lines
83 B
Go
5 lines
83 B
Go
package server
|
|
|
|
import "net/http"
|
|
|
|
type fetcher func(r *http.Request) (any, error)
|