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

7 lines
191 B
Go

package mkcert
type Config struct {
CertificatePath string `json:"certificatePath" yaml:"certificatePath"`
Certificates []Certificate `json:"certificates" yaml:"certificates"`
}