package
0.3.1
Repository: https://github.com/u2takey/go-utils.git
Documentation: pkg.go.dev

# 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.

# Constants

No description provided by the author
No description provided by the author

# 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