all repos — homestead @ bce267e09a38372b3edf9f6e40a4cc39e4bb1f89

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