Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Cmd = &cobra.Command{ Use: "diagnose", Aliases: []string{"diag"}, Run: diagnose, Short: `Run a diagnosis to verify your environment for Liferay development.`, } )
Functions ¶
This section is empty.
Types ¶
type DockerVersion ¶
type DockerVersion struct {
Server struct {
Platform struct {
Name string `json:"Name"`
} `json:"Platform"`
} `json:"Server"`
}
Click to show internal directories.
Click to hide internal directories.