Documentation
¶
Index ¶
Constants ¶
View Source
const ConstructorPriority = -1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdhocWrapper ¶
type AdhocWrapper struct {
// contains filtered or unexported fields
}
func (*AdhocWrapper) PageInfo ¶ added in v0.10.0
func (h *AdhocWrapper) PageInfo(r *http.Request) (interface{}, bool)
func (*AdhocWrapper) TryServeHTTP ¶
func (h *AdhocWrapper) TryServeHTTP(w http.ResponseWriter, r *http.Request) error
type AdhocWrapperConstructor ¶
type AdhocWrapperConstructor struct{}
func (*AdhocWrapperConstructor) New ¶
func (f *AdhocWrapperConstructor) New(pattern string, h interface{}) (types.Handler, bool)
func (AdhocWrapperConstructor) Priority ¶
func (_ AdhocWrapperConstructor) Priority() int
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func (*Writer) WriteHeader ¶
Click to show internal directories.
Click to hide internal directories.