chronograf/assets.go

9 lines
139 B
Go

package chronograf
import "net/http"
// Assets returns a handler to serve the website.
type Assets interface {
Handler() http.Handler
}