()
| 100 | } |
| 101 | |
| 102 | func (d *UserData) GetContainerRemoveForm() *entities.ContainerRemoveForm { |
| 103 | if d.Forms != nil && d.Forms.ContainerRemove != nil { |
| 104 | return d.Forms.ContainerRemove |
| 105 | } |
| 106 | return nil |
| 107 | } |
| 108 | |
| 109 | func (d *UserData) SetImageRemoveForm(force, pruneChildren bool) *entities.ImageRemoveForm { |
| 110 | if d.Forms == nil { |
no outgoing calls