all repos — homestead @ 863cd01f8dd46ec842d8e0dc0fffe874d7f00dd0

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