Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitForJobSuccess ¶
func WaitForJobSuccess(client *golangsdk.ServiceClient, secs int, jobID string) error
Types ¶
type JobResponse ¶
type JobResponse struct {
JobID string `json:"job_id"`
}
type JobStatus ¶
type JobStatus struct {
Job Job `json:"job"`
}
func GetJobStatus ¶
func GetJobStatus(client *golangsdk.ServiceClient, jobID string) (*JobStatus, error)
Click to show internal directories.
Click to hide internal directories.