/
githubmirror
/
kubernetes
Обзор
Документация
Войти
/
githubmirror
/
kubernetes
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
vendor/github.com/go-openapi/swag/pools/debug.go
17 строк
524 B
Davanum Srinivas
Update k8s.io/kube-openapi to v0.0.0-20260721132016-d427ff9ee9ad
21 июл 2026, 16:56
Не верифицирован
21 июл 2026, 16:56
0706a3b
Код
Авторство
О чём код?
// SPDX-FileCopyrightText: Copyright 2015-2025 go-swagger maintainers // SPDX-License-Identifier: Apache-2.0 package pools // TB is the subset of [testing.TB] used by [AssertNoLeaks]. // // It is satisfied by *[testing.T] and *[testing.B]. // // A local interface is used (rather than importing "testing") so that the // release build does not pull the testing package — and its flags — into // production binaries. type TB interface { Helper() Errorf(format string, args ...any) Logf(format string, args ...any) }