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

7 lines
130 B
Go

package mkcert
type Certificate struct {
Name string `json:"name" yaml:"name"`
Names []string `json:"names" yaml:"names"`
}