gocontemplate/configpackage.go
Kevin Franklin Kim 1142d15bfc
initial commit
2024-05-20 16:51:24 +02:00

7 lines
139 B
Go

package gocontemplate
type ConfigPackage struct {
Path string `json:"path" yaml:"path"`
Types []string `json:"types" yaml:"types"`
}