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:
parent
bb25bd94c8
commit
8b3d223fc0
@ -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))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user