devicepath/base.go
2023-08-27 11:31:03 +02:00

7 lines
100 B
Go

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