(containers []*entities.Container)
| 61 | } |
| 62 | |
| 63 | func (d *UserData) SetContainers(containers []*entities.Container) { |
| 64 | d.Containers = containers |
| 65 | } |
| 66 | |
| 67 | func (d *UserData) SetQuitChan(quitChan chan struct{}) { |
| 68 | d.QuitChan = quitChan |
no outgoing calls