metricator/internal/common/http_handler.go

7 lines
159 B
Go
Raw Normal View History

2020-11-28 23:34:20 +05:00
package common
import "context"
// HTTPHandlerFunc describes signature of HTTP requests handling function.
type HTTPHandlerFunc func(context.Context) string