mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
7 lines
130 B
Go
7 lines
130 B
Go
package mkcert
|
|
|
|
type Certificate struct {
|
|
Name string `json:"name" yaml:"name"`
|
|
Names []string `json:"names" yaml:"names"`
|
|
}
|