Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Priority_name = map[int32]string{
0: "NoN",
1: "LOW",
2: "MEDIUM",
3: "HIGH",
4: "URGEN",
}
View Source
var Priority_value = map[string]int32{
"NoN": 0,
"LOW": 1,
"MEDIUM": 2,
"HIGH": 3,
"URGEN": 4,
}
View Source
var Status_name = map[int32]string{
0: "NEW",
1: "STARTED",
2: "COMPLETED",
3: "FAILED",
}
View Source
var Status_value = map[string]int32{
"NEW": 0,
"STARTED": 1,
"COMPLETED": 2,
"FAILED": 3,
}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.