// Package config define config struct of model runtime service
package config
import (
"context"
"modelRT/orm"
)
type ModelParseConfig struct {
ComponentInfo orm.Component
Ctx context.Context
AnchorChan chan AnchorParamConfig
}