Documentation ¶
Index ¶
- func GetSpaceName(myclient *client.Client, state state.State) (string, error)
- func GetStepTemplateId(myclient *client.Client, state state.State, name string) (string, error, string)
- func InstallStepTemplate(myclient *client.Client, state state.State, website string) (error, string)
- func LibraryVariableSetExists(myclient *client.Client) (bool, *variables.LibraryVariableSet, error)
- type CommunityStepTemplate
- type CommunityStepTemplates
- type StepTemplate
- type StepTemplates
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetStepTemplateId ¶
func InstallStepTemplate ¶
Types ¶
type CommunityStepTemplate ¶
type CommunityStepTemplates ¶
type CommunityStepTemplates struct {
Items []CommunityStepTemplate `json:"Items"`
}
type StepTemplate ¶
type StepTemplates ¶
type StepTemplates struct {
Items []StepTemplate `json:"Items"`
}
Click to show internal directories.
Click to hide internal directories.