all repos — homestead @ 82424b77fba708e4450c1a0cec5b0c7967b13d7b

Code for my website

domain/analytics/counter.go (view raw)

1
2
3
4
5
6
7
package stats

import "net/http"

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