Does anyone know how to do a `ApplyT` (in Go) on a type like `Deployment` where each individual fiel...
b
Does anyone know how to do a
ApplyT
(in Go) on a type like
Deployment
where each individual field is an
Output
type, but without using
All
and having to specify every field?