console/docker/configs/otel-collector/extension-hiveauth/generated_package_test.go
2025-11-24 10:37:33 +01:00

13 lines
250 B
Go

// Code generated by mdatagen. DO NOT EDIT.
package hiveauthextension
import (
"testing"
"go.uber.org/goleak"
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m, goleak.IgnoreTopFunction("github.com/patrickmn/go-cache.(*janitor).Run"))
}