type go.pact.im/x/httptrack.TrackerFunc
5 uses
go.pact.im/x/httptrack (current package)
tracker.go#L18: type TrackerFunc func(net.Conn, http.ConnState)
tracker.go#L21: func (f TrackerFunc) Track(conn net.Conn, state http.ConnState) {
tracker.go#L32: func Compose(hooks ...Tracker) TrackerFunc {
tracker.go#L43: func Wrap(s *http.Server, h Tracker) TrackerFunc {
tracker.go#L44: oldConnState := TrackerFunc(s.ConnState)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)