mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-04 20:09:44 +00:00
6 lines
81 B
Go
6 lines
81 B
Go
package configs
|
|
|
|
func (d *DeviceRule) Mkdev() (uint64, error) {
|
|
return 0, nil
|
|
}
|