package devicepath type DevicePathNode interface{} type DevicePath interface { String() string }