Versions in this module Expand all Collapse all v0 v0.0.0 Dec 20, 2023 Changes in this version + var ErrDublicate = errors.New("more than one routes have the same registered path") + type Nodes []*node + func (nodes *Nodes) Add(path string, handlers context.Handlers) error + func (nodes Nodes) Find(path string, params *context.RequestParams) context.Handlers + func (nodes Nodes) Sort()