all repos — homestead @ 98986576c26b04ef5a984637066348513161224e

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