upd: helper utility updated
This commit is contained in:
parent
c8e681bfc3
commit
9957bbfce6
@ -49,7 +49,6 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"go/module/essential/visible/service/helper/log"
|
"go/module/essential/visible/service/helper/log"
|
||||||
"go/module/essential/visible/service/helper/retriever"
|
|
||||||
"go/module/essential/visible/service/helper/status"
|
"go/module/essential/visible/service/helper/status"
|
||||||
|
|
||||||
"github.com/sqids/sqids-go"
|
"github.com/sqids/sqids-go"
|
||||||
@ -74,8 +73,6 @@ type ObrimCodecConfig struct {
|
|||||||
|
|
||||||
// ObrimCodec validates configuration, dispatches codec operations, and returns structured results.
|
// ObrimCodec validates configuration, dispatches codec operations, and returns structured results.
|
||||||
func ObrimCodec(operation string, config map[string]any) map[string]any {
|
func ObrimCodec(operation string, config map[string]any) map[string]any {
|
||||||
_ = retriever.ObrimRetriever
|
|
||||||
status.ObrimStatus("INFO", "Codec operation initialized.")
|
|
||||||
log.ObrimLog("INIT", "Codec operation initialized.")
|
log.ObrimLog("INIT", "Codec operation initialized.")
|
||||||
|
|
||||||
validatedConfig, validationCode, validationError := obrimCodecValidation(operation, config)
|
validatedConfig, validationCode, validationError := obrimCodecValidation(operation, config)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user