So, to expand a bit, in JS you have some container...
# golang
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{}
.