mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
6 lines
101 B
Go
6 lines
101 B
Go
package hygen
|
|
|
|
type Config struct {
|
|
TemplatePath string `json:"templatePath" yaml:"templatePath"`
|
|
}
|