bootstrap/coco_config.go

6 lines
75 B
Go
Raw Permalink Normal View History

2023-01-01 15:46:41 +00:00
package bootstrap
2023-01-01 15:31:51 +00:00
type Config struct {
Version string `yaml:"version"`
}