posh-providers/jondot/hygen/config.go
Kevin Franklin Kim 4588a19b45
feat: add schema
2025-04-04 16:44:08 +02:00

6 lines
101 B
Go

package hygen
type Config struct {
TemplatePath string `json:"templatePath" yaml:"templatePath"`
}