Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vchakoshy/filter-bold
- Owner: vchakoshy
- Created: 2024-10-31T13:44:35.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T15:17:57.000Z (about 1 month ago)
- Last Synced: 2024-11-15T16:26:44.334Z (about 1 month ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```