all repos — homestead @ d4ce959dd4f31354d2c88f6593357c1ed7c570f4

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