From 7a1250653175342797d88ec593b25bee0eff338a Mon Sep 17 00:00:00 2001 From: mr Date: Tue, 28 Apr 2026 12:05:53 +0200 Subject: [PATCH] live service in oclib --- entrypoint.go | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.go b/entrypoint.go index 7c3b882..982c337 100644 --- a/entrypoint.go +++ b/entrypoint.go @@ -66,6 +66,7 @@ const ( EXECUTION_VERIFICATION = tools.EXECUTION_VERIFICATION ALLOWED_IMAGE = tools.ALLOWED_IMAGE SERVICE_RESOURCE = tools.SERVICE_RESOURCE + LIVE_SERVICE = tools.LIVE_SERVICE ) func FiltersFromFlatMap(flatMap map[string]interface{}, target interface{}) *dbs.Filters {