Acces execution verification for manual verif
This commit is contained in:
@@ -31,6 +31,7 @@ const (
|
||||
LIVE_STORAGE
|
||||
BILL
|
||||
NATIVE_TOOL
|
||||
EXECUTION_VERIFICATION
|
||||
)
|
||||
|
||||
var NOAPI = func() string {
|
||||
@@ -81,6 +82,7 @@ var InnerDefaultAPI = [...]func() string{
|
||||
DATACENTERAPI,
|
||||
NOAPI,
|
||||
CATALOGAPI,
|
||||
DATACENTERAPI,
|
||||
}
|
||||
|
||||
// Bind the standard data name to the data type
|
||||
@@ -106,6 +108,7 @@ var Str = [...]string{
|
||||
"live_storage",
|
||||
"bill",
|
||||
"native_tool",
|
||||
"execution_verification",
|
||||
}
|
||||
|
||||
func FromString(comp string) int {
|
||||
|
||||
Reference in New Issue
Block a user