all repos — homestead @ 10c128ff7a6c4b8195366c0994f11ab6e118dc90

Code for my website

domain/analytics/counter.go (view raw)

1
2
3
4
5
6
7
package analytics

import "net/http"

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