mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-09 19:29:29 +08:00

* Update project dependencies Signed-off-by: Dusan Borovcanin <dusan.borovcanin@mainflux.com> * Update InfluxDB and Cassandra versions Update InfluxDB and Cassandra versions in docker-compose file as well as images version in tests. Signed-off-by: Dusan Borovcanin <dusan.borovcanin@mainflux.com> * Update gRPC version Signed-off-by: Dusan Borovcanin <dusan.borovcanin@mainflux.com> * Make name first value of constraints Signed-off-by: Dusan Borovcanin <dusan.borovcanin@mainflux.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}})
|
|
}
|