devicepath/base.go

8 lines
100 B
Go
Raw Normal View History

2023-08-27 09:31:03 +00:00
package devicepath
type DevicePathNode interface{}
type DevicePath interface {
String() string
}