all repos — homestead @ 7f133fc8ba71ebced7eb14c13c98583f0b8dad87

Code for my website

internal/stats/counter.go (view raw)

1
2
3
4
5
6
7
package stats

import "net/http"

type Counter interface {
	Count(*http.Request, string)
}