Versions in this module Expand all Collapse all v0 v0.1.1 Mar 4, 2025 Changes in this version + type LevelNameHook struct + func (h LevelNameHook) Run(e *zerolog.Event, l zerolog.Level, msg string) v0.1.0 Sep 9, 2024 Changes in this version + type ServerOption interface + func WithConfigProvider(cfgProvider config.ConfigProvider) ServerOption + func WithHTTPS() ServerOption + func WithLogger(l *zap.SugaredLogger) ServerOption + func WithMiddleware() ServerOption + func WithOpenlaneClient() ServerOption + func WithRateLimiter() ServerOption + type ServerOptions struct + Config serverconfig.Config + ConfigProvider serverconfig.ConfigProvider + func NewServerOptions(opts []ServerOption, cfgLoc string) *ServerOptions + func (so *ServerOptions) AddServerOptions(opt ServerOption)