Versions in this module Expand all Collapse all v0 v0.1.0 Jun 16, 2024 Changes in this version + type ServerOption interface + func WithConfigProvider(cfgProvider config.ConfigProvider) ServerOption + func WithGraphRoute(srv *server.Server, c *generated.Client) ServerOption + func WithHTTPS() ServerOption + func WithLogger(l *zap.SugaredLogger) ServerOption + func WithMiddleware() ServerOption + func WithRateLimiter() ServerOption + func WithReadyChecks(c *entx.EntClientConfig, r *redis.Client) ServerOption + func WithSessionManager(rc *redis.Client) ServerOption + type ServerOptions struct + Config serverconfig.Config + ConfigProvider serverconfig.ConfigProvider + func NewServerOptions(opts []ServerOption, cfgLoc string) *ServerOptions + func (so *ServerOptions) AddServerOptions(opt ServerOption)