Samuel Berthe

Results 97 issues of Samuel Berthe

The `StructValidator` interface does not allow passing `*gin.Context`. For example, I would like to access `c.Params` from my validator. Current interface signature: ``` type StructValidator interface { ValidateStruct(interface{}) error Engine()...

https://github.com/samber/awesome-prometheus-alerts/pull/381 Eg: ![image](https://github.com/samber/awesome-prometheus-alerts/assets/2951285/80f2d314-0bc6-4fdb-971e-88e20f7aa96f)

I would like to encode a map having multiple values (primitive, date or empty map): ```go map[string]any{ "a": "abcd", "b": 42, "c": false, "d": myDate, "e": map[string]any{}, // go conversion,...

Hi there 👋, Over the past 18 months, many of you reported bugs or provided valuable feedback on various aspects of this project, such as error handling, debugging, invocation API,...

@matdurand : > Hey, great work on the lib! > > Any chance you have plans to support a concept similar to groups in Dig? (aka, registering a bunch of...

Lazy services keep track of build time. It would be very nice to be able to check what service takes the most time to load.

3 repositories: - api - worker - cli Services: - repository - third-party - cmd - some pkg: http client, logging... - some business logic - api Use existing template:...