sarulabs
sarulabs
Hello, I haven't fully checked your solution but here my first impressions. You added `Type` and `ImplementedTypes` to the definition. I think they are misleading because they can let people...
I thought about it again. It still think tags are the way to go and I don't want to make a lot of changes to the library. To make tag...
Hello, I rewrote the entire library 4 months ago, but I have been too lazy to write the new README. https://github.com/sarulabs/di/blob/speed_improvements/containerGetter.go#L14 On this branch (`speed_improvements`) it is possible to retrieve...
Thank you for your support ! I don't have anything new planned for the library as it already does everything that I need. But if you need a new feature...
I don't unit test the parts of my code using di, and I'm not a big fan of mocking either. So it has never been a problem for me. But...
I updated the documentation: https://github.com/sarulabs/di/pull/22/commits/92a15dc990e412487c4d5885d401f964ea1bc911
Hello, you can write a service containing the request and the response. ```go type RequestData struct { Request *http.Request ResponseWriter http.ResponseWriter } ``` then you can write a middleware that...
Can you tell me if it is what you want ? #22 Files will be generated in `{outputDirectory}/{pkgName}`.
The code was merged and the feature can now be used in `v4.1.0`.
I updated the documentation on master (#23).