IsFeatureEnabled checks if a feature flag is enabled.
(ctx context.Context, flagName string)
| 97 | |
| 98 | // IsFeatureEnabled checks if a feature flag is enabled. |
| 99 | IsFeatureEnabled(ctx context.Context, flagName string) bool |
| 100 | |
| 101 | // Logger returns the structured logger, optionally enriched with |
| 102 | // request-scoped data from ctx. Integrators provide their own slog.Handler |
no outgoing calls