Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPMiddleware ¶ added in v1.5.0
type HTTPMiddleware interface { // Return a http handler with middleware as the parent handler HandleFunc(http.HandlerFunc) http.HandlerFunc }
type HTTPRouter ¶ added in v1.5.0
type Plugin ¶
type Plugin interface { // Return the unique name for the plugin Name() string // Return a description of the plugin Description() string // Create a task from a plugin New(context.Context) (Task, error) }
Plugin represents a service
Click to show internal directories.
Click to hide internal directories.