1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-24 10:07:04 +02:00

Remove hardcoded labels:

This commit is contained in:
Ben Toogood 2020-04-23 18:05:58 +01:00
parent bb25bd94c8
commit 8b3d223fc0

View File

@ -189,10 +189,6 @@ func (c *client) List(r *Resource, opts ...ListOption) error {
o(&options)
}
labels := map[string]string{
"micro": "service",
}
return c.Get(r, GetLabels(labels), GetNamespace(options.Namespace))
}