Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vchakoshy/filter-bold

FilterBold Gorm Gin simple list api
https://github.com/vchakoshy/filter-bold

Last synced: about 1 month ago
JSON representation

FilterBold Gorm Gin simple list api

Awesome Lists containing this project

README

        

# filter-bold

```go
// FilterBold Gorm Gin simple list api
// Usage :
//
// fb := NewFilterBold(c).
// Model(&models.UserBill{}).
// Filters("user_id").
// Find(&b)
```