Categorygithub.com/onichandame/gim
modulepackage
0.6.4
Repository: https://github.com/onichandame/gim.git
Documentation: pkg.go.dev

# README

Gim

Modular framework based on dependency injection. The modularization design is borrowed from NestJS.

Usage

see examples

Design

It follows the simple inversion of control(IoC) idea of using singletons as providers and inject the required singletons where needed across the whole application. However circular reference(dependency) is not supported yet.

Every Gim module corresponds to an IoC container where providers inside can depend on each other. Above this, a module can export some(or all) of its providers for consumption by parent modules.

# Packages

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

# Structs

No description provided by the author