概念
框架基础概念中英文对照
中文 | 英文 | 描述 |
---|---|---|
结构 | Struct | Go 语言的 struct 类型结构体 |
对象 | Object | Go 语言中的实例化对象 |
接口 | Interface | Go 语言中的 interface 类型接口 |
方法 | Method | Go 语言中的接口、对象大写字母开头的函数方法 |
依赖注入 | Dependency Injection(DI) | |
自动装载 | Auto Wire | |
结构描述符 | Struct Descriptor (SD) | |
结构描述键 | Struct Descriptor Identification(SDID) | 自动装载模型内索引结构的唯一ID。 |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified June 21, 2022: Fix: remove unused file (0fc728c)