Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container interface { GetOrCreate(typeName, name string, creator CreateFunc, keys ...string) (interface{}, error) Remove(typeName, name string, keys ...string) error ICloser }
IContainer 组件容器
type CreateFunc ¶
type StandardBuilder ¶
Click to show internal directories.
Click to hide internal directories.