Allowed_image

This commit is contained in:
mr
2026-03-25 10:20:16 +01:00
parent 6d0c78946e
commit 4580200e80
5 changed files with 85 additions and 0 deletions

View File

@@ -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 {