package stats import "net/http" type Counter interface { Count(*http.Request, string) }