query

package
v0.1.160 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSpaceName

func GetSpaceName(myclient *client.Client, state state.State) (string, error)

func GetStepTemplateId

func GetStepTemplateId(myclient *client.Client, state state.State, name string) (string, error, string)

func InstallStepTemplate

func InstallStepTemplate(myclient *client.Client, state state.State, website string) (error, string)

func LibraryVariableSetExists

func LibraryVariableSetExists(myclient *client.Client) (bool, *variables.LibraryVariableSet, error)

Types

type CommunityStepTemplate

type CommunityStepTemplate struct {
	Id      string `json:"Id"`
	Website string `json:"Website"`
}

type CommunityStepTemplates

type CommunityStepTemplates struct {
	Items []CommunityStepTemplate `json:"Items"`
}

type StepTemplate

type StepTemplate struct {
	Id   string `json:"Id"`
	Name string `json:"Name"`
}

type StepTemplates

type StepTemplates struct {
	Items []StepTemplate `json:"Items"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL