fibers icon indicating copy to clipboard operation
fibers copied to clipboard

Fiber + Swagger = Fibers, a web framework dedicated to providing a FastAPI-like development experience

Results 2 fibers issues
Sort by recently updated
recently updated
newest added

When I used Swaggo, I was able to do something like this: ```go type PaginationModel struct { Search string Take int Page int SortOrder SortOrder } type SortOrder string const...

Would it be possible to inject my own validator ? I have defined a few custom validators but with the current version, I am stuck doing a second validation. https://github.com/long2ice/fibers/blob/572576f8a06f8d66fae4f8728e47aa25aa13d4af/router/router.go#L34...