mirror of
https://github.com/foomo/gocontemplate.git
synced 2025-10-16 12:35:36 +00:00
7 lines
139 B
Go
7 lines
139 B
Go
package gocontemplate
|
|
|
|
type ConfigPackage struct {
|
|
Path string `json:"path" yaml:"path"`
|
|
Types []string `json:"types" yaml:"types"`
|
|
}
|