Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Params ¶
type Params struct {
Remote string
}
Params describes the data required for the show run func.
type RuntimeDetails ¶
type RuntimeDetails struct { Name string `json:"name" locale:"state_show_details_name,Name"` Organization string `json:"organization" locale:"state_show_details_organization,Organization"` NameSpace string `json:"namespace" locale:"state_show_details_namespace,Namespace"` Location string `json:"location" locale:"state_show_details_location,Location"` Executables string `json:"executables" locale:"state_show_details_executables,Executables"` Visibility string `json:"visibility" locale:"state_show_details_visibility,Visibility"` LastCommit string `json:"last_commit" locale:"state_show_details_latest_commit,Latest Commit"` }
Click to show internal directories.
Click to hide internal directories.