Versions in this module Expand all Collapse all v1 v1.0.2 Sep 22, 2023 Changes in this version + func DeepCopy(data interface{}) interface + func DeepCopyMap(data map[string]interface{}) map[string]interface + func IsValidTaskType(modelName string, taskType string) bool + func RegisterModelValidator(modelName string, validator ModelValidator) + type ModelValidator interface + IsValidTaskType func(taskType string) bool + func GetModelValidator(modelName string) ModelValidator