Versions in this module Expand all Collapse all v0 v0.11.0 Aug 1, 2019 Changes in this version + var ErrNoAuth = errors.New("Auth failed for request") + func CORS(next http.HandlerFunc) http.HandlerFunc + func Gzip(next http.HandlerFunc) http.HandlerFunc + func Record(next http.HandlerFunc) http.HandlerFunc + func Run() + type Createable interface + Create func(http.ResponseWriter, *http.Request) error + type Deleteable interface + Delete func(http.ResponseWriter, *http.Request) error + type Trustable interface + AutoApprove func(http.ResponseWriter, *http.Request) error + type Updateable interface + Update func(http.ResponseWriter, *http.Request) error