Documentation ¶ Index ¶ type Plugin3 func (f7 *Plugin3) AddMiddleware(handler http.Handler) http.HandlerFunc func (f7 *Plugin3) Init() error func (f7 *Plugin3) Serve() chan error func (f7 *Plugin3) Stop(context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Plugin3 ¶ type Plugin3 struct { } func (*Plugin3) AddMiddleware ¶ func (f7 *Plugin3) AddMiddleware(handler http.Handler) http.HandlerFunc func (*Plugin3) Init ¶ func (f7 *Plugin3) Init() error func (*Plugin3) Serve ¶ func (f7 *Plugin3) Serve() chan error func (*Plugin3) Stop ¶ func (f7 *Plugin3) Stop(context.Context) error Source Files ¶ View all Source files plugin3.go Click to show internal directories. Click to hide internal directories.