Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RawProgress ¶ added in v0.1.31
func RawProgress(message string)
func TUIProgress ¶
func TUIProgress(message string)
Types ¶
type CommandMetadata ¶ added in v0.1.31
type CommandMetadata struct {
Parameters []ParameterMetadata `json:"parameters"`
}
type ParameterMetadata ¶ added in v0.1.31
type ProviderMetadata ¶ added in v0.1.31
type ProviderMetadata struct {
Description string `json:"description"`
Up CommandMetadata `json:"up"`
Down CommandMetadata `json:"down"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.