Versions in this module Expand all Collapse all v4 v4.0.0 Mar 5, 2026 Changes in this version + type Builder interface + Build func(cfg config.Modules, client moduledeps.ModuleDeps) (hooks.HookRepository, map[string][]string, *ShutdownModules, error) + func NewBuilder() Builder + type ModuleBuilderFn func(cfg json.RawMessage, deps moduledeps.ModuleDeps) (interface{}, error) + type ModuleBuilders map[string]map[string]ModuleBuilderFn + type ShutdownModules struct + func NewShutdownModules(modules map[string]interface{}) *ShutdownModules + func (s *ShutdownModules) Shutdown() + type Shutdowner interface + Shutdown func() error Other modules containing this package github.com/prebid/prebid-server github.com/prebid/prebid-server/v2 github.com/prebid/prebid-server/v3