mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 14:18:12 +00:00
partial repository layer added
This commit is contained in:
14
pkg/filter/wallet.go
Normal file
14
pkg/filter/wallet.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package filter
|
||||
|
||||
import "wallet-api/pkg/model"
|
||||
|
||||
type WalletFilter struct {
|
||||
model.Params
|
||||
BaseFilter
|
||||
}
|
||||
|
||||
func NewWalletFilter(params model.Params) *WalletFilter {
|
||||
return &WalletFilter{
|
||||
Params: params,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user