Files
metricator/internal/common/http_handler.go
T
2020-11-28 23:34:20 +05:00

7 lines
159 B
Go

package common
import "context"
// HTTPHandlerFunc describes signature of HTTP requests handling function.
type HTTPHandlerFunc func(context.Context) string