live service in oclib

This commit is contained in:
mr
2026-04-28 12:05:53 +02:00
parent f926a42066
commit 7a12506531

View File

@@ -66,6 +66,7 @@ const (
EXECUTION_VERIFICATION = tools.EXECUTION_VERIFICATION EXECUTION_VERIFICATION = tools.EXECUTION_VERIFICATION
ALLOWED_IMAGE = tools.ALLOWED_IMAGE ALLOWED_IMAGE = tools.ALLOWED_IMAGE
SERVICE_RESOURCE = tools.SERVICE_RESOURCE SERVICE_RESOURCE = tools.SERVICE_RESOURCE
LIVE_SERVICE = tools.LIVE_SERVICE
) )
func FiltersFromFlatMap(flatMap map[string]interface{}, target interface{}) *dbs.Filters { func FiltersFromFlatMap(flatMap map[string]interface{}, target interface{}) *dbs.Filters {