-
- It will use zero value instead of panic if depended service not registerd, when inject to function
-
- The initialize method that invoked automatically when inject to singleton instance, can specific another one by the returns of method
InitializeMethodName() string
- The initialize method that invoked automatically when inject to singleton instance, can specific another one by the returns of method
-
- optimize performance of inject to *struct
-
- optimize performance of get transient instance
-
- refactor interface
Container
- refactor interface