Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
URL *url.URL
Solutions map[string]map[string]vms.SolutionInfo // clusterID → solutionID → info
Hooks map[string]map[string][]vms.LifecycleHookInfo // clusterID → solutionID → hooks
Tasks map[string]json.RawMessage // taskID → task JSON
// contains filtered or unexported fields
}
Handler implements the EAM vms API simulator.
Click to show internal directories.
Click to hide internal directories.