mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-22 09:03:35 +00:00
* [generated] go mod tidy/vendor Signed-off-by: yue9944882 <291271447@qq.com> * feature-gate: V1beta1CSRAPICompatibility Signed-off-by: yue9944882 <291271447@qq.com>
6 lines
184 B
Cheetah
6 lines
184 B
Cheetah
{{.CommentFormat}}
|
|
func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
|
|
if h, ok := t.(tHelper); ok { h.Helper() }
|
|
return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
|
|
}
|