initrd/config.go

6 lines
70 B
Go
Raw Normal View History

2019-03-25 04:29:24 +00:00
package main
type config struct {
Layers []string `yaml:"layers"`
}