Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plan ¶
type Plan struct {
Type string `json:"type"`
Name string `json:"name"`
AuthType string `json:"authType"`
AuthUser string `json:"authUser"`
AuthPass string `json:"authPass"`
AuthEndpoint string `json:"authEndpoint"`
URL string `json:"url"`
Path string `json:"path"`
Insecure bool `json:"insecure"`
Timeout string `json:"timeout"`
StepsNames []string `json:"steps"`
Steps []*step.Step
}
Click to show internal directories.
Click to hide internal directories.