Documentation
¶
Overview ¶
Package middleware composes GoBeyond's low-level Go runtime middleware hook.
Rule and Chain remain useful for applications that want to compose named, matcher-aware functions inside the one compiler-discovered root hook.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Rule ¶
type Rule struct {
Name string
Config gb.MiddlewareConfig
Middleware gb.Middleware
}
Click to show internal directories.
Click to hide internal directories.