Custom services

The core services from Flamego are great, but they are certainly not enough for your web applications, Inevitably, you will start want to make your own middleware and custom services that are specifically fitting your needs.

Injecting services

Making a global service

Making a group service

Making a route-level service

Mapping values to interfaces

inject.Invoker vs inject.FastInvoker

Overriding services