Versions in this module Expand all Collapse all v1 v1.1.3 Mar 6, 2020 Changes in this version + const BundleName + type Bundle struct + func NewBundle(options ...Option) (b *Bundle) + func (b *Bundle) Build(builder *di.Builder) error + func (b *Bundle) DependsOn() []string + func (b *Bundle) Name() string + type Option interface + func Connection(value string) Option + func Path(value string) Option + func Schema(value string) Option + func Table(value string) Option