all repos — homestead @ 2cd320647d0d94269371afa7e4f116b218c4b11e

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