Get ip address of all containers within a specific service using cond + golang

How can I get a list of all ip addresse of all containers within a specific service using confd with golang:

{range ls “/services”}}

I tried the above but it doesn’t get any keys.

What am I mising?

Note, I’m trying to access a different service from within a container that does not belong to the service I’m trying to get details of.