posh-providers/k3d-io/k3d/registry.go
2023-06-06 12:31:07 +02:00

8 lines
72 B
Go

package k3d
type (
Registry struct {
Name string `json:"name"`
}
)