Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerFunc ¶
func (HandlerFunc) Plug ¶
func (h HandlerFunc) Plug(_ Handler) Handler
func (HandlerFunc) ServeHTTP ¶
func (h HandlerFunc) ServeHTTP(ctx context.Context, w http.ResponseWriter, r *http.Request)
type Pipeline ¶
type Pipeline struct {
// contains filtered or unexported fields
}
func NewPipeline ¶
func NewPipeline() *Pipeline
func (*Pipeline) HTTPHandler ¶
func (*Pipeline) SetHandler ¶
Click to show internal directories.
Click to hide internal directories.