-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
v1Rewrite for version 1Rewrite for version 1
Description
We need to introduce a new feature to perform certain operations more conveniently on only a subset of procedures, for example, adding middleware functions or excluding middleware functions.
This will probably be defined as:
type ProcedureGroup []Procedure
func (r *Robin) Group(procedures ...Procedure) ProcedureGroupA few methods like WithMiddleware and ExcludeMiddleware at least will be made available on the ProcedureGroup function.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
v1Rewrite for version 1Rewrite for version 1