mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-22 00:54:00 +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
185 B
Cheetah
6 lines
185 B
Cheetah
{{.CommentWithoutT "a"}}
|
|
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
|
|
if h, ok := a.t.(tHelper); ok { h.Helper() }
|
|
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
|
|
}
|