# Functions
Provide return object with type t, panic if not registered, t should be Ptr Type Or reflect.Type.
Provide return object with type t if registered, t should be Ptr Type Or reflect.Type.
RegisterObjectSingleton register object t as singleton, t should be Ptr Type Or Interface.
RegisterType register t with constructor f, t should be Ptr Type Or reflect.Type, f should return Ptr or Interface.
RegisterTypeSingleton register t as singleton with constructor f, t should be Ptr Type Or reflect.Type.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author