Closed metacosm closed 4 years ago
The issue is, once again, that go doesn't really do polymorphism and for example, when we do a Fetch on a serviceaccount instance, we get the implementation from base for Name when we would really want to use the serviceaccount version.
Fetch
serviceaccount
base
Name
The issue is, once again, that go doesn't really do polymorphism and for example, when we do a
Fetch
on aserviceaccount
instance, we get the implementation frombase
forName
when we would really want to use theserviceaccount
version.