Versions in this module Expand all Collapse all v3 v3.0.1 Jan 19, 2024 v3.0.0 Feb 20, 2023 Changes in this version + const BundleName + func AsConfigurator() di.ProvideOption + func AsController() di.ProvideOption + func AsMiddleware(priority int64) di.ProvideOption + type Bundle struct + func NewBundle() *Bundle + func (b *Bundle) Build(builder di.Builder) error + func (b *Bundle) DependsOn() []string + func (b *Bundle) Name() string + type Configurator = configurator.Configurator + type Controller = configurator.Controller Other modules containing this package github.com/gozix/echo github.com/gozix/echo/v2