func TestMultipleResourceInstances(t *testing.T) { … } func TestMultipleRegistration(t *testing.T) { … } func TestDeRegistrationAndReRegistration(t *testing.T) { … } func TestEtcdStorage(t *testing.T) { … } func getFromEtcd(keys clientv3.KV, prefix, localPath string) (*metaObject, error) { … } type metaObject … type Metadata …