model

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// CheckJobStatusOk 已完成
	CheckJobStatusOk = 1
	// CheckJobStatusErr 失败
	CheckJobStatusErr = 2
	// CheckJobStatusDoing 进行中
	CheckJobStatusDoing = 3
	// CheckJobStatusPending 等待执行
	CheckJobStatusPending = 4
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DpCheckJobResult

type DpCheckJobResult struct {
	Code      int      `json:"code"`
	Msg       string   `json:"msg"`
	StatusID  int      `json:"statusId"`
	StatusMsg string   `json:"statusMsg"`
	Files     []string `json:"hdfsPath"`
}

DpCheckJobResult .

Jump to

Keyboard shortcuts

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