Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "test"
Variables ¶
This section is empty.
Functions ¶
func HandleTestProviderRequest ¶ added in v0.3.0
func HandleTestProviderRequest(w http.ResponseWriter, tr *topology.Request) bool
func NamedLoader ¶
Types ¶
type Params ¶
type Params struct {
TestcaseName string `mapstructure:"testcaseName"`
Description string `mapstructure:"description"`
GenerateResponseCode int `mapstructure:"generateResponseCode"`
TopologyResponseCode int `mapstructure:"topologyResponseCode"`
ModelFileName string `mapstructure:"modelFileName"`
ErrorMessage string `mapstructure:"errorMessage"`
}
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func (*Provider) GenerateTopologyConfig ¶
func (*Provider) GetComputeInstances ¶
Click to show internal directories.
Click to hide internal directories.