Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentHandler ¶
type ComponentHandler struct {
Component components.Component
Error func(w http.ResponseWriter, r *http.Request, h *ComponentHandler, err error)
}
func Handler ¶
func Handler(c components.Component) *ComponentHandler
func (*ComponentHandler) ServeHTTP ¶
func (h *ComponentHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.