package config import ( "context" "modelRT/orm" ) type ModelParseConfig struct { ComponentInfo orm.Component Context context.Context }