Allowed_image
This commit is contained in:
@@ -32,6 +32,7 @@ const (
|
||||
BILL
|
||||
NATIVE_TOOL
|
||||
EXECUTION_VERIFICATION
|
||||
ALLOWED_IMAGE
|
||||
)
|
||||
|
||||
var NOAPI = func() string {
|
||||
@@ -88,6 +89,7 @@ var InnerDefaultAPI = [...]func() string{
|
||||
NOAPI,
|
||||
CATALOGAPI,
|
||||
SCHEDULERAPI,
|
||||
DATACENTERAPI,
|
||||
}
|
||||
|
||||
// Bind the standard data name to the data type
|
||||
@@ -114,6 +116,7 @@ var Str = [...]string{
|
||||
"bill",
|
||||
"native_tool",
|
||||
"execution_verification",
|
||||
"allowed_image",
|
||||
}
|
||||
|
||||
func FromString(comp string) int {
|
||||
|
||||
Reference in New Issue
Block a user