Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrNotAFunction = Error("method must be function") ErrNotEnoughArgs = Error("method needs three args: *http.Request, *args, *reply") ErrNotEnoughOut = Error("method needs one out: error") ErrNotReturnError = Error("method needs one out: error") ErrFirstArgRequest = Error("method needs first parameter to be *http.Request") ErrSecondArgError = Error("second argument must be a pointer and must be exported") ErrThirdArgError = Error("third argument must be a pointer and must be exported") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompressionSelector ¶ added in v1.3.0
type CompressionSelector = codec.CompressionSelector
CompressionSelector alias
Click to show internal directories.
Click to hide internal directories.