mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-08-04 07:10:43 +08:00
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}})
|
|
}
|