Versions in this module Expand all Collapse all v1 v1.9.0 May 21, 2023 v1.1.0 Jul 5, 2024 Changes in this version + var Default = New(Config{ ... }) + var ErrRecordNotFound = errors.New("record not found") + func New(config Config) logger.Interface + type Config struct + IgnoreRecordNotFoundError bool + LogLevel logger.LogLevel + SlowThreshold time.Duration