So, to expand a bit, in JS you have some container member `ports: []`, but in Go you have to do some...
c
So, to expand a bit, in JS you have some container member
ports: []
, but in Go you have to do something like
ports: ContainerPortArray{}
.