Files
initrd/config.go

8 lines
99 B
Go
Raw Normal View History

2019-03-25 15:29:24 +11:00
package main
2019-12-03 10:56:57 +01:00
import (
2022-04-04 10:29:28 +02:00
nconfig "novit.tech/direktil/pkg/config"
2019-12-03 10:56:57 +01:00
)
2022-04-04 10:29:28 +02:00
type configV1 = nconfig.Config