Versions in this module Expand all Collapse all v0 v0.1.1 Feb 20, 2024 v0.1.0 Feb 20, 2024 Changes in this version + func NewExtension(complexityReporter ComplexityReporter, opts ...Option) *extension + func WithThreshold(threshold int) func(*extension) + type ComplexityReporter interface + ReportComplexity func(ctx context.Context, operationName string, complexity int) + type Option func(*extension)