func (ir *IPAMs) WalkIPAMs(ifn IPAMWalkFunc) {
    type ipamVal struct {
        name string
        data ipamDriver
    }