all repos — homestead @ c0f110119e434f188f5959c48570df12121cc663

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)
}