Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerFunc ¶
type HandlerFunc func(http.ResponseWriter, *http.Request)
type IcoHandler ¶
type IcoHandler struct { }
func (IcoHandler) ServeHTTP ¶
func (this IcoHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type IndexHandler ¶
type IndexHandler struct {
// contains filtered or unexported fields
}
func (IndexHandler) ServeHTTP ¶
func (this IndexHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type WebManager ¶
type WebManager struct {
// contains filtered or unexported fields
}
func (*WebManager) Initialize ¶
func (this *WebManager) Initialize(repo repository.Repository)
func (*WebManager) WebHandler ¶
func (this *WebManager) WebHandler(h http.Handler) http.Handler
Click to show internal directories.
Click to hide internal directories.