mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
4 lines
139 B
Cheetah
4 lines
139 B
Cheetah
{{.CommentWithoutT "a"}}
|
|
func (a *Assertions) {{.DocInfo.Name}}({{.Params}}) bool {
|
|
return {{.DocInfo.Name}}(a.t, {{.ForwardedParams}})
|
|
}
|