Versions in this module Expand all Collapse all v0 v0.3.1 Sep 13, 2018 Changes in this version + func FullURL(r *http.Request) string + type Adapter interface + ServeHTTP func(w http.ResponseWriter, r *http.Request) + Start func() error + Status func() Status + Stop func(reason error) error + WriteLog func(io.Writer) + type Status string + const StatusError + const StatusRunning + const StatusStarting + const StatusStopped + const StatusStopping