package
1.0.23
Repository: https://github.com/andrewelkin/trilib.git
Documentation: pkg.go.dev

# Functions

MakeDynInstance creates a dynamical instance of a service --> Input: name string service name ctx context.Context application context cfg *utils.Vconfig Expects root config logger logger.Logger logging interface <-- Output: 1) interface{} service as returned with its Init().
RegisterDynType register the service --> Input: name string service name i interface{} service class primitive.