Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound is used when the workflow cannot be found. ErrNotFound = errors.New("not found") )
Functions ¶
This section is empty.
Types ¶
type Middleware ¶
Middleware describes a service (as opposed to endpoint) middleware.
func LoggingMiddleware ¶
func LoggingMiddleware(logger log.Logger) Middleware
LoggingMiddleware takes a logger as a dependency and returns a ServiceMiddleware.
Click to show internal directories.
Click to hide internal directories.