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