all repos — homestead @ 62c36b5b667ab10936f444e01e6f2c567c7c2126

Code for my website

internal/stats/counter.go (view raw)

1
2
3
4
5
6
7
package stats

import "net/http"

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