Value extractor
Extract exact value type from *http.Request or http.ResponseWriter
type Value interface {
Extract(req *http.Request, res http.ResponseWriter, valueOfTag string) (interface{}, error)
Tag() string
}Last updated
Extract exact value type from *http.Request or http.ResponseWriter
type Value interface {
Extract(req *http.Request, res http.ResponseWriter, valueOfTag string) (interface{}, error)
Tag() string
}Last updated