2024-11-15 16:27:05 +08:00
|
|
|
package config
|
|
|
|
|
|
|
|
|
|
import (
|
2024-11-20 15:31:08 +08:00
|
|
|
"context"
|
|
|
|
|
|
2024-11-15 16:27:05 +08:00
|
|
|
"modelRT/orm"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
type ModelParseConfig struct {
|
2024-11-20 15:31:08 +08:00
|
|
|
ComponentInfo orm.Component
|
|
|
|
|
Context context.Context
|
2024-11-15 16:27:05 +08:00
|
|
|
}
|