Versions in this module Expand all Collapse all v3 v3.6.4 Jul 19, 2024 Changes in this version + func FromBytes(b []byte) (*mqtt.Options, error) + type HookAuthConfig struct + AllowAll bool + Ledger auth.Ledger + type HookConfigs struct + Auth *HookAuthConfig + Debug *debug.Options + Storage *HookStorageConfig + func (hc HookConfigs) ToHooks() []mqtt.HookLoadConfig + type HookStorageConfig struct + Badger *badger.Options + Bolt *bolt.Options + Pebble *pebble.Options + Redis *redis.Options + type LoggingConfig struct + Level string + func (lc LoggingConfig) ToLogger() *slog.Logger