Skip to content

Implement procedure grouping #40

@aosasona

Description

@aosasona

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) ProcedureGroup

A few methods like WithMiddleware and ExcludeMiddleware at least will be made available on the ProcedureGroup function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    v1Rewrite for version 1

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions