metricator/internal/common/http_handler.go

7 lines
200 B
Go

package common
import "go.dev.pztrn.name/metricator/internal/models"
// HTTPHandlerFunc describes signature of HTTP requests handling function.
type HTTPHandlerFunc func(*models.RequestInfo) string