Versions in this module Expand all Collapse all v2 v2.6.2 Aug 12, 2022 Changes in this version + type Config struct + LogPushRequest bool + LogPushRequestStreams bool + LogStreamCreation bool + type TenantConfig func(userID string) *Config + type TenantConfigs struct + func DefaultTenantConfigs() *TenantConfigs + func NewTenantConfigs(tenantConfig TenantConfig) (*TenantConfigs, error) + func (o *TenantConfigs) LogPushRequest(userID string) bool + func (o *TenantConfigs) LogPushRequestStreams(userID string) bool + func (o *TenantConfigs) LogStreamCreation(userID string) bool