mirror of https://github.com/k3s-io/k3s
6 lines
81 B
Go
6 lines
81 B
Go
|
package configs
|
||
|
|
||
|
func (d *DeviceRule) Mkdev() (uint64, error) {
|
||
|
return 0, nil
|
||
|
}
|