elb

package
v0.0.0-...-d823fe1 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2021 License: Apache-2.0 Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Job

type Job struct {
	Uri   string `json:"uri"`
	JobId string `json:"job_id"`
}

type JobInfo

type JobInfo struct {
	Status     string                 `json:"status"`
	Entities   map[string]interface{} `json:"entities"`
	JobId      string                 `json:"job_id"`
	JobType    string                 `json:"job_type"`
	BeginTime  string                 `json:"begin_time"`
	EndTime    string                 `json:"end_time"`
	ErrorCode  string                 `json:"error_code"`
	FailReason string                 `json:"fail_reason"`
	Message    string                 `json:"message"`
	Code       string                 `json:"code"`
	SubJobs    []JobInfo              `json:"sub_jobs"`
}

type JobInfoResult

type JobInfoResult struct {
	golangsdk.Result
}

func QueryJobInfo

func QueryJobInfo(c *golangsdk.ServiceClient, jobId string) (r JobInfoResult)

func (JobInfoResult) Extract

func (r JobInfoResult) Extract() (*JobInfo, error)

type JobResult

type JobResult struct {
	golangsdk.Result
}

func (JobResult) Extract

func (r JobResult) Extract() (*Job, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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