all repos — homestead @ cc941b5e3b8745f02e11f1f6a0c3c67ab8251952

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