util

package
v1.6.23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2025 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlogoStepCountEnv   = "FLOGO_MAX_STEP_COUNT"
	MaxStepCountDefault = 10000000
)

Variables

This section is empty.

Functions

func DeepCopy added in v1.4.0

func DeepCopy(data interface{}) interface{}

func DeepCopyMap added in v1.4.0

func DeepCopyMap(data map[string]interface{}) map[string]interface{}

func GetMaxStepCount added in v1.6.8

func GetMaxStepCount() int

GetMaxStepCount returns the step limit

func IsValidTaskType

func IsValidTaskType(modelName string, taskType string) bool

func RegisterModelValidator

func RegisterModelValidator(modelName string, validator ModelValidator)

Types

type ModelValidator

type ModelValidator interface {
	IsValidTaskType(taskType string) bool
}

func GetModelValidator

func GetModelValidator(modelName string) ModelValidator

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL